From 21dafc0aea69103e064c4dde27d0b56246e4b34c Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 13 Oct 2022 16:05:46 +0100 Subject: [PATCH] chore(master): release access-api 2.0.0 (#76) --- .github/release-please-manifest.json | 2 +- packages/access-api/CHANGELOG.md | 16 ++++++++++++++++ packages/access-api/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bcba8c195..aca8c19f2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/packages/access-api/CHANGELOG.md b/packages/access-api/CHANGELOG.md index 43ce6a3f4..315aa6904 100644 --- a/packages/access-api/CHANGELOG.md +++ b/packages/access-api/CHANGELOG.md @@ -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) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 5333834fe..03ce10caa 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -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",