From 4723c58748d052b08779129a8b293c1463b6193f Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:38:03 +0300 Subject: [PATCH] chore(main): release upload-client 13.0.0 (#1229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [13.0.0](https://github.com/web3-storage/w3up/compare/upload-client-v12.3.2...upload-client-v13.0.0) (2023-12-14) ### ⚠ BREAKING CHANGES * return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213)) ### Features * dont use ipfs-utils fetch with upload progress by default ([#1240](https://github.com/web3-storage/w3up/issues/1240)) ([86aedbc](https://github.com/web3-storage/w3up/commit/86aedbcb070ae67093f30b2b724766dee4c43f2c)) * return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213)) ([5d52e44](https://github.com/web3-storage/w3up/commit/5d52e447c14e7f7fd334e7ff575e032b7b0d89d7)) ### Fixes * bind globalThis.fetch to globalThis ([#1242](https://github.com/web3-storage/w3up/issues/1242)) ([ef59358](https://github.com/web3-storage/w3up/commit/ef5935831eeedd35870a56abd2c7db2bcf47d1ca)) * point `main` at files included in the package ([#1241](https://github.com/web3-storage/w3up/issues/1241)) ([c0b306d](https://github.com/web3-storage/w3up/commit/c0b306df75b21d0979e407f04f0a23f67d5248af)) --- 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: Travis Vachon --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 18 ++++++++++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 61cfcff37..6f9538953 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "packages/filecoin-client": "3.2.0", "packages/capabilities": "13.0.0", "packages/upload-api": "8.0.0", - "packages/upload-client": "12.3.2", + "packages/upload-client": "13.0.0", "packages/w3up-client": "11.2.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index f54f306b7..f9f081a3c 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [13.0.0](https://github.com/web3-storage/w3up/compare/upload-client-v12.3.2...upload-client-v13.0.0) (2023-12-14) + + +### ⚠ BREAKING CHANGES + +* return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213)) + +### Features + +* dont use ipfs-utils fetch with upload progress by default ([#1240](https://github.com/web3-storage/w3up/issues/1240)) ([86aedbc](https://github.com/web3-storage/w3up/commit/86aedbcb070ae67093f30b2b724766dee4c43f2c)) +* return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213)) ([5d52e44](https://github.com/web3-storage/w3up/commit/5d52e447c14e7f7fd334e7ff575e032b7b0d89d7)) + + +### Fixes + +* bind globalThis.fetch to globalThis ([#1242](https://github.com/web3-storage/w3up/issues/1242)) ([ef59358](https://github.com/web3-storage/w3up/commit/ef5935831eeedd35870a56abd2c7db2bcf47d1ca)) +* point `main` at files included in the package ([#1241](https://github.com/web3-storage/w3up/issues/1241)) ([c0b306d](https://github.com/web3-storage/w3up/commit/c0b306df75b21d0979e407f04f0a23f67d5248af)) + ## [12.3.2](https://github.com/web3-storage/w3up/compare/upload-client-v12.3.1...upload-client-v12.3.2) (2023-12-07) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 549f59c6b..3b2a94a6b 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "12.3.2", + "version": "13.0.0", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {