From cd52058298ba6234098a0c7cce33a2d7a72af0e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 23:48:52 +0000 Subject: [PATCH] chore(main): release keyring-core 2.0.0 (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v1.0.2...keyring-core-v2.0.0) (2022-12-14) ### ⚠ BREAKING CHANGES * core and framework components have changed considerably. Please read the updated doucmentation. ### Features * consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([dc086fd](https://github.com/web3-storage/w3ui/commit/dc086fdd40f023adfa925d717463702eda63976c)) --- 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> --- packages/w3ui/.release-please-manifest.json | 2 +- packages/w3ui/packages/keyring-core/CHANGELOG.md | 11 +++++++++++ packages/w3ui/packages/keyring-core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/w3ui/.release-please-manifest.json b/packages/w3ui/.release-please-manifest.json index edad96571..118d126eb 100644 --- a/packages/w3ui/.release-please-manifest.json +++ b/packages/w3ui/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/solid-uploader": "2.1.2", "packages/solid-uploads-list": "1.2.2", "packages/vue-uploads-list": "1.1.2", - "packages/keyring-core": "1.0.2", + "packages/keyring-core": "2.0.0", "packages/react-keyring": "1.0.1", "packages/solid-keyring": "1.0.1", "packages/vue-keyring": "1.0.1" diff --git a/packages/w3ui/packages/keyring-core/CHANGELOG.md b/packages/w3ui/packages/keyring-core/CHANGELOG.md index 080b38c31..1a110d2e2 100644 --- a/packages/w3ui/packages/keyring-core/CHANGELOG.md +++ b/packages/w3ui/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v1.0.2...keyring-core-v2.0.0) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* core and framework components have changed considerably. Please read the updated doucmentation. + +### Features + +* consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517)) + ## [1.0.2](https://github.com/web3-storage/w3ui/compare/keyring-core-v1.0.1...keyring-core-v1.0.2) (2022-10-27) diff --git a/packages/w3ui/packages/keyring-core/package.json b/packages/w3ui/packages/keyring-core/package.json index 22aec318e..a0db51398 100644 --- a/packages/w3ui/packages/keyring-core/package.json +++ b/packages/w3ui/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "1.0.2", + "version": "2.0.0", "description": "w3ui keyring core.", "module": "build/esm/index.js", "main": "build/cjs/index.js",