Skip to content

Commit 84a24da

Browse files
committed
release
1 parent 65385b5 commit 84a24da

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.bak

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- do not remove -->
44

5+
## 1.0.11
6+
7+
### New Features
8+
9+
- Cusom Themes support in ThemePicker ([#71](https://github.com/AnswerDotAI/MonsterUI/pull/71)), thanks to [@ndendic](https://github.com/ndendic)
10+
11+
12+
513
## 1.0.10
614

715
### New Features

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- do not remove -->
44

5+
## 1.0.13
6+
7+
8+
### Bugs Squashed
9+
10+
- LabelCheckboxX ignores id set manually ([#80](https://github.com/AnswerDotAI/MonsterUI/issues/80))
11+
12+
- Select sending multiple values to HTMX
13+
514
## 1.0.11
615

716
### New Features

monsterui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.12"
1+
__version__ = "1.0.13"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = MonsterUI
33
lib_name = MonsterUI
4-
version = 1.0.12
4+
version = 1.0.13
55
min_python = 3.10
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)