From 7b4685294d1ab40a3da71053af2481a2376d76fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:29:06 +0200 Subject: [PATCH 1/2] chore(main): release capabilities 14.0.2 (#1400) :robot: I have created a release *beep* *boop* --- ## [14.0.2](https://github.com/w3s-project/w3up/compare/capabilities-v14.0.1...capabilities-v14.0.2) (2024-04-24) ### Fixes * trigger capabilities release ([#1399](https://github.com/w3s-project/w3up/issues/1399)) ([7d9ab35](https://github.com/w3s-project/w3up/commit/7d9ab354d194b751bb7f34ffa2f74e7465cb40e2)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 7 +++++++ packages/capabilities/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d4df4bba8..c918f17f7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "18.3.1", "packages/filecoin-api": "5.0.0", "packages/filecoin-client": "3.3.1", - "packages/capabilities": "14.0.1", + "packages/capabilities": "14.0.2", "packages/upload-api": "10.0.0", "packages/upload-client": "13.2.1", "packages/w3up-client": "12.5.2", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 2a49425fa..d7c705f8a 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.0.2](https://github.com/w3s-project/w3up/compare/capabilities-v14.0.1...capabilities-v14.0.2) (2024-04-24) + + +### Fixes + +* trigger capabilities release ([#1399](https://github.com/w3s-project/w3up/issues/1399)) ([7d9ab35](https://github.com/w3s-project/w3up/commit/7d9ab354d194b751bb7f34ffa2f74e7465cb40e2)) + ## [14.0.1](https://github.com/w3s-project/w3up/compare/capabilities-v14.0.0...capabilities-v14.0.1) (2024-04-23) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 53483b400..47701c634 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "14.0.1", + "version": "14.0.2", "description": "UCAN Capabilities provided by web3.storage", "homepage": "https://web3.storage", "repository": { From 37f1ffd638e9498b78bcf444e87182e1599e7b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:56:50 +0200 Subject: [PATCH 2/2] chore(main): release filecoin-client 3.3.2 (#1397) :robot: I have created a release *beep* *boop* --- ## [3.3.2](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.1...filecoin-client-v3.3.2) (2024-04-24) ### Fixes * migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos --- .github/release-please-manifest.json | 2 +- packages/filecoin-client/CHANGELOG.md | 7 +++++++ packages/filecoin-client/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c918f17f7..23fa0e2a3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.3.1", "packages/filecoin-api": "5.0.0", - "packages/filecoin-client": "3.3.1", + "packages/filecoin-client": "3.3.2", "packages/capabilities": "14.0.2", "packages/upload-api": "10.0.0", "packages/upload-client": "13.2.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index efcaa3b1c..073bcf02c 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.2](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.1...filecoin-client-v3.3.2) (2024-04-24) + + +### Fixes + +* migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) + ## [3.3.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.3.0...filecoin-client-v3.3.1) (2024-04-12) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index ca1694965..a7e803e77 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.3.1", + "version": "3.3.2", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {