From 0b739605eade6dd26b6555fd0e017fcba772dcb9 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:10:50 -0800 Subject: [PATCH] chore(main): release access-api 4.10.0 (#416) :robot: I have created a release *beep* *boop* --- ## [4.10.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.9.0...access-api-v4.10.0) (2023-02-16) ### Features * add support for access/authorize and update ([#392](https://github.com/web3-storage/w3protocol/issues/392)) ([bf41071](https://github.com/web3-storage/w3protocol/commit/bf41071e0a9cdc60a1e9d2ee60f5291cf91b4049)), closes [#386](https://github.com/web3-storage/w3protocol/issues/386) * optional override for Postmark email From: field ([#354](https://github.com/web3-storage/w3protocol/issues/354)) ([00db0ec](https://github.com/web3-storage/w3protocol/commit/00db0ec17b54c709fae2dff68c15999ceebd56d1)) * rm /reproduce-cloudflare-error route ([#426](https://github.com/web3-storage/w3protocol/issues/426)) ([158f309](https://github.com/web3-storage/w3protocol/commit/158f309c692708d460078041bb47fc410e7249fd)) * rm upload-api-proxy ability to route to separate environment audiences ([#407](https://github.com/web3-storage/w3protocol/issues/407)) ([eefb6c6](https://github.com/web3-storage/w3protocol/commit/eefb6c6983c982ed72c4d3f011bbb266fde0452b)) ### Bug Fixes * align postmark/welcome.txt with .html version ([#431](https://github.com/web3-storage/w3protocol/issues/431)) ([0d72795](https://github.com/web3-storage/w3protocol/commit/0d72795c3f7895b64a2190aba3ce455d27253617)) * avoid email delegation via GET request ([#430](https://github.com/web3-storage/w3protocol/issues/430)) ([e0f67e8](https://github.com/web3-storage/w3protocol/commit/e0f67e89d3ee093e5b971bf74c66a5239bb40ee3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 af0c76c49..186e76ea5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "9.3.0", - "packages/access-api": "4.9.0", + "packages/access-api": "4.10.0", "packages/capabilities": "2.3.0", "packages/upload-client": "5.6.0" } diff --git a/packages/access-api/CHANGELOG.md b/packages/access-api/CHANGELOG.md index 3aee265f1..6c21d03e9 100644 --- a/packages/access-api/CHANGELOG.md +++ b/packages/access-api/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.10.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.9.0...access-api-v4.10.0) (2023-02-16) + + +### Features + +* add support for access/authorize and update ([#392](https://github.com/web3-storage/w3protocol/issues/392)) ([9c8ca0b](https://github.com/web3-storage/w3protocol/commit/9c8ca0b385c940c8f0c21ee9edde093d2dcab8b8)), closes [#386](https://github.com/web3-storage/w3protocol/issues/386) +* optional override for Postmark email From: field ([#354](https://github.com/web3-storage/w3protocol/issues/354)) ([f6b2350](https://github.com/web3-storage/w3protocol/commit/f6b23509768e59b72db51f6ae56cba260058771a)) +* rm /reproduce-cloudflare-error route ([#426](https://github.com/web3-storage/w3protocol/issues/426)) ([99cbd2f](https://github.com/web3-storage/w3protocol/commit/99cbd2f9bbdb55f31773c5d654d02b66c2468e32)) +* rm upload-api-proxy ability to route to separate environment audiences ([#407](https://github.com/web3-storage/w3protocol/issues/407)) ([5cfe274](https://github.com/web3-storage/w3protocol/commit/5cfe274fc402e3df4fd4bc8520cefb178f0eba65)) + + +### Bug Fixes + +* align postmark/welcome.txt with .html version ([#431](https://github.com/web3-storage/w3protocol/issues/431)) ([a53d6e6](https://github.com/web3-storage/w3protocol/commit/a53d6e62af165a1eb4649525cd0dc7e83a9f5279)) +* avoid email delegation via GET request ([#430](https://github.com/web3-storage/w3protocol/issues/430)) ([d282d6a](https://github.com/web3-storage/w3protocol/commit/d282d6abac12c29dfbe9690ba5cd285ee3960f91)) + ## [4.9.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.8.0...access-api-v4.9.0) (2023-01-30) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 425ab022b..83f6292b0 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access-api", - "version": "4.9.0", + "version": "4.10.0", "description": "Access API", "type": "module", "main": "dist/worker.js",