Skip to content

Commit b685552

Browse files
chore(release): publish
- @uploadcare/[email protected] - @uploadcare/[email protected]
1 parent 0fd5d8f commit b685552

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

package-lock.json

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

packages/react-adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/uploadcare/react-file-uploader/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @uploadcare/react-adapter
9+
610
## [0.3.1](https://github.com/uploadcare/react-file-uploader/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2025-05-07)
711

812
**Note:** Version bump only for package @uploadcare/react-adapter

packages/react-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/react-adapter",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": false,
55
"type": "module",
66
"files": [

packages/react-uploader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/uploadcare/react-components/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @uploadcare/react-uploader
9+
610
## [1.10.2](https://github.com/uploadcare/react-components/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2025-08-21)
711

812
**Note:** Version bump only for package @uploadcare/react-uploader

packages/react-uploader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uploadcare/react-uploader",
33
"description": "React component for file uploads using Uploadcare",
4-
"version": "1.11.0-alpha.0",
4+
"version": "1.11.0",
55
"private": false,
66
"type": "module",
77
"files": [
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@uploadcare/file-uploader": "1.24.1",
39-
"@uploadcare/react-adapter": "^0.3.1"
39+
"@uploadcare/react-adapter": "^0.4.0"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)