From 028e8d2213e4cc378d181ce0cffca6d635b2eeec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:21:16 +0100 Subject: [PATCH] chore(main): release w3up-client 15.0.0 (#1504) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [15.0.0](https://github.com/storacha-network/w3up/compare/w3up-client-v14.1.1...w3up-client-v15.0.0) (2024-06-13) ### ⚠ BREAKING CHANGES * `AllocationsStorage` and `BlobsStorage` methods not take `MultihashDigest` types instead of `Uint8Array`s. ### Features * utility exports for better UX ([#1505](https://github.com/storacha-network/w3up/issues/1505)) ([54b0d93](https://github.com/storacha-network/w3up/commit/54b0d93eb1994022c935b30a0b238d825e9e93a0)) ### Fixes * use MultihashDigest type in stores ([#1474](https://github.com/storacha-network/w3up/issues/1474)) ([6c6a3bd](https://github.com/storacha-network/w3up/commit/6c6a3bdcb924cf6f9a4723f710a27f1ae34ca560)) --- 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/w3up-client/CHANGELOG.md | 16 ++++++++++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 28e96247b..ffe2d46ad 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.2.0", "packages/upload-api": "18.0.0", "packages/upload-client": "16.1.1", - "packages/w3up-client": "14.1.1", + "packages/w3up-client": "15.0.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 82b9011d3..b53bf48f9 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [15.0.0](https://github.com/storacha-network/w3up/compare/w3up-client-v14.1.1...w3up-client-v15.0.0) (2024-06-13) + + +### ⚠ BREAKING CHANGES + +* `AllocationsStorage` and `BlobsStorage` methods not take `MultihashDigest` types instead of `Uint8Array`s. + +### Features + +* utility exports for better UX ([#1505](https://github.com/storacha-network/w3up/issues/1505)) ([54b0d93](https://github.com/storacha-network/w3up/commit/54b0d93eb1994022c935b30a0b238d825e9e93a0)) + + +### Fixes + +* use MultihashDigest type in stores ([#1474](https://github.com/storacha-network/w3up/issues/1474)) ([6c6a3bd](https://github.com/storacha-network/w3up/commit/6c6a3bdcb924cf6f9a4723f710a27f1ae34ca560)) + ## [14.1.1](https://github.com/w3s-project/w3up/compare/w3up-client-v14.1.0...w3up-client-v14.1.1) (2024-06-05) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index f44ddba7b..05dd881c7 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "14.1.1", + "version": "15.0.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",