Skip to content

Commit

Permalink
chore: release v1.2.0 (#713)
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 Aug 1, 2024
1 parent bc9c4c7 commit a8b63cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.2.0](https://github.com/uploadcare/blocks/compare/v1.1.1...v1.2.0) (2024-08-01)

### Features

- renamed method connectBlocksFrom to loadFileUploaderFrom ([d083cb7](https://github.com/uploadcare/blocks/commit/d083cb7bac5fd223ef322c851a9629e38eb4541f))
- renamed method registerBlocks to registerFileUploader ([3039eb3](https://github.com/uploadcare/blocks/commit/3039eb33d92bc321a27e6bb64d84b698ac872b88))
- renamed method registerFileUploader to defineComponents ([606f8fc](https://github.com/uploadcare/blocks/commit/606f8fc1bf8b8f8242515c1da12ab9f3ec396b0b))

## [1.1.1](https://github.com/uploadcare/blocks/compare/v1.1.0...v1.1.1) (2024-07-31)

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

0 comments on commit a8b63cf

Please sign in to comment.