Skip to content

Commit 45752f1

Browse files
author
Egor Didenko
committed
chore(release): publish
- @uploadcare/[email protected] - @uploadcare/[email protected]
1 parent 77abddb commit 45752f1

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
lines changed

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.
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.2.0-alpha.0 (2024-04-15)
7+
8+
### Features
9+
10+
- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-uploader/issues/5)) ([65c17c4](https://github.com/uploadcare/react-uploader/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))
11+
12+
### Performance Improvements
13+
14+
- improve code and refactoring props ([#4](https://github.com/uploadcare/react-uploader/issues/4)) ([38870da](https://github.com/uploadcare/react-uploader/commit/38870dac59b0141299d678b352c0d2f43a245451)), closes [#3](https://github.com/uploadcare/react-uploader/issues/3) [#2](https://github.com/uploadcare/react-uploader/issues/2) [#1](https://github.com/uploadcare/react-uploader/issues/1)

packages/react-adapter/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@uploadcare/react-adapter",
3-
"version": "0.1.0",
3+
"version": "0.2.0-alpha.0",
44
"private": false,
55
"type": "module",
6-
"files": ["dist"],
6+
"files": [
7+
"dist"
8+
],
79
"main": "./dist/react-adapter.cjs",
810
"module": "./dist/react-adapter.js",
911
"types": "./dist/react-adapter.d.ts",
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.2.0-alpha.0 (2024-04-15)
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@uploadcare/react-uploader",
3-
"version": "0.1.0",
3+
"version": "0.2.0-alpha.0",
44
"private": false,
55
"type": "module",
6-
"files": ["dist"],
6+
"files": [
7+
"dist"
8+
],
79
"main": "./dist/react-uploader.cjs",
810
"module": "./dist/react-uploader.js",
911
"types": "./dist/react-uploader.d.ts",

0 commit comments

Comments
 (0)