Skip to content

Commit

Permalink
chore(main): release react-uploader 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 25, 2023
1 parent 8e7321b commit cbae0cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/uploader-core": "5.2.0",
"packages/uploads-list-core": "3.1.0",
"packages/react-keyring": "5.2.0",
"packages/react-uploader": "4.2.0",
"packages/react-uploader": "5.0.0",
"packages/react-uploads-list": "3.0.1",
"packages/vue-keyring": "4.2.0",
"packages/vue-uploader": "4.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/web3-storage/w3ui/compare/react-uploader-v4.2.0...react-uploader-v5.0.0) (2023-07-25)


### ⚠ BREAKING CHANGES

* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530))

### Features

* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97))

## [4.2.0](https://github.com/web3-storage/w3ui/compare/react-uploader-v4.1.0...react-uploader-v4.2.0) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/react-uploader",
"version": "4.2.0",
"version": "5.0.0",
"description": "React adapter for w3ui uploader.",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit cbae0cb

Please sign in to comment.