From ff79d209fd35e4485e2830e1f713ff4814eca70b Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:45:56 -0700 Subject: [PATCH] chore(main): release upload-api 5.0.0 --- .github/release-please-manifest.json | 2 +- packages/upload-api/CHANGELOG.md | 16 ++++++++++++++++ packages/upload-api/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 51fe728fe..2eb48e7b2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/filecoin-api": "0.0.0", "packages/filecoin-client": "0.0.0", "packages/capabilities": "8.0.0", - "packages/upload-api": "4.1.0", + "packages/upload-api": "5.0.0", "packages/upload-client": "9.1.1", "packages/w3up-client": "8.0.1", "packages/did-mailto": "2.0.0" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index ea4f07ea1..de749583a 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3up/compare/upload-api-v4.1.0...upload-api-v5.0.0) (2023-08-09) + + +### ⚠ BREAKING CHANGES + +* introduce new administrative capabilities ([#832](https://github.com/web3-storage/w3up/issues/832)) + +### Features + +* introduce new administrative capabilities ([#832](https://github.com/web3-storage/w3up/issues/832)) ([7b8037a](https://github.com/web3-storage/w3up/commit/7b8037a6ab92f830af4aa7ba07a91bc2a20c0d8c)) + + +### Bug Fixes + +* run format for upload-api ([#825](https://github.com/web3-storage/w3up/issues/825)) ([59dc765](https://github.com/web3-storage/w3up/commit/59dc7659a6a19942fad5f73efbed84cc33381314)) + ## [4.1.0](https://github.com/web3-storage/w3up/compare/upload-api-v4.0.0...upload-api-v4.1.0) (2023-06-20) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index fbf13fe12..c19fa9217 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-api", - "version": "4.1.0", + "version": "5.0.0", "type": "module", "main": "./src/lib.js", "files": [