diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b14a1bd56..e2ac8ebb3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "11.0.0", - "packages/access-api": "5.2.1", + "packages/access-api": "5.3.0", "packages/capabilities": "4.0.1", "packages/upload-api": "2.0.0", "packages/upload-client": "8.1.0", diff --git a/packages/access-api/CHANGELOG.md b/packages/access-api/CHANGELOG.md index 34cb645b9..b1909bb46 100644 --- a/packages/access-api/CHANGELOG.md +++ b/packages/access-api/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.3.0](https://github.com/web3-storage/w3protocol/compare/access-api-v5.2.1...access-api-v5.3.0) (2023-03-28) + + +### Features + +* add w3up-client at /packages/w3up-client ([#653](https://github.com/web3-storage/w3protocol/issues/653)) ([ca921ec](https://github.com/web3-storage/w3protocol/commit/ca921ec2d6fb99d5d3db44f1d5ce77e1fe3dd7dd)) + + +### Bug Fixes + +* @web3-storage/access/agent no longer exports authorizeWithPollClaim ([#656](https://github.com/web3-storage/w3protocol/issues/656)) ([a8be429](https://github.com/web3-storage/w3protocol/commit/a8be429e9d60bfe3a32ae7ca0fe7f2ef6e88ff4d)) +* access confirmation page title ([#646](https://github.com/web3-storage/w3protocol/issues/646)) ([10fa594](https://github.com/web3-storage/w3protocol/commit/10fa594cbab2b071c50f1f7d44be125ee7950460)) + ## [5.2.1](https://github.com/web3-storage/w3protocol/compare/access-api-v5.2.0...access-api-v5.2.1) (2023-03-24) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 61dae28ce..8d35138d6 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access-api", - "version": "5.2.1", + "version": "5.3.0", "description": "Access API", "type": "module", "main": "dist/worker.js",