File tree 2 files changed +40
-2
lines changed
2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.17.1
5
+
6
+ [ compare changes] ( https://github.com/dishait/tov-template/compare/v1.17.0...v1.17.1 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - ** unocss:** 前缀组支持 ([ 0390f99] ( https://github.com/dishait/tov-template/commit/0390f99 ) )
11
+ - 最小最快的 dockerfile 静态服务 ([ c7fb036] ( https://github.com/dishait/tov-template/commit/c7fb036 ) )
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - 更好的 css 兼容 ([ 71f6f68] ( https://github.com/dishait/tov-template/commit/71f6f68 ) )
16
+
17
+ ### 📖 Documentation
18
+
19
+ - 移除错误模板 ([ bb51a1a] ( https://github.com/dishait/tov-template/commit/bb51a1a ) )
20
+ - 修复 README 描述 ([ b242e25] ( https://github.com/dishait/tov-template/commit/b242e25 ) )
21
+ - ** README:** 添加最快最小的 dockerfile 静态 go 服务说明 ([ 06dd689] ( https://github.com/dishait/tov-template/commit/06dd689 ) )
22
+
23
+ ### 📦 Build
24
+
25
+ - ⚠️ 移除非必要低兼容性的 css 预设 ([ 0452560] ( https://github.com/dishait/tov-template/commit/0452560 ) )
26
+
27
+ ### 🏡 Chore
28
+
29
+ - 暗黑模式全由 vue-dark-switch 实现 ([ 370488a] ( https://github.com/dishait/tov-template/commit/370488a ) )
30
+ - Update deps ([ 6caffee] ( https://github.com/dishait/tov-template/commit/6caffee ) )
31
+ - 更新依赖 ([ b2281eb] ( https://github.com/dishait/tov-template/commit/b2281eb ) )
32
+ - 美化 github 图标 ([ fa60044] ( https://github.com/dishait/tov-template/commit/fa60044 ) )
33
+
34
+ #### ⚠️ Breaking Changes
35
+
36
+ - ⚠️ 移除非必要低兼容性的 css 预设 ([ 0452560] ( https://github.com/dishait/tov-template/commit/0452560 ) )
37
+
38
+ ### ❤️ Contributors
39
+
40
+ - Markthree ([ @markthree ] ( http://github.com/markthree ) )
41
+
4
42
## v1.17.0
5
43
6
44
[ compare changes] ( https://github.com/dishait/tov-template/compare/v1.16.1...v1.17.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tov-template" ,
3
- "version" : " 1.17.0 " ,
3
+ "version" : " 1.17.1 " ,
4
4
"description" : " vite + vue3 + ts 开箱即用现代开发模板" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
99
99
"repository" : {
100
100
"url" : " https://github.com/dishait/tov-template"
101
101
}
102
- }
102
+ }
You can’t perform that action at this time.
0 commit comments