From d35ce9d1d2d4f8e0ff45614a580f122838b017e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:51:46 -0700 Subject: [PATCH] chore(main): release keyring-core 5.0.0 (#539) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.2.0...keyring-core-v5.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/keyring-core/CHANGELOG.md | 11 +++++++++++ packages/keyring-core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16f21348..004a6d3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/keyring-core": "4.2.0", + "packages/keyring-core": "5.0.0", "packages/uploader-core": "5.2.0", "packages/uploads-list-core": "3.1.0", "packages/react-keyring": "5.2.0", diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index c3319886..12392519 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.2.0...keyring-core-v5.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [4.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.1.1...keyring-core-v4.2.0) (2023-05-08) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 8299c263..74e8a699 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "4.2.0", + "version": "5.0.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",