Skip to content

Commit c77179d

Browse files
github-actions[bot]nd0ut
authored andcommitted
chore: release v1.23.0
1 parent ccf1142 commit c77179d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.23.0](https://github.com/uploadcare/file-uploader/compare/v1.22.0...v1.23.0) (2025-10-07)
2+
3+
### Bug Fixes
4+
5+
- **cloud-image-editor:** ResizeObserver loop completed with undelivered notifications error ([aca1331](https://github.com/uploadcare/file-uploader/commit/aca13310efa38d110e66957420bf058952cc0b3f))
6+
- **locales:** correct capitalization from "Onedrive" to "OneDrive" ([#863](https://github.com/uploadcare/file-uploader/issues/863)) ([5b22196](https://github.com/uploadcare/file-uploader/commit/5b221969df47b36bc77dbdebce692c0ebafb46ec))
7+
8+
### Features
9+
10+
- **validation:** add support for async file validation ([a184ff1](https://github.com/uploadcare/file-uploader/commit/a184ff167a7072ccbed76e3e9e108e4e980a8f56)). See [File Validation docs](https://uploadcare.com/docs/file-uploader/file-validators/) for details.
11+
112
# [1.22.0](https://github.com/uploadcare/file-uploader/compare/v1.21.0...v1.22.0) (2025-09-25)
213

314
### Features

env.js

Lines changed: 1 addition & 1 deletion
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.22.0';
3+
export const PACKAGE_VERSION = '1.23.0';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)