From fd223cc0c05969e8e28b392cb3519f161fbfb532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:49:40 -0700 Subject: [PATCH] chore(main): release w3console 1.0.1 (#426) :robot: I have created a release *beep* *boop* --- ## [1.0.1](https://github.com/web3-storage/w3ui/compare/w3console-v1.0.0...w3console-v1.0.1) (2023-03-23) ### Bug Fixes * use production service configuration by default in w3console ([#425](https://github.com/web3-storage/w3ui/issues/425)) ([04990c5](https://github.com/web3-storage/w3ui/commit/04990c57e3575d0c12ff1eb7420d0d64c5415c26)) --- 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> --- .release-please-manifest.json | 2 +- examples/react/w3console/CHANGELOG.md | 7 +++++++ examples/react/w3console/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 820f03d0..eaf78e5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "2.1.1", "packages/react-keyring": "3.0.1", "packages/vue-keyring": "2.0.2", - "examples/react/w3console": "1.0.0" + "examples/react/w3console": "1.0.1" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md index 93fb3639..6c680637 100644 --- a/examples/react/w3console/CHANGELOG.md +++ b/examples/react/w3console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/web3-storage/w3ui/compare/w3console-v1.0.0...w3console-v1.0.1) (2023-03-23) + + +### Bug Fixes + +* use production service configuration by default in w3console ([#425](https://github.com/web3-storage/w3ui/issues/425)) ([04990c5](https://github.com/web3-storage/w3ui/commit/04990c57e3575d0c12ff1eb7420d0d64c5415c26)) + ## 1.0.0 (2023-03-23) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index c5535a02..4293385f 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "start": "vite",