Skip to content

Commit

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


##
[2.0.0](filecoin-api-v1.4.4...filecoin-api-v2.0.0)
(2023-10-24)


### ⚠ BREAKING CHANGES

* see latest specs
https://github.com/web3-storage/specs/blob/cbdb706f18567900c5c24d7fb16ccbaf93d0d023/w3-filecoin.md

### Features

* upgrade to ucanto@9
([#951](#951))
([d72faf1](d72faf1))


### Bug Fixes

* upgrade ucanto in filecoin api
([c95fb54](c95fb54))


### Code Refactoring

* filecoin api services events and tests
([#974](#974))
([953537b](953537b))

---
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: Vasco Santos <[email protected]>
  • Loading branch information
it-dag-house and vasco-santos authored Oct 24, 2023
1 parent e7521a8 commit f7ee580
Show file tree
Hide file tree
Showing 3 changed files with 23 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,6 +1,6 @@
{
"packages/access-client": "16.2.0",
"packages/filecoin-api": "1.4.4",
"packages/filecoin-api": "2.0.0",
"packages/filecoin-client": "2.0.0",
"packages/capabilities": "11.0.0",
"packages/upload-api": "6.2.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.4.4...filecoin-api-v2.0.0) (2023-10-24)


### ⚠ BREAKING CHANGES

* see latest specs https://github.com/web3-storage/specs/blob/cbdb706f18567900c5c24d7fb16ccbaf93d0d023/w3-filecoin.md

### Features

* upgrade to ucanto@9 ([#951](https://github.com/web3-storage/w3up/issues/951)) ([d72faf1](https://github.com/web3-storage/w3up/commit/d72faf1bb07dd11462ae6dff8ee0469f8ae7e9e7))


### Bug Fixes

* upgrade ucanto in filecoin api ([c95fb54](https://github.com/web3-storage/w3up/commit/c95fb54cdb04f50ff78e5113e70d73c1cd6d8b47))


### Code Refactoring

* filecoin api services events and tests ([#974](https://github.com/web3-storage/w3up/issues/974)) ([953537b](https://github.com/web3-storage/w3up/commit/953537bcb98d94b9e9655797a7f9026643ab949f))

## [1.4.4](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.4.3...filecoin-api-v1.4.4) (2023-09-06)


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": "1.4.4",
"version": "2.0.0",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit f7ee580

Please sign in to comment.