From 33391f9805b0fa2dd1f5d8bc0fddf6bf34b8a145 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 08:22:24 +0800 Subject: [PATCH] chore(main): release keyring-core 2.1.1 (#376) :robot: I have created a release *beep* *boop* --- ## [2.1.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.1.0...keyring-core-v2.1.1) (2023-02-03) ### Features * add `sameAs` function to compare spaces by DID ([#268](https://github.com/web3-storage/w3ui/issues/268)) ([3dcd647](https://github.com/web3-storage/w3ui/commit/3dcd647d3c05c6b403a439af58688885073631b8)) * fix bug in `name` function ([#268](https://github.com/web3-storage/w3ui/issues/268)) ([3dcd647](https://github.com/web3-storage/w3ui/commit/3dcd647d3c05c6b403a439af58688885073631b8)) * add createDelegation function to delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) --- 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/keyring-core/CHANGELOG.md | 6 +++++- packages/keyring-core/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41100fbb..6926bada 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/solid-uploader": "3.0.1", "packages/solid-uploads-list": "2.0.1", "packages/vue-uploads-list": "2.0.1", - "packages/keyring-core": "2.1.0", + "packages/keyring-core": "2.1.1", "packages/react-keyring": "2.0.1", "packages/solid-keyring": "2.0.1", "packages/vue-keyring": "2.0.1" diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index 36f2f33d..ffd15729 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.1.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.0.1...keyring-core-v2.1.0) (2023-02-02) +## [2.1.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.1.0...keyring-core-v2.1.1) (2023-02-03) ### Features @@ -9,6 +9,10 @@ * fix bug in `name` function ([#268](https://github.com/web3-storage/w3ui/issues/268)) ([3dcd647](https://github.com/web3-storage/w3ui/commit/3dcd647d3c05c6b403a439af58688885073631b8)) * add createDelegation function to delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +## [2.1.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.0.1...keyring-core-v2.1.0) (2023-02-02) + +Did not release properly due to build configuration issues. + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.0.0...keyring-core-v2.0.1) (2022-12-15) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 2e4db887..26a59a47 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "2.1.0", + "version": "2.1.1", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module",