Skip to content

Commit

Permalink
chore(main): release wallet 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 1, 2022
1 parent ccaf1ab commit ca72c98
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/wallet": "1.0.0",
"packages/wallet": "2.0.0",
"packages/access-client": "7.0.2",
"packages/access-api": "3.0.0",
"packages/capabilities": "0.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3protocol/compare/wallet-v1.0.0...wallet-v2.0.0) (2022-12-01)


### ⚠ BREAKING CHANGES

* Remove 0.8 caps and add account delegation to the service ([#123](https://github.com/web3-storage/w3protocol/issues/123))

### Features

* [#153](https://github.com/web3-storage/w3protocol/issues/153) ([#177](https://github.com/web3-storage/w3protocol/issues/177)) ([d6d448c](https://github.com/web3-storage/w3protocol/commit/d6d448c16f188398c30f2d1b83f69e1d7becd450))
* account recover with email ([#149](https://github.com/web3-storage/w3protocol/issues/149)) ([6c659ba](https://github.com/web3-storage/w3protocol/commit/6c659ba68d23c3448d5150bc76f1ddcb91ae18d8))
* Remove 0.8 caps and add account delegation to the service ([#123](https://github.com/web3-storage/w3protocol/issues/123)) ([878f8c9](https://github.com/web3-storage/w3protocol/commit/878f8c9a38f02dac509ef0b4437ab3d1b8467eb3)), closes [#117](https://github.com/web3-storage/w3protocol/issues/117) [#121](https://github.com/web3-storage/w3protocol/issues/121)
* use modules and setup ([#99](https://github.com/web3-storage/w3protocol/issues/99)) ([b060c0b](https://github.com/web3-storage/w3protocol/commit/b060c0b299ee55dbe7820231c63be90129a39652)), closes [#98](https://github.com/web3-storage/w3protocol/issues/98)


### Bug Fixes

* 0.9 ([#78](https://github.com/web3-storage/w3protocol/issues/78)) ([1b1ed01](https://github.com/web3-storage/w3protocol/commit/1b1ed01d537e88bbdeb5ea2aeb967b27bd11f87d))

## [1.0.0](https://github.com/web3-storage/w3-protocol/compare/wallet-v0.3.0...wallet-v1.0.0) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit ca72c98

Please # to comment.