diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 61c8c3e86..cd6118a6b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.3.1", - "packages/filecoin-api": "4.6.1", + "packages/filecoin-api": "5.0.0", "packages/filecoin-client": "3.3.1", "packages/capabilities": "13.3.1", "packages/upload-api": "9.1.5", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 641b27ceb..87e58aa8e 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.1...filecoin-api-v5.0.0) (2024-04-23) + + +### ⚠ BREAKING CHANGES + +* not possible to skip submit queue on storefront service anymore + +### Fixes + +* drop filecoin storefront skip submit queue option ([#1371](https://github.com/web3-storage/w3up/issues/1371)) ([1114383](https://github.com/web3-storage/w3up/commit/111438395dbd4530fade17b0d216ff056df7d832)) + ## [4.6.1](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.0...filecoin-api-v4.6.1) (2024-04-12) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index efac0e304..d63cb07f5 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.6.1", + "version": "5.0.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",