From dc035f819c4fd0837fa5925e61ac5c0037feb07c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:21:56 +0000 Subject: [PATCH] chore(main): release w3up-client 16.0.0 --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 17 +++++++++++++++++ packages/w3up-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 0f6806992..689be5266 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.2.0", "packages/upload-api": "18.0.2", "packages/upload-client": "17.0.1", - "packages/w3up-client": "15.0.0", + "packages/w3up-client": "16.0.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index b53bf48f9..84215c267 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [16.0.0](https://github.com/storacha-network/w3up/compare/w3up-client-v15.0.0...w3up-client-v16.0.0) (2024-07-29) + + +### ⚠ 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 + +* badgers on README ([ffe49f2](https://github.com/storacha-network/w3up/commit/ffe49f2be3f0a550d7561bc5ebb124de1b913735)) + ## [15.0.0](https://github.com/storacha-network/w3up/compare/w3up-client-v14.1.1...w3up-client-v15.0.0) (2024-06-13) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 05dd881c7..68372d7f5 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "15.0.0", + "version": "16.0.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",