From 232dadd2a09c95b729bf9e6af913810997ad84fb Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:47:35 +1000 Subject: [PATCH] chore(main): release w3up-client 12.5.2 (#1364) :robot: I have created a release *beep* *boop* --- ## [12.5.2](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.1...w3up-client-v12.5.2) (2024-04-12) ### Fixes * upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) --- 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: Vasco Santos --- .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 9d884618d..0a24982ca 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "13.2.1", "packages/upload-api": "9.0.1", "packages/upload-client": "13.2.1", - "packages/w3up-client": "12.5.1", + "packages/w3up-client": "12.5.2", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 79353f9a1..01ff461d0 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.5.2](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.1...w3up-client-v12.5.2) (2024-04-12) + + +### Fixes + +* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) + ## [12.5.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.0...w3up-client-v12.5.1) (2024-04-11) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index fa955ec17..06844ab41 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "12.5.1", + "version": "12.5.2", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",