From 57182b1d193924a6c5eefa3e01ef56719303c42e Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Tue, 23 May 2023 16:41:30 -0700 Subject: [PATCH] chore(main): release w3up-client 6.0.1 (#792) :robot: I have created a release *beep* *boop* --- ## [6.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.0...w3up-client-v6.0.1) (2023-05-23) ### Bug Fixes * docs for `uploadCAR` return value ([#791](https://github.com/web3-storage/w3up/issues/791)) ([a5ceee4](https://github.com/web3-storage/w3up/commit/a5ceee4ed115bf4d784b99d814c522364fdb97e6)) * upgrade remaining ucanto deps ([#798](https://github.com/web3-storage/w3up/issues/798)) ([7211501](https://github.com/web3-storage/w3up/commit/72115010663a62140127cdeed21f2dc37f59da08)) * upgrade ucanto to 8 ([#794](https://github.com/web3-storage/w3up/issues/794)) ([00b011d](https://github.com/web3-storage/w3up/commit/00b011d87f628d4b3040398ca6cba567a69713ff)) --- 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: Travis Vachon --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 9 +++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index cd154dd89..e7d691c0b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,6 +4,6 @@ "packages/capabilities": "5.0.1", "packages/upload-api": "3.0.0", "packages/upload-client": "9.0.1", - "packages/w3up-client": "6.0.0", + "packages/w3up-client": "6.0.1", "packages/did-mailto": "2.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 8519b8d06..aed1ea3ad 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.0...w3up-client-v6.0.1) (2023-05-23) + + +### Bug Fixes + +* docs for `uploadCAR` return value ([#791](https://github.com/web3-storage/w3up/issues/791)) ([a5ceee4](https://github.com/web3-storage/w3up/commit/a5ceee4ed115bf4d784b99d814c522364fdb97e6)) +* upgrade remaining ucanto deps ([#798](https://github.com/web3-storage/w3up/issues/798)) ([7211501](https://github.com/web3-storage/w3up/commit/72115010663a62140127cdeed21f2dc37f59da08)) +* upgrade ucanto to 8 ([#794](https://github.com/web3-storage/w3up/issues/794)) ([00b011d](https://github.com/web3-storage/w3up/commit/00b011d87f628d4b3040398ca6cba567a69713ff)) + ## [6.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v5.5.1...w3up-client-v6.0.0) (2023-05-03) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 93edf0475..fe1110fe0 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "6.0.0", + "version": "6.0.1", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",