From aef894f7cdc8eb9905bd6c8acdf697aa9d30c547 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:24:19 +0300 Subject: [PATCH] chore: release v0.32.0 (#598) * chore: release v0.32.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Aleksandr Grenishin --- CHANGELOG.md | 8 +++++--- env.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12533b457..9072310f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ -## [unreleased] +# [0.32.0](https://github.com/uploadcare/blocks/compare/v0.31.1...v0.32.0) (2024-02-05) ### Breaking changes -- Global events are removed. I.e. `window.addEventListener('LR_UPLOAD_FINISH', ...)` will not work anymore. Now you need to use `lr-upload-ctx-provider` block to subscribe to the events. See the [documentation](#) for more details. -- All existing events and their payloads are changed. See the [documentation](#) for more details. +- Global events are removed. I.e. `window.addEventListener('LR_UPLOAD_FINISH', ...)` will not work anymore. Now you need to use `lr-upload-ctx-provider` block to subscribe to the events. See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details. +- All existing events and their payloads are changed. See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details. - `lr-data-output` block is removed. - To handle HTML forms you need to use `lr-form-input` block. - Groups output moved to the `lr-upload-ctx-provider` events - Console debugging output now enabled with the `debug` attribute on `lr-config` - `lr-message-box` block is removed. +See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details. + ## [0.31.1](https://github.com/uploadcare/blocks/compare/v0.31.0...v0.31.1) (2024-01-30) ### Bug Fixes diff --git a/env.js b/env.js index b67f5c30c..a4b84e8e0 100644 --- a/env.js +++ b/env.js @@ -1,3 +1,3 @@ /** Do not edit this file manually. It's generated during build process. */ export const PACKAGE_NAME = 'blocks'; -export const PACKAGE_VERSION = '0.31.1'; +export const PACKAGE_VERSION = '0.32.0'; diff --git a/package-lock.json b/package-lock.json index 1a8b2f929..6f1bdba2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uploadcare/blocks", - "version": "0.31.1", + "version": "0.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uploadcare/blocks", - "version": "0.31.1", + "version": "0.32.0", "license": "MIT", "dependencies": { "@symbiotejs/symbiote": "^1.11.7", diff --git a/package.json b/package.json index 1c426485a..341800af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uploadcare/blocks", - "version": "0.31.1", + "version": "0.32.0", "description": "Building blocks for Uploadcare products integration", "keywords": [ "web components",