Skip to content

Commit

Permalink
chore(main): release filecoin-api 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent 52b5420 commit bc712cf
Show file tree
Hide file tree
Showing 3 changed files with 18 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
@@ -1,7 +1,7 @@
{
"packages/access-client": "20.1.0",
"packages/blob-index": "1.0.4",
"packages/filecoin-api": "7.3.2",
"packages/filecoin-api": "8.0.0",
"packages/filecoin-client": "3.3.4",
"packages/capabilities": "18.0.0",
"packages/upload-api": "18.1.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/storacha/w3up/compare/filecoin-api-v7.3.2...filecoin-api-v8.0.0) (2024-12-09)


### ⚠ BREAKING CHANGES

* content serve authorization ([#1590](https://github.com/storacha/w3up/issues/1590))

### Features

* content serve authorization ([#1590](https://github.com/storacha/w3up/issues/1590)) ([8b553a5](https://github.com/storacha/w3up/commit/8b553a53253f55a3f0a2980557fa5c3b92427f3f))


### Other Changes

* **main:** release w3up-client 16.4.1 ([#1577](https://github.com/storacha/w3up/issues/1577)) ([1482d69](https://github.com/storacha/w3up/commit/1482d69c28baff1c27b1baf5f3e5c76f844e5576))

## [7.3.2](https://github.com/storacha/w3up/compare/filecoin-api-v7.3.1...filecoin-api-v7.3.2) (2024-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/filecoin-api",
"version": "7.3.2",
"version": "8.0.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit bc712cf

Please sign in to comment.