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
…uploads-list-core
  • Loading branch information
travis authored Oct 31, 2023
2 parents ff57345 + 0556ec2 commit 9e5549d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/keyring-core": "5.0.1",
"packages/uploader-core": "6.0.0",
"packages/keyring-core": "5.1.0",
"packages/uploader-core": "6.1.0",
"packages/uploads-list-core": "4.1.0",
"packages/react-keyring": "6.0.1",
"packages/react-uploader": "5.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/keyring-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v5.0.1...keyring-core-v5.1.0) (2023-10-31)


### Features

* add support for getting an account's plan ([#564](https://github.com/web3-storage/w3ui/issues/564)) ([11023a4](https://github.com/web3-storage/w3ui/commit/11023a4a0a8a3ecf061befd4480ede23ea45d143))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/keyring-core",
"version": "5.0.1",
"version": "5.1.0",
"description": "w3ui keyring core.",
"main": "src/index.ts",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/uploader-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.1.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v6.0.0...uploader-core-v6.1.0) (2023-10-31)


### Features

* add support for getting an account's plan ([#564](https://github.com/web3-storage/w3ui/issues/564)) ([11023a4](https://github.com/web3-storage/w3ui/commit/11023a4a0a8a3ecf061befd4480ede23ea45d143))

## [6.0.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v5.2.0...uploader-core-v6.0.0) (2023-07-25)


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

0 comments on commit 9e5549d

Please sign in to comment.