Skip to content

Commit dc8f773

Browse files
chore: release v1.5.2 (#731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cfdd43a commit dc8f773

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.5.2](https://github.com/uploadcare/file-uploader/compare/v1.5.1...v1.5.2) (2024-08-26)
2+
3+
### Bug Fixes
4+
5+
- system file dialog on safari ([#730](https://github.com/uploadcare/file-uploader/issues/730)) ([cfdd43a](https://github.com/uploadcare/file-uploader/commit/cfdd43a5306b1e492b673665d52fc1dfc6d52d41))
6+
17
## [1.5.1](https://github.com/uploadcare/file-uploader/compare/v1.5.0...v1.5.1) (2024-08-21)
28

39
### Bug Fixes

env.js

+1-1
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.5.1';
3+
export const PACKAGE_VERSION = '1.5.2';

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)