Skip to content

Commit

Permalink
chore(main): release keyring-core 2.1.1 (#376)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.1.1](keyring-core-v2.1.0...keyring-core-v2.1.1)
(2023-02-03)


### Features

* add `sameAs` function to compare spaces by DID ([#268](#268)) ([3dcd647](3dcd647))
* fix bug in `name` function ([#268](#268)) ([3dcd647](3dcd647))
* add createDelegation function to delegate access to spaces ([#293](#293)) ([441d757](441d757))

---
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 <[email protected]>
  • Loading branch information
github-actions[bot] and travis authored Feb 3, 2023
1 parent c339d82 commit 33391f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion packages/keyring-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 33391f9

Please sign in to comment.