Skip to content

Commit

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


##
[2.1.0](storacha/w3ui@keyring-core-v2.0.1...keyring-core-v2.1.0)
(2023-02-02)


### Features

* adds space-finder autocomplete combobox
([storacha#268](storacha/w3ui#268))
([5894cdc](storacha/w3ui@5894cdc))
* delegate access to spaces
([storacha#293](storacha/w3ui#293))
([d99c96c](storacha/w3ui@d99c96c))

---
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 <travis@dag.house>
  • Loading branch information
github-actions[bot] and travis authored Feb 2, 2023
1 parent ffe9244 commit 6871e08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/w3ui/.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.0.1",
"packages/keyring-core": "2.1.0",
"packages/react-keyring": "2.0.1",
"packages/solid-keyring": "2.0.1",
"packages/vue-keyring": "2.0.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/w3ui/packages/keyring-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.0.1...keyring-core-v2.1.0) (2023-02-02)


### 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))

## [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/w3ui/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.0.1",
"version": "2.1.0",
"description": "w3ui keyring core.",
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 6871e08

Please sign in to comment.