From 5e486f399d89da83525028f394785e3e455018cc Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:10:08 -0800 Subject: [PATCH] chore(main): release upload-client 6.0.0 (#443) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v5.6.0...upload-client-v6.0.0) (2023-02-23) ### ⚠ BREAKING CHANGES * rename startCursor and endCursor to before and after ([#442](https://github.com/web3-storage/w3protocol/issues/442)) ### Features * rename startCursor and endCursor to before and after ([#442](https://github.com/web3-storage/w3protocol/issues/442)) ([d4581a8](https://github.com/web3-storage/w3protocol/commit/d4581a80a91f1e6422a0d8eec2eb1403fbd34d90)) --- 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/upload-client/CHANGELOG.md | 11 +++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 35588b01d..8ab871d49 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,5 +2,5 @@ "packages/access-client": "9.4.0", "packages/access-api": "4.11.0", "packages/capabilities": "2.3.0", - "packages/upload-client": "5.6.0" + "packages/upload-client": "6.0.0" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index e0a8d0a8f..12c59d4ea 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v5.6.0...upload-client-v6.0.0) (2023-02-23) + + +### ⚠ BREAKING CHANGES + +* rename startCursor and endCursor to before and after ([#442](https://github.com/web3-storage/w3protocol/issues/442)) + +### Features + +* rename startCursor and endCursor to before and after ([#442](https://github.com/web3-storage/w3protocol/issues/442)) ([d4581a8](https://github.com/web3-storage/w3protocol/commit/d4581a80a91f1e6422a0d8eec2eb1403fbd34d90)) + ## [5.6.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v5.5.0...upload-client-v5.6.0) (2023-02-16) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 9236bb210..4aec7fbb4 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "5.6.0", + "version": "6.0.0", "description": "The web3.storage upload client", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client", "repository": {