diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 66bf6f183..188e06342 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "15.0.0", "packages/filecoin-api": "1.0.0", "packages/filecoin-client": "1.0.0", - "packages/capabilities": "7.0.0", + "packages/capabilities": "8.0.0", "packages/upload-api": "4.1.0", "packages/upload-client": "9.1.1", "packages/w3up-client": "8.0.1", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 8bb01ed8d..fe0b13bd1 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [8.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v7.0.0...capabilities-v8.0.0) (2023-08-09) + + +### ⚠ BREAKING CHANGES + +* update aggregation capabilitites to use height instead of size together with client and api ([#831](https://github.com/web3-storage/w3up/issues/831)) + +### Features + +* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) + + +### Bug Fixes + +* update aggregation capabilitites to use height instead of size together with client and api ([#831](https://github.com/web3-storage/w3up/issues/831)) ([31730f0](https://github.com/web3-storage/w3up/commit/31730f0cb37b16f12f778ee8d2ecb5693bb2cd23)) + ## [7.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v6.0.1...capabilities-v7.0.0) (2023-07-06) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index eff1fad13..93ab96fb5 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "7.0.0", + "version": "8.0.0", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {