Skip to content

Commit 441e794

Browse files
chore: release v1.23.1 (#870)
* chore: release v1.23.1 * Update CHANGELOG for version 1.23.1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent ed0aa7a commit 441e794

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.23.1](https://github.com/uploadcare/file-uploader/compare/v1.23.0...v1.23.1) (2025-10-24)
2+
3+
### Bug Fixes
4+
5+
- **external sources:** hide spinner button until external source authentication done ([#869](https://github.com/uploadcare/file-uploader/issues/869)) ([ed0aa7a](https://github.com/uploadcare/file-uploader/commit/ed0aa7a3d18031e806fb22c8b45c6c2ac7a38080))
6+
17
# [1.23.0](https://github.com/uploadcare/file-uploader/compare/v1.22.0...v1.23.0) (2025-10-07)
28

39
### Bug Fixes

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.23.0';
3+
export const PACKAGE_VERSION = '1.23.1';

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.23.0",
3+
"version": "1.23.1",
44
"description": "Building blocks for Uploadcare products integration",
55
"keywords": [
66
"web components",

0 commit comments

Comments
 (0)