Skip to content

Commit

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

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Egor Didenko <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent 1bef7f2 commit 47434a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.13.2](https://github.com/uploadcare/file-uploader/compare/v1.13.1...v1.13.2) (2025-02-13)

### Bug Fixes
- **a11y** added `role` and `aria-label` for screen readers ([#788](https://github.com/uploadcare/file-uploader/issues/788)) ([5a5c28a](https://github.com/uploadcare/file-uploader/commit/5a5c28a33fd1fc2e5f08b8d84cc725fcc7ff162b))
- **cloud-editor** close ui slider when click on the editor toolbar ([#790](https://github.com/uploadcare/file-uploader/issues/790)) ([6d59f25](https://github.com/uploadcare/file-uploader/commit/6d59f254b94b5389d1c990e7641b80972646665c))

## [1.13.1](https://github.com/uploadcare/file-uploader/compare/v1.13.0...v1.13.1) (2025-02-03)

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

0 comments on commit 47434a0

Please sign in to comment.