From 954975705551282c62faf53b36a61adedd0755f6 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:40:13 -0800 Subject: [PATCH] chore(main): release upload-api 1.0.2 (#505) :robot: I have created a release *beep* *boop* --- ## [1.0.2](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.1...upload-api-v1.0.2) (2023-03-08) ### Bug Fixes * **upload-api:** fix incompatibilities with w3infra ([#504](https://github.com/web3-storage/w3protocol/issues/504)) ([d3dcf34](https://github.com/web3-storage/w3protocol/commit/d3dcf3493030abba62da2e16ffa52107e18d6fa8)) --- 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 | 7 +++++++ packages/upload-api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3c19ed0d8..4c07bc71b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,6 +2,6 @@ "packages/access-client": "10.0.0", "packages/access-api": "4.11.0", "packages/capabilities": "3.2.0", - "packages/upload-api": "1.0.1", + "packages/upload-api": "1.0.2", "packages/upload-client": "7.0.0" } diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index b3db948d8..5ba484c10 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.1...upload-api-v1.0.2) (2023-03-08) + + +### Bug Fixes + +* **upload-api:** fix incompatibilities with w3infra ([#504](https://github.com/web3-storage/w3protocol/issues/504)) ([d3dcf34](https://github.com/web3-storage/w3protocol/commit/d3dcf3493030abba62da2e16ffa52107e18d6fa8)) + ## [1.0.1](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.0...upload-api-v1.0.1) (2023-03-08) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index fc0184b57..9cbaf06cb 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-api", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "main": "./src/lib.js", "typesVersions": {