Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…vue-uploader
  • Loading branch information
travis authored Sep 6, 2023
2 parents 2a84428 + 4e2ede3 commit 25dc461
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"packages/uploader-core": "6.0.0",
"packages/uploads-list-core": "4.0.0",
"packages/react-keyring": "6.0.1",
"packages/react-uploader": "5.0.0",
"packages/react-uploads-list": "4.0.0",
"packages/react-uploader": "5.0.1",
"packages/react-uploads-list": "4.0.1",
"packages/vue-keyring": "5.0.1",
"packages/vue-uploader": "5.0.1",
"packages/vue-uploads-list": "4.0.0",
"packages/solid-keyring": "5.0.1",
"packages/solid-uploader": "5.0.0",
"packages/solid-uploads-list": "4.0.0",
"packages/solid-uploader": "5.0.1",
"packages/solid-uploads-list": "4.0.1",
"examples/react/w3console": "2.0.1"
}
7 changes: 7 additions & 0 deletions packages/react-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.1](https://github.com/web3-storage/w3ui/compare/react-uploader-v5.0.0...react-uploader-v5.0.1) (2023-09-06)


### Bug Fixes

* set minimum workspace dep versions to bump package numbers ([#554](https://github.com/web3-storage/w3ui/issues/554)) ([6f44a4e](https://github.com/web3-storage/w3ui/commit/6f44a4ebc9a05fc3f029a029787665c470208fd7))

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


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": "5.0.0",
"version": "5.0.1",
"description": "React adapter for w3ui uploader.",
"main": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react-uploads-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [4.0.1](https://github.com/web3-storage/w3ui/compare/react-uploads-list-v4.0.0...react-uploads-list-v4.0.1) (2023-09-06)


### Bug Fixes

* set minimum workspace dep versions to bump package numbers ([#554](https://github.com/web3-storage/w3ui/issues/554)) ([6f44a4e](https://github.com/web3-storage/w3ui/commit/6f44a4ebc9a05fc3f029a029787665c470208fd7))

## [4.0.0](https://github.com/web3-storage/w3ui/compare/react-uploads-list-v3.0.1...react-uploads-list-v4.0.0) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploads-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/react-uploads-list",
"version": "4.0.0",
"version": "4.0.1",
"description": "React adapter for w3ui uploads list.",
"main": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [5.0.1](https://github.com/web3-storage/w3ui/compare/solid-uploader-v5.0.0...solid-uploader-v5.0.1) (2023-09-06)


### Bug Fixes

* set minimum workspace dep versions to bump package numbers ([#554](https://github.com/web3-storage/w3ui/issues/554)) ([6f44a4e](https://github.com/web3-storage/w3ui/commit/6f44a4ebc9a05fc3f029a029787665c470208fd7))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/solid-uploader",
"version": "5.0.0",
"version": "5.0.1",
"description": "Solid adapter for w3ui uploader.",
"main": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-uploads-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [4.0.1](https://github.com/web3-storage/w3ui/compare/solid-uploads-list-v4.0.0...solid-uploads-list-v4.0.1) (2023-09-06)


### Bug Fixes

* set minimum workspace dep versions to bump package numbers ([#554](https://github.com/web3-storage/w3ui/issues/554)) ([6f44a4e](https://github.com/web3-storage/w3ui/commit/6f44a4ebc9a05fc3f029a029787665c470208fd7))

## [4.0.0](https://github.com/web3-storage/w3ui/compare/solid-uploads-list-v3.1.0...solid-uploads-list-v4.0.0) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploads-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/solid-uploads-list",
"version": "4.0.0",
"version": "4.0.1",
"description": "Solid adapter for w3ui uploads list.",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 25dc461

Please sign in to comment.