Skip to content

Commit

Permalink
chore: release v1.0.0 (#706)
Browse files Browse the repository at this point in the history
* chore: release v1.0.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 29, 2024
1 parent 530cc9d commit ea59a82
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [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 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.

## [0.50.1](https://github.com/uploadcare/blocks/compare/v0.50.0...v0.50.1) (2024-07-16)

### 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.50.1';
export const PACKAGE_VERSION = '1.0.0';
8 changes: 4 additions & 4 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": "0.50.1",
"version": "1.0.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit ea59a82

Please sign in to comment.