From c87a3c2f3d505fcc129022b0a339c5d59878ace1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:29:30 +0000 Subject: [PATCH] chore(main): release react-keyring 2.0.0 (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v1.0.1...react-keyring-v2.0.0) (2022-12-15) ### ⚠ BREAKING CHANGES * core and framework components have changed considerably. Please read the updated doucmentation. ### Features * consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517)) --- 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: Alan Shaw --- .release-please-manifest.json | 2 +- packages/react-keyring/CHANGELOG.md | 11 +++++++++++ packages/react-keyring/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 331d68f2e..352f2eb79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/solid-uploads-list": "1.2.2", "packages/vue-uploads-list": "1.1.2", "packages/keyring-core": "2.0.1", - "packages/react-keyring": "1.0.1", + "packages/react-keyring": "2.0.0", "packages/solid-keyring": "2.0.0", "packages/vue-keyring": "1.0.1" } diff --git a/packages/react-keyring/CHANGELOG.md b/packages/react-keyring/CHANGELOG.md index 2edc6ab97..5573d6ea3 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v1.0.1...react-keyring-v2.0.0) (2022-12-15) + + +### ⚠ BREAKING CHANGES + +* core and framework components have changed considerably. Please read the updated doucmentation. + +### Features + +* consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517)) + ## [1.0.1](https://github.com/web3-storage/w3ui/compare/react-keyring-v1.0.0...react-keyring-v1.0.1) (2022-10-27) diff --git a/packages/react-keyring/package.json b/packages/react-keyring/package.json index 1562fe68f..43bc9f67e 100644 --- a/packages/react-keyring/package.json +++ b/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "1.0.1", + "version": "2.0.0", "description": "React adapter for w3ui keyring.", "module": "build/esm/index.js", "main": "build/cjs/index.js",