From d868265369ec146f9155102cec8985d954768220 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 9 Aug 2023 02:08:37 -0700 Subject: [PATCH] chore(main): release filecoin-api 1.1.0 (#852) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.0.0...filecoin-api-v1.1.0) (2023-08-09) ### Features * w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) --- 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: Vasco Santos --- .github/release-please-manifest.json | 4 ++-- packages/filecoin-api/CHANGELOG.md | 8 ++++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 packages/filecoin-api/CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 71c5a5b6f..51fe728fe 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "15.0.0", - "packages/filecoin-api": "1.0.0", - "packages/filecoin-client": "1.1.0", + "packages/filecoin-api": "0.0.0", + "packages/filecoin-client": "0.0.0", "packages/capabilities": "8.0.0", "packages/upload-api": "4.1.0", "packages/upload-client": "9.1.1", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md new file mode 100644 index 000000000..7a6f21949 --- /dev/null +++ b/packages/filecoin-api/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.0.0...filecoin-api-v1.1.0) (2023-08-09) + + +### Features + +* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 128c08668..5e345c7d5 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "0.0.0", + "version": "1.1.0", "type": "module", "main": "./src/lib.js", "files": [