Skip to content

Commit

Permalink
chore(main): release access 4.0.0 (#130)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.0.0](access-v3.1.2...access-v4.0.0)
(2022-11-01)


### ⚠ BREAKING CHANGES

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

### Features

* add cancel create account
([#132](#132))
([feec113](feec113))
* Remove 0.8 caps and add account delegation to the service
([#123](#123))
([878f8c9](878f8c9)),
closes [#117](#117)
[#121](#121)


### Bug Fixes

* throw error or return value
([#131](#131))
([cddf7b9](cddf7b9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugomrdias authored Nov 1, 2022
1 parent feec113 commit 5186190
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,6 +1,6 @@
{
"packages/wallet": "1.0.0",
"packages/access": "3.1.2",
"packages/access": "4.0.0",
"packages/access-api": "3.0.0",
"packages/store": "2.0.0"
}
17 changes: 17 additions & 0 deletions packages/access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.0.0](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.2...access-v4.0.0) (2022-11-01)


### ⚠ BREAKING CHANGES

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

### Features

* add cancel create account ([#132](https://github.com/web3-storage/w3-protocol/issues/132)) ([feec113](https://github.com/web3-storage/w3-protocol/commit/feec113f04bd3b5c2eb570ba88e8c14274f91ed6))
* 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)


### Bug Fixes

* throw error or return value ([#131](https://github.com/web3-storage/w3-protocol/issues/131)) ([cddf7b9](https://github.com/web3-storage/w3-protocol/commit/cddf7b9884d5f7c83f734e1c9d8543a1fc0a80ad))

## [3.1.2](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.1...access-v3.1.2) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "3.1.2",
"version": "4.0.0",
"description": "w3access SDK",
"homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access",
"repository": {
Expand Down

0 comments on commit 5186190

Please sign in to comment.