From 1a778a3521631fff92ff76a7c8c248d38f65d0b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:00:49 -0300 Subject: [PATCH] chore(main): release upload-client 17.1.0 (#1542) :robot: I have created a release *beep* *boop* --- ## [17.1.0](https://github.com/storacha/w3up/compare/upload-client-v17.0.1...upload-client-v17.1.0) (2024-10-24) ### Features * usage/record capability definition ([#1562](https://github.com/storacha/w3up/issues/1562)) ([98c8a87](https://github.com/storacha/w3up/commit/98c8a87c52ef88da728225259e77f65733d2d7e6)) ### Fixes * repo URLs ([#1550](https://github.com/storacha/w3up/issues/1550)) ([e02ddf3](https://github.com/storacha/w3up/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) ### Other Changes * Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/w3up/issues/1533)) ([07970ef](https://github.com/storacha/w3up/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) * Warn if mocks aren't running ([#1534](https://github.com/storacha/w3up/issues/1534)) ([fb2fd66](https://github.com/storacha/w3up/commit/fb2fd66f906bde9dda7e49bb1ab214e5e980e7c5)) --- 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> Co-authored-by: Felipe Forbeck --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 18 ++++++++++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ed2fe871d..cf1d72973 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,7 +5,7 @@ "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.4.0", "packages/upload-api": "18.1.0", - "packages/upload-client": "17.0.1", + "packages/upload-client": "17.1.0", "packages/w3up-client": "16.3.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index a8af5b084..18a5a58fa 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [17.1.0](https://github.com/storacha/w3up/compare/upload-client-v17.0.1...upload-client-v17.1.0) (2024-10-24) + + +### Features + +* usage/record capability definition ([#1562](https://github.com/storacha/w3up/issues/1562)) ([98c8a87](https://github.com/storacha/w3up/commit/98c8a87c52ef88da728225259e77f65733d2d7e6)) + + +### Fixes + +* repo URLs ([#1550](https://github.com/storacha/w3up/issues/1550)) ([e02ddf3](https://github.com/storacha/w3up/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) + + +### Other Changes + +* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/w3up/issues/1533)) ([07970ef](https://github.com/storacha/w3up/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) +* Warn if mocks aren't running ([#1534](https://github.com/storacha/w3up/issues/1534)) ([fb2fd66](https://github.com/storacha/w3up/commit/fb2fd66f906bde9dda7e49bb1ab214e5e980e7c5)) + ## [17.0.1](https://github.com/storacha-network/w3up/compare/upload-client-v17.0.0...upload-client-v17.0.1) (2024-06-20) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 786048f37..8ab9cca3a 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "17.0.1", + "version": "17.1.0", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {