From 9aba8a155cca663387952fc9b11bc3748de8f2fc Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:04:01 +1100 Subject: [PATCH] chore(main): release w3up-client 12.5.0 (#1313) :robot: I have created a release *beep* *boop* --- ## [12.5.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.1...w3up-client-v12.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)) ### Fixes * upload client should perform filecoin offer ([#1333](https://github.com/web3-storage/w3up/issues/1333)) ([466e3f7](https://github.com/web3-storage/w3up/commit/466e3f79733c30f864cb21e7ed0f0684945417ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Vasco Santos --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 12 ++++++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9fad45cf3..be5e57f7f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "13.2.0", "packages/upload-api": "8.4.1", "packages/upload-client": "13.1.0", - "packages/w3up-client": "12.4.1", + "packages/w3up-client": "12.5.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index fdd8c77e7..ec4a6cb32 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [12.5.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.1...w3up-client-v12.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)) + + +### Fixes + +* upload client should perform filecoin offer ([#1333](https://github.com/web3-storage/w3up/issues/1333)) ([466e3f7](https://github.com/web3-storage/w3up/commit/466e3f79733c30f864cb21e7ed0f0684945417ed)) + ## [12.4.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.0...w3up-client-v12.4.1) (2024-02-01) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 8fa17027a..19f1bb57c 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "12.4.1", + "version": "12.5.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",