From 17bc3d3a736a8a760da90362a19bd0595271a30f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:13:20 -0700 Subject: [PATCH] chore(main): release w3console 1.2.0 (#461) :robot: I have created a release *beep* *boop* --- ## [1.2.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.1.0...w3console-v1.2.0) (2023-03-24) ### Features * updates to ToS and login page ([#447](https://github.com/web3-storage/w3ui/issues/447)) ([e62ad96](https://github.com/web3-storage/w3ui/commit/e62ad969b73d1b694f75c172febf3b5ad5fba6a6)), closes [#397](https://github.com/web3-storage/w3ui/issues/397) ### Bug Fixes * make auth email input text black ([#462](https://github.com/web3-storage/w3ui/issues/462)) ([dc8ddca](https://github.com/web3-storage/w3ui/commit/dc8ddca49c525f08d0968bfc74f22c5595e68f7d)) * wait for register space before returning from space create onSubmit ([#463](https://github.com/web3-storage/w3ui/issues/463)) ([9b35b2c](https://github.com/web3-storage/w3ui/commit/9b35b2cbdc571126873bb8d2bc58e2d7860b230f)) --- 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 | 13 +++++++++++++ examples/react/w3console/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce90f7a5..a96df475 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "3.0.0", "packages/solid-uploader": "4.0.0", "packages/solid-uploads-list": "3.0.0", - "examples/react/w3console": "1.1.0" + "examples/react/w3console": "1.2.0" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md index cb99ce6c..0b4c50de 100644 --- a/examples/react/w3console/CHANGELOG.md +++ b/examples/react/w3console/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.1.0...w3console-v1.2.0) (2023-03-24) + + +### Features + +* updates to ToS and login page ([#447](https://github.com/web3-storage/w3ui/issues/447)) ([e62ad96](https://github.com/web3-storage/w3ui/commit/e62ad969b73d1b694f75c172febf3b5ad5fba6a6)), closes [#397](https://github.com/web3-storage/w3ui/issues/397) + + +### Bug Fixes + +* make auth email input text black ([#462](https://github.com/web3-storage/w3ui/issues/462)) ([dc8ddca](https://github.com/web3-storage/w3ui/commit/dc8ddca49c525f08d0968bfc74f22c5595e68f7d)) +* wait for register space before returning from space create onSubmit ([#463](https://github.com/web3-storage/w3ui/issues/463)) ([9b35b2c](https://github.com/web3-storage/w3ui/commit/9b35b2cbdc571126873bb8d2bc58e2d7860b230f)) + ## [1.1.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.0.1...w3console-v1.1.0) (2023-03-23) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index f20b74d4..5d2412f6 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "1.1.0", + "version": "1.2.0", "type": "module", "scripts": { "start": "vite",