From 2a7e702a403c1607228e34450e3ce98f9d46aa45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:21:54 -0700 Subject: [PATCH] chore(main): release w3console 2.0.0 (#529) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.5.0...w3console-v2.0.0) (2023-07-26) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) ### Bug Fixes * use unified endpoint for staging services ([#528](https://github.com/web3-storage/w3ui/issues/528)) ([82ecaf7](https://github.com/web3-storage/w3ui/commit/82ecaf748ed3da9f560b0967159335fd6196b386)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon --- .release-please-manifest.json | 2 +- examples/react/w3console/CHANGELOG.md | 16 ++++++++++++++++ examples/react/w3console/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89fc65b1..72b06936 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "5.0.0", "packages/solid-uploader": "5.0.0", "packages/solid-uploads-list": "4.0.0", - "examples/react/w3console": "1.5.0" + "examples/react/w3console": "2.0.0" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md index 45762f09..16949e06 100644 --- a/examples/react/w3console/CHANGELOG.md +++ b/examples/react/w3console/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.5.0...w3console-v2.0.0) (2023-07-26) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + + +### Bug Fixes + +* use unified endpoint for staging services ([#528](https://github.com/web3-storage/w3ui/issues/528)) ([82ecaf7](https://github.com/web3-storage/w3ui/commit/82ecaf748ed3da9f560b0967159335fd6196b386)) + ## [1.5.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.4.1...w3console-v1.5.0) (2023-05-09) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index 5f1175fe..47baf7ec 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "1.5.0", + "version": "2.0.0", "type": "module", "scripts": { "start": "vite",