diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e60dd3da4..00ff0d5e0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.3.2", - "packages/filecoin-api": "5.0.1", + "packages/filecoin-api": "6.0.0", "packages/filecoin-client": "3.3.2", "packages/capabilities": "15.0.0", "packages/upload-api": "10.0.1", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index c437abb05..954d42927 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/w3s-project/w3up/compare/filecoin-api-v5.0.1...filecoin-api-v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* dataStore in storefront renamed to contentStore + +### Fixes + +* storefront content store rename and separation for test ([#1409](https://github.com/w3s-project/w3up/issues/1409)) ([05e5db3](https://github.com/w3s-project/w3up/commit/05e5db35544c935a6c8e65e8f27583cffcf224e1)) + ## [5.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v5.0.0...filecoin-api-v5.0.1) (2024-04-24) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index f324a5036..89c703237 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "5.0.1", + "version": "6.0.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",