Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release solid-keyring 6.0.0 #575

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages/vue-keyring": "5.0.1",
"packages/vue-uploader": "5.0.1",
"packages/vue-uploads-list": "4.0.1",
"packages/solid-keyring": "5.0.1",
"packages/solid-keyring": "6.0.0",
"packages/solid-uploader": "5.0.1",
"packages/solid-uploads-list": "4.0.1",
"examples/react/w3console": "2.0.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/solid-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v5.0.1...solid-keyring-v6.0.0) (2023-11-21)


### ⚠ BREAKING CHANGES

* use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581))

### 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))
* re-export Service from `react-keyring` ([#577](https://github.com/web3-storage/w3ui/issues/577)) ([308816d](https://github.com/web3-storage/w3ui/commit/308816defbd4ecf4d23a69548292660538915e91))
* use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581)) ([bd5f341](https://github.com/web3-storage/w3ui/commit/bd5f34186b14c4817924a93658f79be16898902a))

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


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