From dbb13071593cbf3c415f85b2384597da9bc47e2b Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:06:38 -0700 Subject: [PATCH] chore(main): release upload-api 7.0.0 (#1027) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/web3-storage/w3up/compare/upload-api-v6.3.0...upload-api-v7.0.0) (2023-11-01) ### ⚠ BREAKING CHANGES * add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052)) ### Features * add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052)) ([39916c2](https://github.com/web3-storage/w3up/commit/39916c25cbbfce6392fbb7cc71112987185c798c)) * implement `plan/get` capability ([#1005](https://github.com/web3-storage/w3up/issues/1005)) ([f0456d2](https://github.com/web3-storage/w3up/commit/f0456d2e2aab462666810e22abd7dfb7e1ce21be)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- packages/upload-api/CHANGELOG.md | 12 ++++++++++++ packages/upload-api/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bd9394132..163ea0eda 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/filecoin-api": "4.0.0", "packages/filecoin-client": "3.0.0", "packages/capabilities": "11.1.0", - "packages/upload-api": "6.3.0", + "packages/upload-api": "7.0.0", "packages/upload-client": "11.1.0", "packages/w3up-client": "9.2.1", "packages/did-mailto": "2.0.2" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index e522cc392..a5a53e009 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/w3up/compare/upload-api-v6.3.0...upload-api-v7.0.0) (2023-11-01) + + +### ⚠ BREAKING CHANGES + +* add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052)) + +### Features + +* add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052)) ([39916c2](https://github.com/web3-storage/w3up/commit/39916c25cbbfce6392fbb7cc71112987185c798c)) +* implement `plan/get` capability ([#1005](https://github.com/web3-storage/w3up/issues/1005)) ([f0456d2](https://github.com/web3-storage/w3up/commit/f0456d2e2aab462666810e22abd7dfb7e1ce21be)) + ## [6.3.0](https://github.com/web3-storage/w3up/compare/upload-api-v6.2.0...upload-api-v6.3.0) (2023-10-25) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 71257c9f3..cb126dc21 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-api", - "version": "6.3.0", + "version": "7.0.0", "type": "module", "main": "./src/lib.js", "files": [