From b717788094a05acd4e800a72d595ddd242fb12f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:51:00 -0300 Subject: [PATCH] chore(main): release w3up-client 17.1.1 (#1611) :robot: I have created a release *beep* *boop* --- ## [17.1.1](https://github.com/storacha/w3up/compare/w3up-client-v17.1.0...w3up-client-v17.1.1) (2024-12-20) ### Fixes * **w3up-client:** authorize agent to use space ([#1610](https://github.com/storacha/w3up/issues/1610)) ([52ceb12](https://github.com/storacha/w3up/commit/52ceb12e29e04ab76f9863c17542088291685890)) --- 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 07e120126..729808720 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.0", + "packages/w3up-client": "17.1.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index ff60155c8..2add5ff63 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.1.1](https://github.com/storacha/w3up/compare/w3up-client-v17.1.0...w3up-client-v17.1.1) (2024-12-20) + + +### Fixes + +* **w3up-client:** authorize agent to use space ([#1610](https://github.com/storacha/w3up/issues/1610)) ([52ceb12](https://github.com/storacha/w3up/commit/52ceb12e29e04ab76f9863c17542088291685890)) + ## [17.1.0](https://github.com/storacha/w3up/compare/w3up-client-v17.0.0...w3up-client-v17.1.0) (2024-12-19) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index bf23d1ccd..14bc832a0 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.0", + "version": "17.1.1", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",