Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @uploadcare/[email protected]
 - @uploadcare/[email protected]
  • Loading branch information
egordidenko committed Apr 15, 2024
1 parent 77abddb commit 45752f1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/react-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0-alpha.0 (2024-04-15)

### Features

- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-uploader/issues/5)) ([65c17c4](https://github.com/uploadcare/react-uploader/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))

### Performance Improvements

- 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)
6 changes: 4 additions & 2 deletions packages/react-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@uploadcare/react-adapter",
"version": "0.1.0",
"version": "0.2.0-alpha.0",
"private": false,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/react-adapter.cjs",
"module": "./dist/react-adapter.js",
"types": "./dist/react-adapter.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/react-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0-alpha.0 (2024-04-15)

### Features

- **react-uploader:** added readme.md ([#5](https://github.com/uploadcare/react-components/issues/5)) ([65c17c4](https://github.com/uploadcare/react-components/commit/65c17c43f7ef611a27def9cbd08bfbd4b2df889e))

### Performance Improvements

- 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)
6 changes: 4 additions & 2 deletions packages/react-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@uploadcare/react-uploader",
"version": "0.1.0",
"version": "0.2.0-alpha.0",
"private": false,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/react-uploader.cjs",
"module": "./dist/react-uploader.js",
"types": "./dist/react-uploader.d.ts",
Expand Down

0 comments on commit 45752f1

Please sign in to comment.