From 4581222a2c5d9a356997b88fa0cc138938cddc98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Dec 2023 10:45:33 +0000 Subject: [PATCH] chore: release v0.30.8 --- CHANGELOG.md | 8 +++++++- env.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90c75bd3..79bae02a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ +## [0.30.8](https://github.com/uploadcare/blocks/compare/v0.30.7...v0.30.8) (2023-12-29) + +### Bug Fixes + +- **shadow-wrapper:** do not call success callback on the second `css-src` attribute change ([#583](https://github.com/uploadcare/blocks/issues/583)) ([eb9618a](https://github.com/uploadcare/blocks/commit/eb9618a3c3b579c5440c25444fb2a61bfbd55d6e)) + ## [0.30.7](https://github.com/uploadcare/blocks/compare/v0.30.6...v0.30.7) (2023-12-27) ### Features - **lr-img:** Do not append `-/format/auto/` and `-/quality/smart/` by default to the resulting CDN URL. Now, the defaults of these settings are preserved within the project settings on the dashboard. See the release notes for the [Auto formatting](https://uploadcare.com/docs/changelog/#2023-12-21) and [CDN updates](https://uploadcare.com/docs/changelog/#2023-10-09). -### Bug fixes +### Bug fixes - **lr-img:**: Ignore breakpoints config when applying `image-set` for the background image using `is-background-for` option. diff --git a/env.js b/env.js index b21bb44b3..fb87c943d 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.30.7'; +export const PACKAGE_VERSION = '0.30.8'; diff --git a/package-lock.json b/package-lock.json index 15c24a955..d91728ad3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uploadcare/blocks", - "version": "0.30.7", + "version": "0.30.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uploadcare/blocks", - "version": "0.30.7", + "version": "0.30.8", "license": "MIT", "dependencies": { "@symbiotejs/symbiote": "^1.11.7", diff --git a/package.json b/package.json index 7676294fd..745822cd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uploadcare/blocks", - "version": "0.30.7", + "version": "0.30.8", "description": "Building blocks for Uploadcare products integration", "keywords": [ "web components",