From c8a147aa889850debb2807f375bed4c6ddd09f00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:18:03 -0300 Subject: [PATCH] chore(main): release w3up-client 17.1.2 (#1614) :robot: I have created a release *beep* *boop* --- ## [17.1.2](https://github.com/storacha/w3up/compare/w3up-client-v17.1.1...w3up-client-v17.1.2) (2025-01-08) ### Fixes * **w3up-client:** options in createSpace should be optional ([#1613](https://github.com/storacha/w3up/issues/1613)) ([52ccfc2](https://github.com/storacha/w3up/commit/52ccfc2b8208b9e58e37868d0e40e35ef647032c)) --- 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/w3up-client/CHANGELOG.md | 7 +++++++ packages/w3up-client/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 729808720..4308b2e04 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "18.0.1", "packages/upload-api": "19.0.0", "packages/upload-client": "17.1.3", - "packages/w3up-client": "17.1.1", + "packages/w3up-client": "17.1.2", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 2add5ff63..b93570047 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.1.2](https://github.com/storacha/w3up/compare/w3up-client-v17.1.1...w3up-client-v17.1.2) (2025-01-08) + + +### Fixes + +* **w3up-client:** options in createSpace should be optional ([#1613](https://github.com/storacha/w3up/issues/1613)) ([52ccfc2](https://github.com/storacha/w3up/commit/52ccfc2b8208b9e58e37868d0e40e35ef647032c)) + ## [17.1.1](https://github.com/storacha/w3up/compare/w3up-client-v17.1.0...w3up-client-v17.1.1) (2024-12-20) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 14bc832a0..b2cbddc9f 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "17.1.1", + "version": "17.1.2", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",