diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8699a557b..bbd4b19d6 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,6 +3,6 @@ "packages/capabilities": "6.0.0", "packages/upload-api": "4.0.0", "packages/upload-client": "9.0.1", - "packages/w3up-client": "6.0.1", + "packages/w3up-client": "7.0.0", "packages/did-mailto": "2.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index aed1ea3ad..0b8e2267f 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.1...w3up-client-v7.0.0) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) + +### Features + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) ([4f6ddb6](https://github.com/web3-storage/w3up/commit/4f6ddb690c365a42a3dc4c5c6898e4999bd0f868)) +* w3 aggregate protocol client and api implementation ([#787](https://github.com/web3-storage/w3up/issues/787)) ([b58069d](https://github.com/web3-storage/w3up/commit/b58069d7960efe09283f3b23fed77515b62d4639)) + ## [6.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.0...w3up-client-v6.0.1) (2023-05-23) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 763c70d70..22663d5bb 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "6.0.1", + "version": "7.0.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",