diff --git a/packages/w3ui/.release-please-manifest.json b/packages/w3ui/.release-please-manifest.json index 93203a5a5..7ef278434 100644 --- a/packages/w3ui/.release-please-manifest.json +++ b/packages/w3ui/.release-please-manifest.json @@ -2,7 +2,7 @@ "packages/keyring-core": "4.2.0", "packages/uploader-core": "5.1.0", "packages/uploads-list-core": "3.1.0", - "packages/react-keyring": "5.1.1", + "packages/react-keyring": "5.2.0", "packages/react-uploader": "4.1.0", "packages/react-uploads-list": "3.0.1", "packages/vue-keyring": "4.1.1", diff --git a/packages/w3ui/packages/react-keyring/CHANGELOG.md b/packages/w3ui/packages/react-keyring/CHANGELOG.md index 246c66c50..096874ae7 100644 --- a/packages/w3ui/packages/react-keyring/CHANGELOG.md +++ b/packages/w3ui/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.2.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v5.1.1...react-keyring-v5.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 + +* 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)) + ## [5.1.1](https://github.com/web3-storage/w3ui/compare/react-keyring-v5.1.0...react-keyring-v5.1.1) (2023-03-30) diff --git a/packages/w3ui/packages/react-keyring/package.json b/packages/w3ui/packages/react-keyring/package.json index 4ac0efd91..dd5a18557 100644 --- a/packages/w3ui/packages/react-keyring/package.json +++ b/packages/w3ui/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "5.1.1", + "version": "5.2.0", "description": "React adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {