From ca4c425b368de1ef03d7fcd5a2df41788ad4d112 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:18:46 -0700 Subject: [PATCH] chore(main): release solid-keyring 5.0.0 (#519) 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/solid-keyring-v4.2.0...solid-keyring-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)) ### Bug Fixes * inferred type error ([#516](https://github.com/web3-storage/w3ui/issues/516)) ([1bf4cf2](https://github.com/web3-storage/w3ui/commit/1bf4cf26efa846624864b661888b1178319ba11d)) --- 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> Co-authored-by: Travis Vachon --- .release-please-manifest.json | 2 +- packages/solid-keyring/CHANGELOG.md | 16 ++++++++++++++++ packages/solid-keyring/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 299b5cda..3daba101 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/vue-keyring": "5.0.0", "packages/vue-uploader": "5.0.0", "packages/vue-uploads-list": "4.0.0", - "packages/solid-keyring": "4.2.0", + "packages/solid-keyring": "5.0.0", "packages/solid-uploader": "4.2.0", "packages/solid-uploads-list": "3.1.0", "examples/react/w3console": "1.5.0" diff --git a/packages/solid-keyring/CHANGELOG.md b/packages/solid-keyring/CHANGELOG.md index 59ca3d3b..7180088e 100644 --- a/packages/solid-keyring/CHANGELOG.md +++ b/packages/solid-keyring/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v4.2.0...solid-keyring-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)) + + +### Bug Fixes + +* inferred type error ([#516](https://github.com/web3-storage/w3ui/issues/516)) ([1bf4cf2](https://github.com/web3-storage/w3ui/commit/1bf4cf26efa846624864b661888b1178319ba11d)) + ## [4.2.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v4.1.0...solid-keyring-v4.2.0) (2023-05-09) diff --git a/packages/solid-keyring/package.json b/packages/solid-keyring/package.json index 37fd6e65..d62e5b4e 100644 --- a/packages/solid-keyring/package.json +++ b/packages/solid-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-keyring", - "version": "4.2.0", + "version": "5.0.0", "description": "Solid adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {