From f3a1ca22a8a9ee3e94ddcb420c5b8eb8e7a2a91d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:55:20 -0800 Subject: [PATCH] chore(main): release vue-keyring 6.0.0 (#566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v5.0.1...vue-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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon --- .release-please-manifest.json | 2 +- packages/vue-keyring/CHANGELOG.md | 13 +++++++++++++ packages/vue-keyring/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ee87bff..8cd5ea94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "packages/react-keyring": "7.0.0", "packages/react-uploader": "5.2.0", "packages/react-uploads-list": "4.2.0", - "packages/vue-keyring": "5.0.1", + "packages/vue-keyring": "6.0.0", "packages/vue-uploader": "5.0.1", "packages/vue-uploads-list": "4.0.1", "packages/solid-keyring": "6.0.0", diff --git a/packages/vue-keyring/CHANGELOG.md b/packages/vue-keyring/CHANGELOG.md index c76a090e..55c54686 100644 --- a/packages/vue-keyring/CHANGELOG.md +++ b/packages/vue-keyring/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v5.0.1...vue-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/vue-keyring-v5.0.0...vue-keyring-v5.0.1) (2023-09-06) diff --git a/packages/vue-keyring/package.json b/packages/vue-keyring/package.json index 1cb7cddb..811d6002 100644 --- a/packages/vue-keyring/package.json +++ b/packages/vue-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/vue-keyring", - "version": "5.0.1", + "version": "6.0.0", "description": "Vue adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {