Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Feb 12, 2025
1 parent 80a6226 commit a17b4ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion monsterui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.7"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a17b4ec

Please sign in to comment.