Skip to content

Commit

Permalink
chore: release v0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2023
1 parent 25905c2 commit 971e2ff
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.27.3](https://github.com/uploadcare/blocks/compare/v0.27.2...v0.27.3) (2023-10-10)

### Bug Fixes

- **cloud-image-editor:** make `crop-preset` and `tabs` attributes reactive ([8545c71](https://github.com/uploadcare/blocks/commit/8545c716f4b1e0a6adf55fcdb4c0c921f8cfd852))
- **uploader:** append `preview` operation when setting initial crop with `crop-preset` defined ([5f1036c](https://github.com/uploadcare/blocks/commit/5f1036c5cafa3b7293f214b51a604a3ea53822e5))

## [0.27.2](https://github.com/uploadcare/blocks/compare/v0.27.1...v0.27.2) (2023-10-10)

### 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.27.2';
export const PACKAGE_VERSION = '0.27.3';
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.27.2",
"version": "0.27.3",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit 971e2ff

Please sign in to comment.