From fca071cb6607c15cb795907fa2fb69f73cc02f05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:54:09 -0700 Subject: [PATCH] chore(main): release vue-keyring 5.0.0 (#521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v4.2.0...vue-keyring-v5.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) ### Bug Fixes * inferred type error ([#516](https://github.com/web3-storage/w3ui/issues/516)) ([1bf4cf2](https://github.com/web3-storage/w3ui/commit/1bf4cf26efa846624864b661888b1178319ba11d)) --- 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 | 16 ++++++++++++++++ packages/vue-keyring/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca991412b..52ad7387e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "packages/react-keyring": "6.0.0", "packages/react-uploader": "5.0.0", "packages/react-uploads-list": "4.0.0", - "packages/vue-keyring": "4.2.0", + "packages/vue-keyring": "5.0.0", "packages/vue-uploader": "4.2.0", "packages/vue-uploads-list": "3.0.2", "packages/solid-keyring": "4.2.0", diff --git a/packages/vue-keyring/CHANGELOG.md b/packages/vue-keyring/CHANGELOG.md index ab9c3f282..e8743df26 100644 --- a/packages/vue-keyring/CHANGELOG.md +++ b/packages/vue-keyring/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v4.2.0...vue-keyring-v5.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + + +### Bug Fixes + +* inferred type error ([#516](https://github.com/web3-storage/w3ui/issues/516)) ([1bf4cf2](https://github.com/web3-storage/w3ui/commit/1bf4cf26efa846624864b661888b1178319ba11d)) + ## [4.2.0](https://github.com/web3-storage/w3ui/compare/vue-keyring-v4.1.1...vue-keyring-v4.2.0) (2023-05-09) diff --git a/packages/vue-keyring/package.json b/packages/vue-keyring/package.json index 53d87b8c5..2d2420350 100644 --- a/packages/vue-keyring/package.json +++ b/packages/vue-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/vue-keyring", - "version": "4.2.0", + "version": "5.0.0", "description": "Vue adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {