From b6d7e75cf5cb9f31bd5cde6578e101afcba02fc5 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 7 Dec 2022 23:41:59 +0000 Subject: [PATCH] chore(main): release capabilities 2.0.0 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/web3-storage/w3protocol/compare/capabilities-v1.0.0...capabilities-v2.0.0) (2022-12-07) ### ⚠ BREAKING CHANGES * upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246)) * upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238)) * follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239)) ### Features * **access-client:** cli and recover ([#207](https://github.com/web3-storage/w3protocol/issues/207)) ([adb3a8d](https://github.com/web3-storage/w3protocol/commit/adb3a8d61d42b31f106e86b95faa3e442f5dc2c7)) * follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239)) ([ef5e779](https://github.com/web3-storage/w3protocol/commit/ef5e77922b67155f0c3e5cb37c12e32f9a56cce1)) * Revert "feat!: upgrade to `@ucanto/{interface,principal}`@^4.0.0" ([#245](https://github.com/web3-storage/w3protocol/issues/245)) ([c182bbe](https://github.com/web3-storage/w3protocol/commit/c182bbe5e8c5a7d5c74b10cbf4b7a45b51e9b184)) * upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246)) ([5e663d1](https://github.com/web3-storage/w3protocol/commit/5e663d12ccea7d21cc8e7c36869f144a08eaa1b0)) * upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238)) ([2f3bab8](https://github.com/web3-storage/w3protocol/commit/2f3bab8924fe7f34a5db64d2521730fc85739d3a)) ### Bug Fixes * fix Access API cannot get space/info [#243](https://github.com/web3-storage/w3protocol/issues/243) ([#255](https://github.com/web3-storage/w3protocol/issues/255)) ([1bacd54](https://github.com/web3-storage/w3protocol/commit/1bacd544da803c43cf85043ecdada4dee2b3e2d3)) * generated typdefs ([#258](https://github.com/web3-storage/w3protocol/issues/258)) ([2af1b76](https://github.com/web3-storage/w3protocol/commit/2af1b76057476d2510d98a0b99a95f820cf4d344)) --- 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: Benjamin Goering <171782+gobengo@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/capabilities/package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3955e5483..b20b35ffe 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "9.0.0", "packages/access-api": "3.0.0", - "packages/capabilities": "1.0.0", + "packages/capabilities": "2.0.0", "packages/upload-client": "5.0.0" } diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 3c7fd0fc1..151b50ca5 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3protocol/compare/capabilities-v1.0.0...capabilities-v2.0.0) (2022-12-07) + + +### ⚠ BREAKING CHANGES + +* upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246)) +* upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238)) +* follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239)) + +### Features + +* **access-client:** cli and recover ([#207](https://github.com/web3-storage/w3protocol/issues/207)) ([adb3a8d](https://github.com/web3-storage/w3protocol/commit/adb3a8d61d42b31f106e86b95faa3e442f5dc2c7)) +* follow up on the capabilities extract ([#239](https://github.com/web3-storage/w3protocol/issues/239)) ([ef5e779](https://github.com/web3-storage/w3protocol/commit/ef5e77922b67155f0c3e5cb37c12e32f9a56cce1)) +* Revert "feat!: upgrade to `@ucanto/{interface,principal}`@^4.0.0" ([#245](https://github.com/web3-storage/w3protocol/issues/245)) ([c182bbe](https://github.com/web3-storage/w3protocol/commit/c182bbe5e8c5a7d5c74b10cbf4b7a45b51e9b184)) +* upgrade access-api @ucanto/* and @ipld/dag-ucan major versions ([#246](https://github.com/web3-storage/w3protocol/issues/246)) ([5e663d1](https://github.com/web3-storage/w3protocol/commit/5e663d12ccea7d21cc8e7c36869f144a08eaa1b0)) +* upgrade to `@ucanto/{interface,principal}`@^4.0.0 ([#238](https://github.com/web3-storage/w3protocol/issues/238)) ([2f3bab8](https://github.com/web3-storage/w3protocol/commit/2f3bab8924fe7f34a5db64d2521730fc85739d3a)) + + +### Bug Fixes + +* fix Access API cannot get space/info [#243](https://github.com/web3-storage/w3protocol/issues/243) ([#255](https://github.com/web3-storage/w3protocol/issues/255)) ([1bacd54](https://github.com/web3-storage/w3protocol/commit/1bacd544da803c43cf85043ecdada4dee2b3e2d3)) +* generated typdefs ([#258](https://github.com/web3-storage/w3protocol/issues/258)) ([2af1b76](https://github.com/web3-storage/w3protocol/commit/2af1b76057476d2510d98a0b99a95f820cf4d344)) + ## 1.0.0 (2022-12-01) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index f1a5447a0..c466d5122 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "1.0.0", + "version": "2.0.0", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {