diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4bb411cfc..fa17c9cbb 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "15.0.0", "packages/aggregate-api": "1.0.0", - "packages/aggregate-client": "1.0.0", + "packages/aggregate-client": "2.0.0", "packages/capabilities": "7.0.0", "packages/upload-api": "4.1.0", "packages/upload-client": "9.1.1", diff --git a/packages/aggregate-client/CHANGELOG.md b/packages/aggregate-client/CHANGELOG.md index 49f857792..9cb7f9ba3 100644 --- a/packages/aggregate-client/CHANGELOG.md +++ b/packages/aggregate-client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3up/compare/aggregate-client-v1.0.0...aggregate-client-v2.0.0) (2023-08-04) + + +### ⚠ 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)) + +### 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)) + ## 1.0.0 (2023-07-11) diff --git a/packages/aggregate-client/package.json b/packages/aggregate-client/package.json index 451974cf8..5f0c92378 100644 --- a/packages/aggregate-client/package.json +++ b/packages/aggregate-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/aggregate-client", - "version": "1.0.0", + "version": "2.0.0", "description": "The web3.storage aggregate client", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/aggregate-client", "repository": {