From 242f982697566a342842072cb97e401fa705b263 Mon Sep 17 00:00:00 2001 From: Isaac Flath Date: Fri, 14 Feb 2025 12:22:46 -0500 Subject: [PATCH] release --- CHANGELOG.bak | 8 ++++++++ CHANGELOG.md | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.bak b/CHANGELOG.bak index b7813b1..b3f966c 100644 --- a/CHANGELOG.bak +++ b/CHANGELOG.bak @@ -2,6 +2,14 @@ +## 1.0.6 + + +### Bugs Squashed + +- Update component classes to align with Franken UI v2.0 ([#67](https://github.com/AnswerDotAI/MonsterUI/pull/67)), thanks to [@Zaseem-BIsquared](https://github.com/Zaseem-BIsquared) + + ## 1.0.5 - Add Center component diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f966c..30794c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 1.0.7 + +### New Features + +- Add select kwargs to Select and LabelSelect ([#70](https://github.com/AnswerDotAI/MonsterUI/issues/70)) + +### Bugs Squashed + +- Update component classes to align with Franken UI v2.0 ([#67](https://github.com/AnswerDotAI/MonsterUI/pull/67)), thanks to [@Zaseem-BIsquared](https://github.com/Zaseem-BIsquared) +- Updated ContainerT, CardT, and TableT class names to match the documented patterns from Franken UI v2.0 docs + ## 1.0.6