Skip to content

Commit

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


##
[12.0.0](w3up-client-v11.2.1...w3up-client-v12.0.0)
(2024-01-03)


### ⚠ BREAKING CHANGES

* return allocated bytes in `store/add` receipt
([#1213](#1213))

### Features

* expose OwnedSpace and SharedSpace from access-client
([#1244](#1244))
([8ec1b44](8ec1b44))
* return allocated bytes in `store/add` receipt
([#1213](#1213))
([5d52e44](5d52e44))


### Fixes

* copy src into dist in w3up-client
([#1239](#1239))
([468bb79](468bb79))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
it-dag-house authored Jan 3, 2024
1 parent 4723c58 commit 80037f9
Show file tree
Hide file tree
Showing 3 changed files with 19 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": "13.0.0",
"packages/upload-api": "8.0.0",
"packages/upload-client": "13.0.0",
"packages/w3up-client": "11.2.1",
"packages/w3up-client": "12.0.0",
"packages/did-mailto": "2.0.2"
}
17 changes: 17 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [12.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v11.2.1...w3up-client-v12.0.0) (2024-01-03)


### ⚠ BREAKING CHANGES

* return allocated bytes in `store/add` receipt ([#1213](https://github.com/web3-storage/w3up/issues/1213))

### Features

* expose OwnedSpace and SharedSpace from access-client ([#1244](https://github.com/web3-storage/w3up/issues/1244)) ([8ec1b44](https://github.com/web3-storage/w3up/commit/8ec1b446590399aa236904c1b6937b7be5d83054))
* 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

* copy src into dist in w3up-client ([#1239](https://github.com/web3-storage/w3up/issues/1239)) ([468bb79](https://github.com/web3-storage/w3up/commit/468bb79cfd6cbc7d513d0174da5b3b43a3f82cba))

## [11.2.1](https://github.com/web3-storage/w3up/compare/w3up-client-v11.2.0...w3up-client-v11.2.1) (2023-12-07)


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": "11.2.1",
"version": "12.0.0",
"description": "Client for the web3.storage w3up api",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down

0 comments on commit 80037f9

Please sign in to comment.