From f5ab2492d6cdbc22186d5c418e93c8a6299471db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:28:08 -0700 Subject: [PATCH] chore(main): release w3console 1.4.1 (#489) :robot: I have created a release *beep* *boop* --- ## [1.4.1](https://github.com/web3-storage/w3ui/compare/w3console-v1.4.0...w3console-v1.4.1) (2023-03-30) ### Bug Fixes * the tiniest of language tweaks! ([#488](https://github.com/web3-storage/w3ui/issues/488)) ([203202b](https://github.com/web3-storage/w3ui/commit/203202b77b710f84fce884aa815da165997ceb5d)) --- 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 70d1aa04e..f95ddcdb7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,5 @@ "packages/solid-keyring": "4.0.0", "packages/solid-uploader": "4.0.0", "packages/solid-uploads-list": "3.0.0", - "examples/react/w3console": "1.4.0" + "examples/react/w3console": "1.4.1" } diff --git a/examples/react/w3console/CHANGELOG.md b/examples/react/w3console/CHANGELOG.md index 97ccde4ed..558899970 100644 --- a/examples/react/w3console/CHANGELOG.md +++ b/examples/react/w3console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/web3-storage/w3ui/compare/w3console-v1.4.0...w3console-v1.4.1) (2023-03-30) + + +### Bug Fixes + +* the tiniest of language tweaks! ([#488](https://github.com/web3-storage/w3ui/issues/488)) ([203202b](https://github.com/web3-storage/w3ui/commit/203202b77b710f84fce884aa815da165997ceb5d)) + ## [1.4.0](https://github.com/web3-storage/w3ui/compare/w3console-v1.3.1...w3console-v1.4.0) (2023-03-30) diff --git a/examples/react/w3console/package.json b/examples/react/w3console/package.json index fd872d05e..bb57943e1 100644 --- a/examples/react/w3console/package.json +++ b/examples/react/w3console/package.json @@ -1,7 +1,7 @@ { "name": "w3console", "private": true, - "version": "1.4.0", + "version": "1.4.1", "type": "module", "scripts": { "start": "vite",