diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 063368721..51c06f481 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,6 +2,6 @@ "packages/access-client": "11.0.0-rc.0", "packages/access-api": "4.11.0", "packages/capabilities": "4.0.0", - "packages/upload-api": "1.0.4", + "packages/upload-api": "2.0.0", "packages/upload-client": "7.0.0" } diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index f3d5d5241..c5257e304 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.4...upload-api-v2.0.0) (2023-03-22) + + +### ⚠ BREAKING CHANGES + +* ucan bucket is not part of upload-api but rather ucan-api +* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433)) + +### Features + +* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433)) ([1ddc6a0](https://github.com/web3-storage/w3protocol/commit/1ddc6a0c53f8cdb6837a315d8aaf567100dfb8d7)) + + +### Bug Fixes + +* remove ucan bucket interface ([#594](https://github.com/web3-storage/w3protocol/issues/594)) ([52cf7c1](https://github.com/web3-storage/w3protocol/commit/52cf7c1f35f01aac66d475d884b87f29348a145c)) + + +### Miscellaneous Chores + +* **access-client:** release 11.0.0-rc.0 ([#573](https://github.com/web3-storage/w3protocol/issues/573)) ([be4386d](https://github.com/web3-storage/w3protocol/commit/be4386d66ceea393f289adb3c79273c250542807)) + ## [1.0.4](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.3...upload-api-v1.0.4) (2023-03-08) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 7cca959dc..a8d7de82a 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-api", - "version": "1.0.4", + "version": "2.0.0", "type": "module", "main": "./src/lib.js", "files": [