Skip to content

Commit

Permalink
chore(main): release upload-client 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 8e203eb commit d3a05e8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"packages/filecoin-api": "1.0.0",
"packages/filecoin-client": "1.0.0",
"packages/capabilities": "1.1.2",
"packages/upload-api": "1.1.8",
"packages/upload-client": "1.0.1",
"packages/upload-api": "1.1.7",
"packages/upload-client": "1.0.2",
"packages/w3up-client": "1.0.5",
"packages/did-mailto": "1.0.0"
}
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

## [1.0.2](https://github.com/storacha/upload-service/compare/upload-client-v1.0.1...upload-client-v1.0.2) (2024-12-12)


### Fixes

* compatibility with legacy w3up client ([#59](https://github.com/storacha/upload-service/issues/59)) ([7185046](https://github.com/storacha/upload-service/commit/7185046e3186bef9b4f56f9e6c1c94a0c576fc53))
* jsdoc ([5506c11](https://github.com/storacha/upload-service/commit/5506c11eeda8351dd21f6fff339057e69813eab2))
* overflow slices ([#1595](https://github.com/storacha/upload-service/issues/1595)) ([949b84a](https://github.com/storacha/upload-service/commit/949b84ac808e6147178a4de693607ebd409388b4))
* retry when PUT request fails ([#1601](https://github.com/storacha/upload-service/issues/1601)) ([7836dc4](https://github.com/storacha/upload-service/commit/7836dc46054cc328d54cb0833e394e263f11fb69))
* thanks prettier ([11e34b4](https://github.com/storacha/upload-service/commit/11e34b40af2485757f8ba2056c08a100677dc393))
* trigger release ([f0f9a56](https://github.com/storacha/upload-service/commit/f0f9a56bb28bc50e33845f07c859cd209562a338))


### Other Changes

* prettier ([40ebc05](https://github.com/storacha/upload-service/commit/40ebc052b0b2d0d789b254ce0e4ec6e7687f7e41))

## [1.0.1](https://github.com/storacha/upload-service/compare/upload-client-v1.0.0...upload-client-v1.0.1) (2024-11-12)


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": "@storacha/upload-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "The storacha.network upload client",
"homepage": "https://storacha.network",
"repository": {
Expand Down

0 comments on commit d3a05e8

Please sign in to comment.