Skip to content

Commit

Permalink
chore(main): release aggregate-client 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Jul 25, 2023
1 parent 31730f0 commit 1b8c20a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/aggregate-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-07-25)


### ⚠ 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/aggregate-client/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1b8c20a

Please sign in to comment.