diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae373d15..dab6d6b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,6 +9,6 @@ "packages/vue-uploads-list": "2.0.1", "packages/keyring-core": "2.2.0", "packages/react-keyring": "3.0.0", - "packages/solid-keyring": "2.0.1", + "packages/solid-keyring": "2.1.0", "packages/vue-keyring": "2.0.1" } diff --git a/packages/solid-keyring/CHANGELOG.md b/packages/solid-keyring/CHANGELOG.md index 78639d4d..96760c31 100644 --- a/packages/solid-keyring/CHANGELOG.md +++ b/packages/solid-keyring/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v2.0.1...solid-keyring-v2.1.0) (2023-02-06) + + +### Features + +* delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +* import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) + + +### Bug Fixes + +* get solid examples working again ([#199](https://github.com/web3-storage/w3ui/issues/199)) ([78ad7e9](https://github.com/web3-storage/w3ui/commit/78ad7e91dd83eff4e62f09100ef75b1c97671e3f)) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/solid-keyring-v2.0.0...solid-keyring-v2.0.1) (2022-12-15) diff --git a/packages/solid-keyring/package.json b/packages/solid-keyring/package.json index e47d476f..3ce7a704 100644 --- a/packages/solid-keyring/package.json +++ b/packages/solid-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-keyring", - "version": "2.0.1", + "version": "2.1.0", "description": "Solid adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {