From 87a9b93d81148a9394f9932134b0c87892b32fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 21:35:25 +0000 Subject: [PATCH] chore(main): release keyring-core 4.2.0 --- .release-please-manifest.json | 2 +- packages/keyring-core/CHANGELOG.md | 13 +++++++++++++ packages/keyring-core/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32b9160e..93a97b0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/keyring-core": "4.1.1", + "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", diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index e4f970ef..c3319886 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.1.1...keyring-core-v4.2.0) (2023-05-08) + + +### 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)) + + +### 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)) + ## [4.1.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.1.0...keyring-core-v4.1.1) (2023-03-30) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index dc8e99fa..7fc61692 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "4.1.1", + "version": "4.2.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",