Skip to content

Commit

Permalink
chore(master): release access-api 2.0.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Oct 13, 2022
1 parent b060c0b commit 21dafc0
Show file tree
Hide file tree
Showing 3 changed files with 18 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": "2.1.1",
"packages/access-api": "1.0.0",
"packages/access-api": "2.0.0",
"packages/store": "2.0.0"
}
16 changes: 16 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3-protocol/compare/access-api-v1.0.0...access-api-v2.0.0) (2022-10-10)


### ⚠ BREAKING CHANGES

* new accounts (#72)

### Features

* new accounts ([#72](https://github.com/web3-storage/w3-protocol/issues/72)) ([9f6cb41](https://github.com/web3-storage/w3-protocol/commit/9f6cb419d33b9446dd80f8541228096cf2677d45))


### Bug Fixes

* redirect on success ([#77](https://github.com/web3-storage/w3-protocol/issues/77)) ([0e67f3b](https://github.com/web3-storage/w3-protocol/commit/0e67f3be07118dd132770818486d2498416a300f))

## [1.0.0](https://github.com/web3-storage/ucan-protocol/compare/access-api-v0.4.0...access-api-v1.0.0) (2022-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access-api",
"version": "1.0.0",
"version": "2.0.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit 21dafc0

Please sign in to comment.