From ff57f024fdb2e78092f790a783874c1b7119bc0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 17:25:56 +0000 Subject: [PATCH] chore(main): release react-keyring 5.2.0 --- .release-please-manifest.json | 2 +- packages/react-keyring/CHANGELOG.md | 14 ++++++++++++++ packages/react-keyring/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93a97b0f..8fd1ae3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "packages/keyring-core": "4.2.0", "packages/uploader-core": "5.0.0", "packages/uploads-list-core": "3.0.0", - "packages/react-keyring": "5.1.1", + "packages/react-keyring": "5.2.0", "packages/react-uploader": "4.0.1", "packages/react-uploads-list": "3.0.1", "packages/vue-keyring": "4.1.1", diff --git a/packages/react-keyring/CHANGELOG.md b/packages/react-keyring/CHANGELOG.md index 246c66c5..096874ae 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/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/react-keyring/package.json b/packages/react-keyring/package.json index 4ac0efd9..dd5a1855 100644 --- a/packages/react-keyring/package.json +++ b/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": {