diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41100fbb..5cf43ec1 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.0", - "packages/react-keyring": "2.0.1", + "packages/react-keyring": "2.1.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 ba5e91c3..fdd193d8 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.0.1...react-keyring-v2.1.0) (2023-02-02) + + +### Features + +* "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2)) +* 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) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.0.0...react-keyring-v2.0.1) (2022-12-15) diff --git a/packages/react-keyring/package.json b/packages/react-keyring/package.json index 69460ff0..7294350a 100644 --- a/packages/react-keyring/package.json +++ b/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "2.0.1", + "version": "2.1.0", "description": "React adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {