From 3a9741eb0bfc8c7034938f7bd332892cf043094c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:42:15 +0000 Subject: [PATCH 1/2] chore(main): release filecoin-api 5.0.1 --- .github/release-please-manifest.json | 2 +- packages/filecoin-api/CHANGELOG.md | 7 +++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d4df4bba8..702b0f534 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": "5.0.0", + "packages/filecoin-api": "5.0.1", "packages/filecoin-client": "3.3.1", "packages/capabilities": "14.0.1", "packages/upload-api": "10.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 87e58aa8e..c437abb05 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v5.0.0...filecoin-api-v5.0.1) (2024-04-24) + + +### Fixes + +* migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) + ## [5.0.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.1...filecoin-api-v5.0.0) (2024-04-23) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 618beed7a..f324a5036 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.0", + "version": "5.0.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage", From c1dcc6902d19490c2b533c2803504ccc02e29d7f Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 24 Apr 2024 19:03:28 +0200 Subject: [PATCH 2/2] chore: correct versions --- .github/release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 702b0f534..370e98613 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.3.1", "packages/filecoin-api": "5.0.1", - "packages/filecoin-client": "3.3.1", + "packages/filecoin-client": "3.3.2", "packages/capabilities": "14.0.1", "packages/upload-api": "10.0.0", "packages/upload-client": "13.2.1",