From e8eb3805894b08097fd4d16f866e9328b2b51710 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:20:33 -0700 Subject: [PATCH] chore(main): release upload-client 11.0.0-rc.0 --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 17 +++++++++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 051487710..549d3deab 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,5 +3,5 @@ "packages/access-api": "4.11.0", "packages/capabilities": "4.0.0", "packages/upload-api": "1.0.4", - "packages/upload-client": "7.0.0" + "packages/upload-client": "11.0.0-rc.0" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index be5cb161c..cbc6bf843 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [11.0.0-rc.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v7.0.0...upload-client-v11.0.0-rc.0) (2023-03-20) + + +### ⚠ BREAKING CHANGES + +* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433)) + +### Features + +* add HAMT sharded directories support ([#536](https://github.com/web3-storage/w3protocol/issues/536)) ([8d98025](https://github.com/web3-storage/w3protocol/commit/8d98025012c87104db2910c315542d5c44bc637a)) +* implement new account-based multi-device flow ([#433](https://github.com/web3-storage/w3protocol/issues/433)) ([1ddc6a0](https://github.com/web3-storage/w3protocol/commit/1ddc6a0c53f8cdb6837a315d8aaf567100dfb8d7)) + + +### Miscellaneous Chores + +* **access-client:** release 11.0.0-rc.0 ([#573](https://github.com/web3-storage/w3protocol/issues/573)) ([be4386d](https://github.com/web3-storage/w3protocol/commit/be4386d66ceea393f289adb3c79273c250542807)) + ## [7.0.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v6.0.0...upload-client-v7.0.0) (2023-03-08) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 42e5653e4..68fd6fbfb 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "7.0.0", + "version": "11.0.0-rc.0", "description": "The web3.storage upload client", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client", "repository": {