Skip to content

Commit

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

## [3.1.0](https://github.com/web3-storage/w3ui/compare/react-uploader-v3.0.1...react-uploader-v3.1.0) (2023-01-16)


### Features

* "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2))
* support `as` prop in uploader component ([#236](https://github.com/web3-storage/w3ui/issues/236)) ([c802e99](https://github.com/web3-storage/w3ui/commit/c802e9909289a113bf646f22d25e5c6fbd1c1d3e)), closes [#235](https://github.com/web3-storage/w3ui/issues/235)

## [3.0.1](https://github.com/web3-storage/w3ui/compare/react-uploader-v3.0.0...react-uploader-v3.0.1) (2022-12-15)


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": "3.0.1",
"version": "3.1.0",
"description": "React adapter for w3ui uploader.",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit c3b7771

Please sign in to comment.