From 7151d42b981d7686364411ebbac70839f710d5fa Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 10 Oct 2022 19:02:00 +0100 Subject: [PATCH] chore(master): release access-api 2.0.0 --- .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 d721c2f09..4754996cc 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access": "2.1.0", "packages/wallet": "0.3.0", - "packages/access-api": "1.0.0", + "packages/access-api": "2.0.0", "packages/store": "1.1.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 fa3b64a2b..c66a05634 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",