From 4d6753d4a0f00deeebee92c2432569b62e5f46b7 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:31:03 +1100 Subject: [PATCH 1/2] chore(main): release filecoin-api 4.5.0 --- .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 794e14c5d..a1d3daab2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.2.0", - "packages/filecoin-api": "4.4.0", + "packages/filecoin-api": "4.5.0", "packages/filecoin-client": "3.2.0", "packages/capabilities": "13.1.1", "packages/upload-api": "8.4.1", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 242cfa485..5bf0e75c1 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.5.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.4.0...filecoin-api-v4.5.0) (2024-03-21) + + +### Features + +* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/web3-storage/w3up/issues/1312)) ([d6978d7](https://github.com/web3-storage/w3up/commit/d6978d7ab299be76987c6533d18e6857f6998fe6)) + ## [4.4.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.3.1...filecoin-api-v4.4.0) (2024-02-06) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 254b430b6..d8f329751 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.4.0", + "version": "4.5.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage", From adc36a990d45a590419fcc38b01f3b5957f91fec Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 21 Mar 2024 12:37:14 +0100 Subject: [PATCH 2/2] chore: update filecoin client --- .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 a1d3daab2..f0d2aef6f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.2.0", "packages/filecoin-api": "4.5.0", - "packages/filecoin-client": "3.2.0", + "packages/filecoin-client": "3.3.0", "packages/capabilities": "13.1.1", "packages/upload-api": "8.4.1", "packages/upload-client": "13.0.1",