Skip to content

Commit

Permalink
chore(main): release w3up-client 15.0.0 (#1504)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[15.0.0](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](#1505))
([54b0d93](54b0d93))


### Fixes

* use MultihashDigest type in stores
([#1474](#1474))
([6c6a3bd](6c6a3bd))

---
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>
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent 54b0d93 commit 028e8d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
16 changes: 16 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 028e8d2

Please sign in to comment.