From 173dc72c0e789e2b8005165d8888faced349d926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:21:55 -0800 Subject: [PATCH] chore(main): release keyring-core 6.0.0 (#587) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v5.1.0...keyring-core-v6.0.0) (2023-11-20) ### ⚠ BREAKING CHANGES * use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581)) ### Features * use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581)) ([bd5f341](https://github.com/web3-storage/w3ui/commit/bd5f34186b14c4817924a93658f79be16898902a)) --- 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 e4f466ab..ea55a67a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/keyring-core": "5.1.0", + "packages/keyring-core": "6.0.0", "packages/uploader-core": "6.1.0", "packages/uploads-list-core": "4.1.0", "packages/react-keyring": "6.2.1", diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index 6eaf6eda..2e29ef18 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v5.1.0...keyring-core-v6.0.0) (2023-11-20) + + +### ⚠ BREAKING CHANGES + +* use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581)) + +### Features + +* use w3up-client in keyring ([#581](https://github.com/web3-storage/w3ui/issues/581)) ([bd5f341](https://github.com/web3-storage/w3ui/commit/bd5f34186b14c4817924a93658f79be16898902a)) + ## [5.1.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v5.0.1...keyring-core-v5.1.0) (2023-10-31) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 9da999cf..46489aeb 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "5.1.0", + "version": "6.0.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",