From 8fcee99a8ebfe927ce7dd0e0f76c02bd2d258620 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:27:14 -0700 Subject: [PATCH] chore(main): release w3up-client 7.0.0 --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 12 ++++++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index be565804c..d5adc34d4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,6 +3,6 @@ "packages/capabilities": "6.0.0", "packages/upload-api": "3.0.0", "packages/upload-client": "9.0.1", - "packages/w3up-client": "6.0.1", + "packages/w3up-client": "7.0.0", "packages/did-mailto": "2.0.0" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index aed1ea3ad..0b8e2267f 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.1...w3up-client-v7.0.0) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) + +### Features + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) ([4f6ddb6](https://github.com/web3-storage/w3up/commit/4f6ddb690c365a42a3dc4c5c6898e4999bd0f868)) +* w3 aggregate protocol client and api implementation ([#787](https://github.com/web3-storage/w3up/issues/787)) ([b58069d](https://github.com/web3-storage/w3up/commit/b58069d7960efe09283f3b23fed77515b62d4639)) + ## [6.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v6.0.0...w3up-client-v6.0.1) (2023-05-23) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 763c70d70..22663d5bb 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "6.0.1", + "version": "7.0.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",