Skip to content

Commit d9752de

Browse files
chore(release): publish
- @uploadcare/[email protected] - @uploadcare/[email protected]
1 parent ab00ef0 commit d9752de

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-04-11)
7+
8+
### Features
9+
10+
- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-components/issues/5)) ([65c17c4](https://github.com/uploadcare/react-components/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))
11+
12+
### Performance Improvements
13+
14+
- 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)

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.0.1-alpha.0",
3+
"version": "0.1.0",
44
"private": false,
55
"type": "module",
66
"files": [
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-04-11)
7+
8+
### Features
9+
10+
- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-components/issues/5)) ([65c17c4](https://github.com/uploadcare/react-components/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))
11+
12+
### Performance Improvements
13+
14+
- 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)

packages/react-uploader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/react-uploader",
3-
"version": "0.0.1-alpha.5",
3+
"version": "0.1.0",
44
"private": false,
55
"type": "module",
66
"files": [
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@uploadcare/blocks": "^0.36.1-alpha.1",
29-
"@uploadcare/react-adapter": "0.0.1-alpha.0"
29+
"@uploadcare/react-adapter": "^0.1.0"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)