Skip to content

Commit a8b63cf

Browse files
chore: release v1.2.0 (#713)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc9c4c7 commit a8b63cf

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.2.0](https://github.com/uploadcare/blocks/compare/v1.1.1...v1.2.0) (2024-08-01)
2+
3+
### Features
4+
5+
- renamed method connectBlocksFrom to loadFileUploaderFrom ([d083cb7](https://github.com/uploadcare/blocks/commit/d083cb7bac5fd223ef322c851a9629e38eb4541f))
6+
- renamed method registerBlocks to registerFileUploader ([3039eb3](https://github.com/uploadcare/blocks/commit/3039eb33d92bc321a27e6bb64d84b698ac872b88))
7+
- renamed method registerFileUploader to defineComponents ([606f8fc](https://github.com/uploadcare/blocks/commit/606f8fc1bf8b8f8242515c1da12ab9f3ec396b0b))
8+
19
## [1.1.1](https://github.com/uploadcare/blocks/compare/v1.1.0...v1.1.1) (2024-07-31)
210

311
### Bug Fixes

Diff for: env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/** Do not edit this file manually. It's generated during build process. */
22
export const PACKAGE_NAME = 'blocks';
3-
export const PACKAGE_VERSION = '1.1.1';
3+
export const PACKAGE_VERSION = '1.2.0';

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/file-uploader",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Building blocks for Uploadcare products integration",
55
"keywords": [
66
"web components",

0 commit comments

Comments
 (0)