From 60a1aeb7208b2f4a692d94b510f6fa1a4f56ca50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:03:52 +0200 Subject: [PATCH] chore(main): release upload-api 10.0.1 (#1393) :robot: I have created a release *beep* *boop* --- ## [10.0.1](https://github.com/w3s-project/w3up/compare/upload-api-v10.0.0...upload-api-v10.0.1) (2024-04-25) ### Fixes * add whitespace to trigger a release ([#1390](https://github.com/w3s-project/w3up/issues/1390)) ([ec95a0e](https://github.com/w3s-project/w3up/commit/ec95a0e5cf1bc08c6eabba1214b9803fda723393)) * migrate repo ([#1388](https://github.com/w3s-project/w3up/issues/1388)) ([10b7742](https://github.com/w3s-project/w3up/commit/10b7742d3f568f4b2dc1e2f435916a9e23480952)) * migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos --- .github/release-please-manifest.json | 2 +- packages/upload-api/CHANGELOG.md | 9 +++++++++ packages/upload-api/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 20a7f1133..49d6352f6 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/filecoin-api": "5.0.1", "packages/filecoin-client": "3.3.2", "packages/capabilities": "14.0.2", - "packages/upload-api": "10.0.0", + "packages/upload-api": "10.0.1", "packages/upload-client": "13.2.2", "packages/w3up-client": "12.5.2", "packages/did-mailto": "2.0.2" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index 1216e4b3d..ad293da75 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.0.1](https://github.com/w3s-project/w3up/compare/upload-api-v10.0.0...upload-api-v10.0.1) (2024-04-25) + + +### Fixes + +* add whitespace to trigger a release ([#1390](https://github.com/w3s-project/w3up/issues/1390)) ([ec95a0e](https://github.com/w3s-project/w3up/commit/ec95a0e5cf1bc08c6eabba1214b9803fda723393)) +* migrate repo ([#1388](https://github.com/w3s-project/w3up/issues/1388)) ([10b7742](https://github.com/w3s-project/w3up/commit/10b7742d3f568f4b2dc1e2f435916a9e23480952)) +* migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) + ## [10.0.0](https://github.com/web3-storage/w3up/compare/upload-api-v9.1.5...upload-api-v10.0.0) (2024-04-23) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 43059512d..230bf3b06 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/upload-api", "description": "The upload api for web3.storage", - "version": "10.0.0", + "version": "10.0.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",