From 604d300dde17521eea7333b949bb3f6796bd80a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:57:25 +0200 Subject: [PATCH] chore(main): release filecoin-api 7.0.0 (#1430) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/w3s-project/w3up/compare/filecoin-api-v6.0.1...filecoin-api-v7.0.0) (2024-05-23) ### ⚠ BREAKING CHANGES * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ### Features * add blob protocol to upload-client ([#1425](https://github.com/w3s-project/w3up/issues/1425)) ([49aef56](https://github.com/w3s-project/w3up/commit/49aef564a726d34dbbedbd83f5366d9320180f99)) * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ([c9bf33e](https://github.com/w3s-project/w3up/commit/c9bf33e5512397a654db933a5e6b5db0c7c22da5)) ### Fixes * check service did in w3filecoin ([#1476](https://github.com/w3s-project/w3up/issues/1476)) ([11b00bf](https://github.com/w3s-project/w3up/commit/11b00bf880dbbbc40b657d2417a4b13aa8c60a7d)) ### Other Changes * appease linter ([782c6d0](https://github.com/w3s-project/w3up/commit/782c6d0b3ca93ee801b38126339a262bcd713ede)) --- 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/filecoin-api/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f396c44ec..6565ca33e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "19.0.0", "packages/blob-index": "1.0.2", - "packages/filecoin-api": "6.0.1", + "packages/filecoin-api": "7.0.0", "packages/filecoin-client": "3.3.3", "packages/capabilities": "17.1.0", "packages/upload-api": "16.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index b01bf5eb4..c87831d04 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [7.0.0](https://github.com/w3s-project/w3up/compare/filecoin-api-v6.0.1...filecoin-api-v7.0.0) (2024-05-23) + + +### ⚠ BREAKING CHANGES + +* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) + +### Features + +* add blob protocol to upload-client ([#1425](https://github.com/w3s-project/w3up/issues/1425)) ([49aef56](https://github.com/w3s-project/w3up/commit/49aef564a726d34dbbedbd83f5366d9320180f99)) +* **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ([c9bf33e](https://github.com/w3s-project/w3up/commit/c9bf33e5512397a654db933a5e6b5db0c7c22da5)) + + +### Fixes + +* check service did in w3filecoin ([#1476](https://github.com/w3s-project/w3up/issues/1476)) ([11b00bf](https://github.com/w3s-project/w3up/commit/11b00bf880dbbbc40b657d2417a4b13aa8c60a7d)) + + +### Other Changes + +* appease linter ([782c6d0](https://github.com/w3s-project/w3up/commit/782c6d0b3ca93ee801b38126339a262bcd713ede)) + ## [6.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v6.0.0...filecoin-api-v6.0.1) (2024-04-30) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 60299b4de..0fff2c5ef 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "6.0.1", + "version": "7.0.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",