From e3ab795c8d956beed0945b682a0c808db9df5762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:33:43 +0800 Subject: [PATCH] chore(main): release vue-keyring 2.0.2 (#392) :robot: I have created a release *beep* *boop* --- ## [2.0.2](https://github.com/web3-storage/w3ui/compare/vue-keyring-v2.0.1...vue-keyring-v2.0.2) (2023-02-23) ### Bug Fixes * update to latest @web3-storage/access ([#384](https://github.com/web3-storage/w3ui/issues/384)) ([5b06ee5](https://github.com/web3-storage/w3ui/commit/5b06ee59350fcd285db495fc6de456caa6d327c1)) --- 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 | 7 +++++++ packages/vue-keyring/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d55fec7d..203bc663 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,5 +10,5 @@ "packages/keyring-core": "2.2.1", "packages/react-keyring": "3.0.1", "packages/solid-keyring": "2.1.0", - "packages/vue-keyring": "2.0.1" + "packages/vue-keyring": "2.0.2" } diff --git a/packages/vue-keyring/CHANGELOG.md b/packages/vue-keyring/CHANGELOG.md index 4006abc0..77acf33b 100644 --- a/packages/vue-keyring/CHANGELOG.md +++ b/packages/vue-keyring/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/web3-storage/w3ui/compare/vue-keyring-v2.0.1...vue-keyring-v2.0.2) (2023-02-23) + + +### Bug Fixes + +* update to latest @web3-storage/access ([#384](https://github.com/web3-storage/w3ui/issues/384)) ([5b06ee5](https://github.com/web3-storage/w3ui/commit/5b06ee59350fcd285db495fc6de456caa6d327c1)) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/vue-keyring-v2.0.0...vue-keyring-v2.0.1) (2022-12-15) diff --git a/packages/vue-keyring/package.json b/packages/vue-keyring/package.json index f7cd24de..d43d6398 100644 --- a/packages/vue-keyring/package.json +++ b/packages/vue-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/vue-keyring", - "version": "2.0.1", + "version": "2.0.2", "description": "Vue adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {