Skip to content

Commit

Permalink
chore: release v0.30.9 (#591)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 19, 2024
1 parent d5c43cd commit 47274fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.30.9](https://github.com/uploadcare/blocks/compare/v0.30.8...v0.30.9) (2024-01-18)

### Bug Fixes

- **cloud-image-editor:** ignore unsupported cdn operations and print console warning ([#587](https://github.com/uploadcare/blocks/issues/587)) ([503eaae](https://github.com/uploadcare/blocks/commit/503eaaed216d2f8aa3c84cd5bead2d27136b3a5f))
- **external-source:** disallow to select multiple files when multiple mode is off ([#589](https://github.com/uploadcare/blocks/issues/589)) ([d5c43cd](https://github.com/uploadcare/blocks/commit/d5c43cd565c7391c998a7ee6941f5fab6fe90c63))

## [0.30.8](https://github.com/uploadcare/blocks/compare/v0.30.7...v0.30.8) (2023-12-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
@@ -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.8';
export const PACKAGE_VERSION = '0.30.9';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/blocks",
"version": "0.30.8",
"version": "0.30.9",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit 47274fe

Please sign in to comment.