From ec90f8eaf30a54b124ba35afc61cc7981942fc07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:58:26 +0100 Subject: [PATCH] chore(main): release upload-client 17.0.0 (#1502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [17.0.0](https://github.com/storacha-network/w3up/compare/upload-client-v16.1.1...upload-client-v17.0.0) (2024-06-19) ### ⚠ BREAKING CHANGES * allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507)) ### Features * allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507)) ([fd74cbb](https://github.com/storacha-network/w3up/commit/fd74cbb9a59c10f1688a5994dd2cdc6722be00be)) * configure UnixFS encoder ([#1509](https://github.com/storacha-network/w3up/issues/1509)) ([1a5e648](https://github.com/storacha-network/w3up/commit/1a5e64817d20525c456b78eea22da8189b5748b1)) ### Fixes * stop writing to DUDEWHERE ([#1500](https://github.com/storacha-network/w3up/issues/1500)) ([cf0a1d6](https://github.com/storacha-network/w3up/commit/cf0a1d6e08d515854080899e57d16dca420f81e6)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 17 +++++++++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ffe2d46ad..85b99fba2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,7 +5,7 @@ "packages/filecoin-client": "3.3.3", "packages/capabilities": "17.2.0", "packages/upload-api": "18.0.0", - "packages/upload-client": "16.1.1", + "packages/upload-client": "17.0.0", "packages/w3up-client": "15.0.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index dcf4278b5..e7ca6f494 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [17.0.0](https://github.com/storacha-network/w3up/compare/upload-client-v16.1.1...upload-client-v17.0.0) (2024-06-19) + + +### ⚠ BREAKING CHANGES + +* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507)) + +### Features + +* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507)) ([fd74cbb](https://github.com/storacha-network/w3up/commit/fd74cbb9a59c10f1688a5994dd2cdc6722be00be)) +* configure UnixFS encoder ([#1509](https://github.com/storacha-network/w3up/issues/1509)) ([1a5e648](https://github.com/storacha-network/w3up/commit/1a5e64817d20525c456b78eea22da8189b5748b1)) + + +### Fixes + +* stop writing to DUDEWHERE ([#1500](https://github.com/storacha-network/w3up/issues/1500)) ([cf0a1d6](https://github.com/storacha-network/w3up/commit/cf0a1d6e08d515854080899e57d16dca420f81e6)) + ## [16.1.1](https://github.com/w3s-project/w3up/compare/upload-client-v16.1.0...upload-client-v16.1.1) (2024-06-05) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 81be97f90..e8328cd3f 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "16.1.1", + "version": "17.0.0", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {