From b6793871ca13ea275d46e66c0350c362f0b28c31 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:01:49 -0700 Subject: [PATCH] chore(main): release capabilities 11.0.0 --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/capabilities/package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 576a36af9..b882eaf32 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index b3921b1c1..787bd959a 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -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) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 1075adcfc..056243cf6 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -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": {