Skip to content

Commit

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


##
[7.0.0](storacha/w3up@upload-api-v6.3.0...upload-api-v7.0.0)
(2023-11-01)


### ⚠ BREAKING CHANGES

* add storefront filecoin api to upload api
([storacha#1052](storacha#1052))

### Features

* add storefront filecoin api to upload api
([storacha#1052](storacha#1052))
([39916c2](storacha@39916c2))
* implement `plan/get` capability
([storacha#1005](storacha#1005))
([f0456d2](storacha@f0456d2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
it-dag-house authored Nov 1, 2023
1 parent e3882ff commit dbb1307
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -3,7 +3,7 @@
"packages/filecoin-api": "4.0.0",
"packages/filecoin-client": "3.0.0",
"packages/capabilities": "11.1.0",
"packages/upload-api": "6.3.0",
"packages/upload-api": "7.0.0",
"packages/upload-client": "11.1.0",
"packages/w3up-client": "9.2.1",
"packages/did-mailto": "2.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [7.0.0](https://github.com/web3-storage/w3up/compare/upload-api-v6.3.0...upload-api-v7.0.0) (2023-11-01)


### ⚠ BREAKING CHANGES

* add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052))

### Features

* add storefront filecoin api to upload api ([#1052](https://github.com/web3-storage/w3up/issues/1052)) ([39916c2](https://github.com/web3-storage/w3up/commit/39916c25cbbfce6392fbb7cc71112987185c798c))
* implement `plan/get` capability ([#1005](https://github.com/web3-storage/w3up/issues/1005)) ([f0456d2](https://github.com/web3-storage/w3up/commit/f0456d2e2aab462666810e22abd7dfb7e1ce21be))

## [6.3.0](https://github.com/web3-storage/w3up/compare/upload-api-v6.2.0...upload-api-v6.3.0) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-api",
"version": "6.3.0",
"version": "7.0.0",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit dbb1307

Please sign in to comment.