diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f3cefc9b0..70c8e631e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "7.0.0", "packages/upload-api": "4.1.0", "packages/upload-client": "9.1.0", - "packages/w3up-client": "7.0.0", + "packages/w3up-client": "8.0.0", "packages/did-mailto": "2.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 0b8e2267f..d77ffda84 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v7.0.0...w3up-client-v8.0.0) (2023-07-21) + + +### ⚠ BREAKING CHANGES + +* stop using access.web3.storage ([#833](https://github.com/web3-storage/w3up/issues/833)) + +### Features + +* stop using access.web3.storage ([#833](https://github.com/web3-storage/w3up/issues/833)) ([0df3f2c](https://github.com/web3-storage/w3up/commit/0df3f2c0341244b2404702e8a8878cf0f6e31bc0)) + ## [7.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.1...w3up-client-v7.0.0) (2023-06-08) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 22663d5bb..dbe4339c8 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "7.0.0", + "version": "8.0.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",