From 18b763b0061bd0a3eb77f65b3a36a80ff8de443e Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 17 Jan 2022 13:53:26 +0100 Subject: [PATCH] chore: cut 0.20.0 release --- ui/StatusQ/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ui/StatusQ/CHANGELOG.md b/ui/StatusQ/CHANGELOG.md index 3f730a5ac1..50dcb15f3d 100644 --- a/ui/StatusQ/CHANGELOG.md +++ b/ui/StatusQ/CHANGELOG.md @@ -1,3 +1,18 @@ + +## Version 0.20.0 (2022-01-17) + + +#### Features + +* **StatusBanner:** introduce type variants for different banner styles ([35d12f44](35d12f44)) + +#### Bug Fixes + +* **StatusBaseInput:** Corrects allignment of the placeholder text in the StatusBaseInput. ([5a416aa1](5a416aa1)) +* **build:** Windows build ([14ab4ce5](14ab4ce5)) + + + ## Version 0.19.0 (2021-12-03)