diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7709e373..7e9951ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/vue-keyring": "4.2.0", "packages/vue-uploader": "4.1.0", "packages/vue-uploads-list": "3.0.1", - "packages/solid-keyring": "4.1.0", + "packages/solid-keyring": "4.2.0", "packages/solid-uploader": "4.0.0", "packages/solid-uploads-list": "3.0.0", "examples/react/w3console": "1.5.0" diff --git a/packages/solid-keyring/CHANGELOG.md b/packages/solid-keyring/CHANGELOG.md index 2f5523c9..59ca3d3b 100644 --- a/packages/solid-keyring/CHANGELOG.md +++ b/packages/solid-keyring/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.2.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v4.1.0...solid-keyring-v4.2.0) (2023-05-09) + + +### Features + +* update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](https://github.com/web3-storage/w3ui/issues/514)) ([e1ee301](https://github.com/web3-storage/w3ui/commit/e1ee301f8a6571a074c46add79527e2480f82675)) +* upload progress ([#499](https://github.com/web3-storage/w3ui/issues/499)) ([6c9de97](https://github.com/web3-storage/w3ui/commit/6c9de9799ff25e16ed5b5ce4f1b66bd9430466f8)) +* w3console cleanup and updates to packages to support it ([#507](https://github.com/web3-storage/w3ui/issues/507)) ([78aee2a](https://github.com/web3-storage/w3ui/commit/78aee2a63f3f56dedc493b0fe8e60aa94ad84f07)) + + +### Bug Fixes + +* more email type ([#494](https://github.com/web3-storage/w3ui/issues/494)) ([355e794](https://github.com/web3-storage/w3ui/commit/355e794a9bf77381ee8f886f8c93d4b8262684a1)) +* update @web3-storage/access dep to fix email + issue ([#503](https://github.com/web3-storage/w3ui/issues/503)) ([d3b0bba](https://github.com/web3-storage/w3ui/commit/d3b0bba4472ec3da2bb24abf750e58b2563dc4a0)) + ## [4.1.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v4.0.0...solid-keyring-v4.1.0) (2023-03-30) diff --git a/packages/solid-keyring/package.json b/packages/solid-keyring/package.json index 7b0a1abe..53701386 100644 --- a/packages/solid-keyring/package.json +++ b/packages/solid-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-keyring", - "version": "4.1.0", + "version": "4.2.0", "description": "Solid adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {