Skip to content

Commit

Permalink
chore(main): release capabilities 11.0.0 (storacha#994)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[11.0.0](storacha/w3up@capabilities-v10.2.0...capabilities-v11.0.0)
(2023-10-24)


### ⚠ BREAKING CHANGES

* see latest specs
https://github.com/web3-storage/specs/blob/cbdb706f18567900c5c24d7fb16ccbaf93d0d023/w3-filecoin.md
* filecoin client to use new capabilities
* filecoin capabilities

### Bug Fixes

* add missing ContentNotFound definition for filecoin offer failure
([c0b97bf](storacha@c0b97bf))
* add missing filecoin submit success and failure types
([c0b97bf](storacha@c0b97bf))
* client tests
([b0d9c3f](storacha@b0d9c3f))
* type errors
([c0b97bf](storacha@c0b97bf))
* upgrade ucanto in filecoin api
([c95fb54](storacha@c95fb54))


### Code Refactoring

* filecoin api services events and tests
([storacha#974](storacha#974))
([953537b](storacha@953537b))
* filecoin capabilities
([c0b97bf](storacha@c0b97bf))
* filecoin client to use new capabilities
([b0d9c3f](storacha@b0d9c3f))

---
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 Oct 24, 2023
1 parent c95fb54 commit 76b0489
Show file tree
Hide file tree
Showing 3 changed files with 26 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 @@ -2,7 +2,7 @@
"packages/access-client": "16.2.0",
"packages/filecoin-api": "1.4.4",
"packages/filecoin-client": "1.4.0",
"packages/capabilities": "10.2.0",
"packages/capabilities": "11.0.0",
"packages/upload-api": "6.2.0",
"packages/upload-client": "10.1.0",
"packages/w3up-client": "9.2.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [11.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v10.2.0...capabilities-v11.0.0) (2023-10-24)


### ⚠ BREAKING CHANGES

* see latest specs https://github.com/web3-storage/specs/blob/cbdb706f18567900c5c24d7fb16ccbaf93d0d023/w3-filecoin.md
* filecoin client to use new capabilities
* filecoin capabilities

### Bug Fixes

* add missing ContentNotFound definition for filecoin offer failure ([c0b97bf](https://github.com/web3-storage/w3up/commit/c0b97bf42d87b49d7de11119f9eb6166ab8d97d0))
* add missing filecoin submit success and failure types ([c0b97bf](https://github.com/web3-storage/w3up/commit/c0b97bf42d87b49d7de11119f9eb6166ab8d97d0))
* client tests ([b0d9c3f](https://github.com/web3-storage/w3up/commit/b0d9c3f258d37701487ef02f70a93e2dd1a18775))
* type errors ([c0b97bf](https://github.com/web3-storage/w3up/commit/c0b97bf42d87b49d7de11119f9eb6166ab8d97d0))
* 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))
* filecoin capabilities ([c0b97bf](https://github.com/web3-storage/w3up/commit/c0b97bf42d87b49d7de11119f9eb6166ab8d97d0))
* filecoin client to use new capabilities ([b0d9c3f](https://github.com/web3-storage/w3up/commit/b0d9c3f258d37701487ef02f70a93e2dd1a18775))

## [10.2.0](https://github.com/web3-storage/w3up/compare/capabilities-v10.1.0...capabilities-v10.2.0) (2023-10-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/capabilities",
"version": "10.2.0",
"version": "11.0.0",
"description": "Capabilities provided by web3.storage",
"homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities",
"repository": {
Expand Down

0 comments on commit 76b0489

Please sign in to comment.