Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release aggregate-client 2.0.0 #843

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-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)


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
Loading