Skip to content

Commit

Permalink
chore(main): release upload-client 17.0.0 (#1502)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[17.0.0](upload-client-v16.1.1...upload-client-v17.0.0)
(2024-06-19)


### ⚠ BREAKING CHANGES

* allow invocation configuration to be generated on demand
([#1507](#1507))

### Features

* allow invocation configuration to be generated on demand
([#1507](#1507))
([fd74cbb](fd74cbb))
* configure UnixFS encoder
([#1509](#1509))
([1a5e648](1a5e648))


### Fixes

* stop writing to DUDEWHERE
([#1500](#1500))
([cf0a1d6](cf0a1d6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 19, 2024
1 parent 1a5e648 commit ec90f8e
Show file tree
Hide file tree
Showing 3 changed files with 19 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
Expand Up @@ -5,7 +5,7 @@
"packages/filecoin-client": "3.3.3",
"packages/capabilities": "17.2.0",
"packages/upload-api": "18.0.0",
"packages/upload-client": "16.1.1",
"packages/upload-client": "17.0.0",
"packages/w3up-client": "15.0.0",
"packages/did-mailto": "2.0.2"
}
17 changes: 17 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [17.0.0](https://github.com/storacha-network/w3up/compare/upload-client-v16.1.1...upload-client-v17.0.0) (2024-06-19)


### ⚠ BREAKING CHANGES

* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507))

### Features

* allow invocation configuration to be generated on demand ([#1507](https://github.com/storacha-network/w3up/issues/1507)) ([fd74cbb](https://github.com/storacha-network/w3up/commit/fd74cbb9a59c10f1688a5994dd2cdc6722be00be))
* configure UnixFS encoder ([#1509](https://github.com/storacha-network/w3up/issues/1509)) ([1a5e648](https://github.com/storacha-network/w3up/commit/1a5e64817d20525c456b78eea22da8189b5748b1))


### Fixes

* stop writing to DUDEWHERE ([#1500](https://github.com/storacha-network/w3up/issues/1500)) ([cf0a1d6](https://github.com/storacha-network/w3up/commit/cf0a1d6e08d515854080899e57d16dca420f81e6))

## [16.1.1](https://github.com/w3s-project/w3up/compare/upload-client-v16.1.0...upload-client-v16.1.1) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-client",
"version": "16.1.1",
"version": "17.0.0",
"description": "The web3.storage upload client",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit ec90f8e

Please sign in to comment.