Skip to content

Commit

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


##
[9.0.0](w3up-client-v8.1.0...w3up-client-v9.0.0)
(2023-10-18)


### ⚠ BREAKING CHANGES

* Returning the `size` means that we need to fetch the stored item
beforehand, and if it does not exist throw a `StoreItemNotFound` error.
This is a change from the current behaviour which returns successfully
even if the item is not present in the space.

### Features

* add size to `store/remove` receipt
([#969](#969))
([d2100eb](d2100eb))

---
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: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
it-dag-house and Alan Shaw authored Oct 18, 2023
1 parent eef8f48 commit 81f4f74
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -5,6 +5,6 @@
"packages/capabilities": "10.0.0",
"packages/upload-api": "6.0.0",
"packages/upload-client": "10.0.0",
"packages/w3up-client": "8.1.0",
"packages/w3up-client": "9.0.0",
"packages/did-mailto": "2.0.1"
}
11 changes: 11 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [9.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v8.1.0...w3up-client-v9.0.0) (2023-10-18)


### ⚠ BREAKING CHANGES

* Returning the `size` means that we need to fetch the stored item beforehand, and if it does not exist throw a `StoreItemNotFound` error. This is a change from the current behaviour which returns successfully even if the item is not present in the space.

### Features

* add size to `store/remove` receipt ([#969](https://github.com/web3-storage/w3up/issues/969)) ([d2100eb](https://github.com/web3-storage/w3up/commit/d2100eb0ffa5968c326d58d583a258187f9119eb))

## [8.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v8.0.3...w3up-client-v8.1.0) (2023-10-10)


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": "8.1.0",
"version": "9.0.0",
"description": "Client for the w3up API",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down

0 comments on commit 81f4f74

Please sign in to comment.