Skip to content

Commit

Permalink
chore: release v1.1.0 (#709)
Browse files Browse the repository at this point in the history
* chore: release v1.1.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent cbd69b8 commit e4e53e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# [1.1.0](https://github.com/uploadcare/blocks/compare/v1.0.0...v1.1.0) (2024-07-30)

### Features

- add cloud-image-editor telemetry ([#703](https://github.com/uploadcare/blocks/issues/703)) ([cbd69b8](https://github.com/uploadcare/blocks/commit/cbd69b852e85b73c21cdbaea228f19529c23183c))

# [1.0.0](https://github.com/uploadcare/blocks/compare/v0.50.1...v1.0.0) (2024-07-29)

### BREAKING CHANGES:

- rename package `@uploadcare/blocks` to `@uploadcare/file-uploader`
- rename package `@uploadcare/blocks` to `@uploadcare/file-uploader`
- rename all prefixes from `lr` to `uc` ([#698](https://github.com/uploadcare/blocks/issues/698)) ([e28f2af](https://github.com/uploadcare/blocks/commit/e28f2af9c48704c49fb115769c01c9e82b300f39))

See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-1/) for details.
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.0.0';
export const PACKAGE_VERSION = '1.1.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.0.0",
"version": "1.1.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit e4e53e4

Please sign in to comment.