diff --git a/CHANGELOG.md b/CHANGELOG.md index 7091de0..b3f966c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,6 @@ - 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) -## Changes Made -- Updated ContainerT, CardT, and TableT class names to match the documented patterns from Franken UI v2.0 docs - -## References -- [Franken UI docs](https://franken-ui.dev/docs/introduction) -- [Franken UI v2.0 docs](https://next.franken-ui.dev/docs/2.0/introduction) - -## Testing -- Tested locally to confirm everything was working properly -- Verified class names match documentation specifications - ## 1.0.5 diff --git a/monsterui/__init__.py b/monsterui/__init__.py index 010279a..84ce141 100644 --- a/monsterui/__init__.py +++ b/monsterui/__init__.py @@ -1 +1 @@ -__version__ = "1.0.6" \ No newline at end of file +__version__ = "1.0.7" \ No newline at end of file diff --git a/settings.ini b/settings.ini index 07d584e..15f562b 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = MonsterUI lib_name = MonsterUI -version = 1.0.6 +version = 1.0.7 min_python = 3.10 license = apache2 black_formatting = False