Skip to content

Commit 5a372b5

Browse files
committed
refactor: optimize useThemeMode hook with improved style injection and resolution handling
1 parent 604f348 commit 5a372b5

3 files changed

Lines changed: 188 additions & 366 deletions

File tree

packages/@zenithui/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zenithui/utils
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- optimize useThemeMode hook with improved style injection and resolution handling
8+
39
## 0.4.0
410

511
### Minor Changes

packages/@zenithui/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenithui/utils",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A collection of utility functions and hooks to simplify development in the ZenithUI ecosystem.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)