From 20ba489b2092cb188d1230214af83912e4a4ee1e Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 10 Aug 2023 00:10:49 -0700 Subject: [PATCH] chore(main): release filecoin-client 1.0.0 --- .github/release-please-manifest.json | 2 +- packages/filecoin-client/CHANGELOG.md | 12 ++++++++++++ packages/filecoin-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f5500ea89..2b26878a8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "15.1.0", "packages/filecoin-api": "0.0.0", - "packages/filecoin-client": "0.0.0", + "packages/filecoin-client": "1.0.0", "packages/capabilities": "9.0.0", "packages/upload-api": "5.0.0", "packages/upload-client": "9.1.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 68972f549..4f134bad3 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 (2023-08-10) + + +### Features + +* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547)) + + +### Bug Fixes + +* upgrade data segment ([#850](https://github.com/web3-storage/w3up/issues/850)) ([fba281f](https://github.com/web3-storage/w3up/commit/fba281f8cd3ce2a0a00ffd50a4a73d7701b489ce)) + ## [1.1.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.0.0...filecoin-client-v1.1.0) (2023-08-09) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index b9065ddde..12a095346 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "1.1.0", + "version": "1.0.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {