From 3c3671f2467bc7aadd120d387c9aab7759dd22d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:52:52 +0000 Subject: [PATCH] chore(main): release react-keyring 3.0.0 --- .release-please-manifest.json | 2 +- packages/react-keyring/CHANGELOG.md | 21 +++++++++++++++++++++ packages/react-keyring/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a199f8c..b3cfc2cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/solid-uploads-list": "2.0.1", "packages/vue-uploads-list": "2.0.1", "packages/keyring-core": "2.1.1", - "packages/react-keyring": "2.1.0", + "packages/react-keyring": "3.0.0", "packages/solid-keyring": "2.0.1", "packages/vue-keyring": "2.0.1" } diff --git a/packages/react-keyring/CHANGELOG.md b/packages/react-keyring/CHANGELOG.md index a484fbcc..d20bf933 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.1.0...react-keyring-v3.0.0) (2023-02-03) + + +### ⚠ BREAKING CHANGES + +* core and framework components have changed considerably. Please read the updated doucmentation. + +### Features + +* "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2)) +* add react, solid and vue keyring modules ([#84](https://github.com/web3-storage/w3ui/issues/84)) ([c47e0e2](https://github.com/web3-storage/w3ui/commit/c47e0e2e6fdb9ec15ea120f261864db7b0107ac5)) +* consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517)) +* delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +* support `as` prop in uploader component ([#236](https://github.com/web3-storage/w3ui/issues/236)) ([c802e99](https://github.com/web3-storage/w3ui/commit/c802e9909289a113bf646f22d25e5c6fbd1c1d3e)), closes [#235](https://github.com/web3-storage/w3ui/issues/235) + + +### Bug Fixes + +* update dependencies ([996871f](https://github.com/web3-storage/w3ui/commit/996871fc433659a56100e529a969fbb9c054e103)) +* update dependencies ([e94f90d](https://github.com/web3-storage/w3ui/commit/e94f90d08e575f16ca4a91c6032bc3af6a613fcf)) + ## [2.1.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.0.1...react-keyring-v2.1.0) (2023-02-03) diff --git a/packages/react-keyring/package.json b/packages/react-keyring/package.json index 7294350a..d71b0e41 100644 --- a/packages/react-keyring/package.json +++ b/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "2.1.0", + "version": "3.0.0", "description": "React adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {