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 Nov 1, 2022
1 parent feec113 commit 4c40f08
Show file tree
Hide file tree
Showing 3 changed files with 19 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": "3.1.2",
"packages/access-api": "3.0.0",
"packages/store": "2.0.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Remove 0.8 caps and add account delegation to the service (#123)

### Features

* Remove 0.8 caps and add account delegation to the service ([#123](https://github.com/web3-storage/w3-protocol/issues/123)) ([878f8c9](https://github.com/web3-storage/w3-protocol/commit/878f8c9a38f02dac509ef0b4437ab3d1b8467eb3)), closes [#117](https://github.com/web3-storage/w3-protocol/issues/117) [#121](https://github.com/web3-storage/w3-protocol/issues/121)
* use modules and setup ([#99](https://github.com/web3-storage/w3-protocol/issues/99)) ([b060c0b](https://github.com/web3-storage/w3-protocol/commit/b060c0b299ee55dbe7820231c63be90129a39652)), closes [#98](https://github.com/web3-storage/w3-protocol/issues/98)


### Bug Fixes

* 0.9 ([#78](https://github.com/web3-storage/w3-protocol/issues/78)) ([1b1ed01](https://github.com/web3-storage/w3-protocol/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 4c40f08

Please # to comment.