Skip to content

Commit

Permalink
chore(main): release vue-keyring 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2023
1 parent 308816d commit a2bd3ec
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
Expand Up @@ -5,7 +5,7 @@
"packages/react-keyring": "6.1.0",
"packages/react-uploader": "5.1.0",
"packages/react-uploads-list": "4.1.0",
"packages/vue-keyring": "5.0.1",
"packages/vue-keyring": "5.1.0",
"packages/vue-uploader": "5.0.1",
"packages/vue-uploads-list": "4.0.1",
"packages/solid-keyring": "5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.1.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v5.0.1...vue-keyring-v5.1.0) (2023-11-03)


### 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))

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


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

0 comments on commit a2bd3ec

Please sign in to comment.