Skip to content

Commit

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


## 1.0.0 (2024-11-05)


### Features

* remove store protocol
([d59ec88](d59ec88))
* remove store protocol
([#13](#13))
([0028049](0028049))


### Other Changes

* formatter
([f4f5f5a](f4f5f5a))
* remove unused dependency
([e60c74d](e60c74d))

---
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>
Co-authored-by: ash <[email protected]>
  • Loading branch information
github-actions[bot] and alanshaw authored Nov 5, 2024
1 parent 5c10938 commit f3763a1
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@ -4,7 +4,7 @@
"packages/filecoin-api": "0.0.0",
"packages/filecoin-client": "0.0.0",
"packages/capabilities": "1.0.0",
"packages/upload-api": "0.0.0",
"packages/upload-api": "1.0.0",
"packages/upload-client": "1.0.0",
"packages/w3up-client": "1.0.0",
"packages/did-mailto": "1.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.0.0 (2024-11-05)


### Features

* remove store protocol ([d59ec88](https://github.com/storacha/upload-service/commit/d59ec883ace9c3f084772f9520b6df81cc13b7af))
* remove store protocol ([#13](https://github.com/storacha/upload-service/issues/13)) ([0028049](https://github.com/storacha/upload-service/commit/0028049f0bd3fcb816968687694c4611a5147148))


### Other Changes

* formatter ([f4f5f5a](https://github.com/storacha/upload-service/commit/f4f5f5accc0c80f3dfb1b6916d04df0e594c89af))
* remove unused dependency ([e60c74d](https://github.com/storacha/upload-service/commit/e60c74dbbd2449a07a7e23671c82aa664d8b82b3))

## [18.1.0](https://github.com/storacha/w3up/compare/upload-api-v18.0.3...upload-api-v18.1.0) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storacha/upload-api",
"description": "The upload api for storacha.network",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://storacha.network",
Expand Down

0 comments on commit f3763a1

Please sign in to comment.