From 201206c1764f82ab3cac59cee47babeb35881d13 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:24:23 +0200 Subject: [PATCH] chore(main): release w3up-client 8.1.0 --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 13 +++++++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c5b3e98e7..bff08d0fa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "9.3.0", "packages/upload-api": "5.8.0", "packages/upload-client": "9.4.1", - "packages/w3up-client": "8.0.3", + "packages/w3up-client": "8.1.0", "packages/did-mailto": "2.0.1" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 23ce5586c..a205a7876 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [8.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v8.0.3...w3up-client-v8.1.0) (2023-10-06) + + +### Features + +* diagrams in readme, delegated example ([#909](https://github.com/web3-storage/w3up/issues/909)) ([329354d](https://github.com/web3-storage/w3up/commit/329354d75a03c2e6281696b6b12628e0b65e27b2)) +* upgrade to ucanto@9 ([#951](https://github.com/web3-storage/w3up/issues/951)) ([d72faf1](https://github.com/web3-storage/w3up/commit/d72faf1bb07dd11462ae6dff8ee0469f8ae7e9e7)) + + +### Bug Fixes + +* clarity for bring your own agent example ([#939](https://github.com/web3-storage/w3up/issues/939)) ([acaafd1](https://github.com/web3-storage/w3up/commit/acaafd160b6168d470d2cf73517b23887dee62f8)) + ## [8.0.3](https://github.com/web3-storage/w3up/compare/w3up-client-v8.0.2...w3up-client-v8.0.3) (2023-09-15) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 9a5f27bd4..bc170d6f6 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "8.0.3", + "version": "8.1.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",