Skip to content

Commit 2ba9bae

Browse files
author
july
committed
chore: bump version
1 parent eda5493 commit 2ba9bae

File tree

4 files changed

+116
-104
lines changed

4 files changed

+116
-104
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.12 (2025-4-28)
2+
3+
- feat: support dark mode scrollbar
4+
- feat: support theme color preference
5+
- feat: support reset theme
6+
- feat: auto-calculate palette colors
7+
- fix: use theme options from @blocklet/theme
8+
- fix: editor uses parent theme (deduplicated)
9+
- fix: palette adds action colors
10+
111
## 0.1.11 (2025-4-19)
212

313
- chore: update deps

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blocklet/theme-builder",
33
"private": true,
44
"description": "A comprehensive tool to customize themes for Material-UI",
5-
"version": "0.1.11",
5+
"version": "0.1.12",
66
"keywords": [
77
"MUI",
88
"MUI v5",
@@ -57,12 +57,12 @@
5757
},
5858
"dependencies": {
5959
"@abtnode/constant": "^1.16.42",
60-
"@arcblock/did-connect": "^2.13.7",
61-
"@arcblock/icons": "^2.13.7",
62-
"@arcblock/ux": "^2.13.7",
60+
"@arcblock/did-connect": "^2.13.13",
61+
"@arcblock/icons": "^2.13.13",
62+
"@arcblock/ux": "^2.13.13",
6363
"@babel/eslint-parser": "^7.27.0",
64-
"@blocklet/theme": "^2.13.12",
65-
"@blocklet/ui-react": "^2.13.7",
64+
"@blocklet/theme": "^2.13.13",
65+
"@blocklet/ui-react": "^2.13.13",
6666
"@emotion/react": "^11.14.0",
6767
"@emotion/styled": "^11.14.0",
6868
"@iconify/react": "^5.2.1",
@@ -72,7 +72,7 @@
7272
"@mui/styles": "^5.17.1",
7373
"@types/recharts": "^1.8.29",
7474
"ahooks": "^3.8.4",
75-
"axios": "^1.8.4",
75+
"axios": "^1.9.0",
7676
"dot-prop-immutable": "^2.1.1",
7777
"flat": "^5.0.2",
7878
"is-url": "^1.2.4",
@@ -86,7 +86,7 @@
8686
"react-color": "^2.19.3",
8787
"react-dom": "~18.2.0",
8888
"react-redux": "^7.2.9",
89-
"react-router-dom": "^7.5.1",
89+
"react-router-dom": "^7.5.2",
9090
"recharts": "^2.15.3",
9191
"redux": "^4.2.1",
9292
"redux-persist": "^6.0.0",
@@ -110,15 +110,15 @@
110110
"@types/webfontloader": "^1.6.38",
111111
"@typescript-eslint/eslint-plugin": "^7.18.0",
112112
"@typescript-eslint/parser": "~7.16.1",
113-
"@vitejs/plugin-react": "^4.4.0",
113+
"@vitejs/plugin-react": "^4.4.1",
114114
"@vitest/coverage-v8": "^0.34.6",
115115
"@vitest/ui": "^0.34.7",
116116
"bumpp": "^9.11.1",
117117
"eslint": "^8.57.1",
118118
"jsdom": "^22.1.0",
119119
"lint-staged": "^15.5.1",
120120
"rimraf": "^5.0.10",
121-
"simple-git-hooks": "^2.12.1",
121+
"simple-git-hooks": "^2.13.0",
122122
"taze": "^19.0.4",
123123
"typescript": "~5.5.4",
124124
"vite": "^5.4.18",

0 commit comments

Comments
 (0)