Skip to content

Commit

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


##
[10.0.0](w3up-client-v9.3.0...w3up-client-v10.0.0)
(2023-11-09)


### ⚠ BREAKING CHANGES

* tweak readmes to get release-please to bump major version
([#1102](#1102))

### Features

* add `subscription/list` capability
([#1088](#1088))
([471d7e5](471d7e5))
* expose accounts list on client instance
([#1109](#1109))
([1810684](1810684))
* filecoin info
([#1091](#1091))
([adb2442](adb2442))
* tweak readmes to get release-please to bump major version
([#1102](#1102))
([a411255](a411255))
* **w3up-client:** export additional modules
([#1110](#1110))
([5ce43bc](5ce43bc))


### Bug Fixes

* README with uploadDirectory, not store
([#1106](#1106))
([22773bf](22773bf))

---
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 <[email protected]>
  • Loading branch information
it-dag-house and Alan Shaw authored Nov 9, 2023
1 parent 3c9481f commit 62a1d43
Show file tree
Hide file tree
Showing 3 changed files with 22 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": "11.4.0",
"packages/upload-api": "7.3.1",
"packages/upload-client": "12.0.0",
"packages/w3up-client": "9.3.0",
"packages/w3up-client": "10.0.0",
"packages/did-mailto": "2.0.2"
}
20 changes: 20 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [10.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.3.0...w3up-client-v10.0.0) (2023-11-09)


### ⚠ BREAKING CHANGES

* tweak readmes to get release-please to bump major version ([#1102](https://github.com/web3-storage/w3up/issues/1102))

### Features

* add `subscription/list` capability ([#1088](https://github.com/web3-storage/w3up/issues/1088)) ([471d7e5](https://github.com/web3-storage/w3up/commit/471d7e5db24e12a06c1c52ae76bf95ff9471bac8))
* expose accounts list on client instance ([#1109](https://github.com/web3-storage/w3up/issues/1109)) ([1810684](https://github.com/web3-storage/w3up/commit/1810684e1a21109a8f03685eb9a15ae5b2bc1782))
* filecoin info ([#1091](https://github.com/web3-storage/w3up/issues/1091)) ([adb2442](https://github.com/web3-storage/w3up/commit/adb24424d1faf50daf2339b77c22fdd44faa236a))
* tweak readmes to get release-please to bump major version ([#1102](https://github.com/web3-storage/w3up/issues/1102)) ([a411255](https://github.com/web3-storage/w3up/commit/a4112551f5dbac00f4b5a0da8c81ea35783f3ef9))
* **w3up-client:** export additional modules ([#1110](https://github.com/web3-storage/w3up/issues/1110)) ([5ce43bc](https://github.com/web3-storage/w3up/commit/5ce43bc309f4029232f70d827f1fcc71a13c3758))


### Bug Fixes

* README with uploadDirectory, not store ([#1106](https://github.com/web3-storage/w3up/issues/1106)) ([22773bf](https://github.com/web3-storage/w3up/commit/22773bf7e06742658d175d0959fd3f1edcd4a0bd))

## [9.3.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.2.2...w3up-client-v9.3.0) (2023-11-08)


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

0 comments on commit 62a1d43

Please sign in to comment.