Skip to content

Commit 010fd47

Browse files
chore(release): publish
- @uploadcare/react-adapter@0.3.0 - @uploadcare/react-uploader@0.4.0
1 parent c577351 commit 010fd47

File tree

5 files changed

+40
-16
lines changed

5 files changed

+40
-16
lines changed

package-lock.json

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

packages/react-adapter/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.0 (2024-05-24)
7+
8+
### Bug Fixes
9+
10+
- **react-adapter:** fixed events, because the data didn't come in ([58170d8](https://github.com/uploadcare/react-components/commit/58170d80f7fea1303d864f31504d99b1230b3157))
11+
- **react-adapter:** fixed types ([7aaa86b](https://github.com/uploadcare/react-components/commit/7aaa86b5d32f8f543b665e2b096d00bcb4485530))
12+
13+
### Features
14+
15+
- **react-adapter:** added handler event.detail ([b66900e](https://github.com/uploadcare/react-components/commit/b66900e450f482f41b293a8383722072676569a2))
16+
- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-components/issues/5)) ([65c17c4](https://github.com/uploadcare/react-components/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))
17+
18+
### Performance Improvements
19+
20+
- improve code and refactoring props ([#4](https://github.com/uploadcare/react-components/issues/4)) ([38870da](https://github.com/uploadcare/react-components/commit/38870dac59b0141299d678b352c0d2f43a245451)), closes [#3](https://github.com/uploadcare/react-components/issues/3) [#2](https://github.com/uploadcare/react-components/issues/2) [#1](https://github.com/uploadcare/react-components/issues/1)
21+
622
# 0.2.0 (2024-04-25)
723

824
### Features

packages/react-adapter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/react-adapter",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": false,
55
"type": "module",
66
"files": [
@@ -27,4 +27,4 @@
2727
"publishConfig": {
2828
"access": "public"
2929
}
30-
}
30+
}

packages/react-uploader/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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 (2024-05-24)
7+
8+
### Bug Fixes
9+
10+
- **react-uploader:** added type in event ([5a9fe1d](https://github.com/uploadcare/react-components/commit/5a9fe1d440adaa6713cce3b0a4ea2cb9d1830dc7))
11+
12+
### Features
13+
14+
- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-components/issues/5)) ([65c17c4](https://github.com/uploadcare/react-components/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))
15+
- **react-uploader:** added the prop classNameUploader for styles ([fa43d98](https://github.com/uploadcare/react-components/commit/fa43d988d58fa774bd8aabdd56f9f7b29338dc44))
16+
- **react-uploader:** updated @uploadcare/blocks and implement styles ([76b1819](https://github.com/uploadcare/react-components/commit/76b1819a9038dff17cfb9d583ec578bb9ba7871e))
17+
18+
### Performance Improvements
19+
20+
- improve code and refactoring props ([#4](https://github.com/uploadcare/react-components/issues/4)) ([38870da](https://github.com/uploadcare/react-components/commit/38870dac59b0141299d678b352c0d2f43a245451)), closes [#3](https://github.com/uploadcare/react-components/issues/3) [#2](https://github.com/uploadcare/react-components/issues/2) [#1](https://github.com/uploadcare/react-components/issues/1)
21+
622
# [0.3.0](https://github.com/uploadcare/react-components/compare/@uploadcare/react-uploader@0.2.0...@uploadcare/react-uploader@0.3.0) (2024-04-29)
723

824
### Bug Fixes

packages/react-uploader/package.json

+3-3
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": "0.3.0",
4+
"version": "0.4.0",
55
"private": false,
66
"type": "module",
77
"files": [
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@uploadcare/blocks": "^0.39.1",
31-
"@uploadcare/react-adapter": "0.2.0"
31+
"@uploadcare/react-adapter": "^0.3.0"
3232
},
3333
"repository": {
3434
"type": "git",
@@ -81,4 +81,4 @@
8181
"react hook file upload",
8282
"front-end"
8383
]
84-
}
84+
}

0 commit comments

Comments
 (0)