From 5b34dfbbee6766c70b47882ab3148628318bb100 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:16:36 -0800 Subject: [PATCH] chore(main): release access 17.0.0 (#1103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [17.0.0](https://github.com/web3-storage/w3up/compare/access-v16.4.0...access-v17.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)) * add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) * 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)) ### Bug Fixes * fix export paths for JS files ([#1089](https://github.com/web3-storage/w3up/issues/1089)) ([1a5d1aa](https://github.com/web3-storage/w3up/commit/1a5d1aa1b1bfdb188cb69712a74404b89d8200af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- packages/access-client/CHANGELOG.md | 18 ++++++++++++++++++ packages/access-client/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9a001dfa4..539835bae 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "16.4.0", + "packages/access-client": "17.0.0", "packages/filecoin-api": "4.1.0", "packages/filecoin-client": "3.1.0", "packages/capabilities": "11.4.0", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index e22f0bf83..cd6241deb 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [17.0.0](https://github.com/web3-storage/w3up/compare/access-v16.4.0...access-v17.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)) +* add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) +* 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)) + + +### Bug Fixes + +* fix export paths for JS files ([#1089](https://github.com/web3-storage/w3up/issues/1089)) ([1a5d1aa](https://github.com/web3-storage/w3up/commit/1a5d1aa1b1bfdb188cb69712a74404b89d8200af)) + ## [16.5.1](https://github.com/web3-storage/w3up/compare/access-v16.5.0...access-v16.5.1) (2023-11-08) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index 202e7aff9..daf2fdf3f 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "16.5.1", + "version": "17.0.0", "description": "w3access client", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", "repository": {