File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.17.0
5
+
6
+ [ compare changes] ( https://github.com/dishait/tov-template/compare/v1.16.1...v1.17.0 )
7
+
8
+
9
+ ### 🔥 Performance
10
+
11
+ - 合并重复依赖 ([ 6799ff8] ( https://github.com/dishait/tov-template/commit/6799ff8 ) )
12
+ - 清理非必要依赖 ([ aa76ee3] ( https://github.com/dishait/tov-template/commit/aa76ee3 ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - Tdesign 组件库与包自动引入冲突,close #71 ([ #71 ] ( https://github.com/dishait/tov-template/issues/71 ) )
17
+
18
+ ### 📖 Documentation
19
+
20
+ - 更新库 api 引入列表 ([ 0c9ae91] ( https://github.com/dishait/tov-template/commit/0c9ae91 ) )
21
+
22
+ ### 🏡 Chore
23
+
24
+ - Git 忽略生成的类型 ([ 8423012] ( https://github.com/dishait/tov-template/commit/8423012 ) )
25
+ - Git 忽略自动引入的 eslint 变量 ([ 856ee27] ( https://github.com/dishait/tov-template/commit/856ee27 ) )
26
+ - 更新依赖 ([ bf3f3b2] ( https://github.com/dishait/tov-template/commit/bf3f3b2 ) )
27
+ - 保存自动格式化 ([ 35df5cd] ( https://github.com/dishait/tov-template/commit/35df5cd ) )
28
+
29
+ ### ❤️ Contributors
30
+
31
+ - Markthree ([ @markthree ] ( http://github.com/markthree ) )
32
+
4
33
## v1.16.1
5
34
6
35
[ compare changes] ( https://github.com/dishait/tov-template/compare/v1.16.0...v1.16.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tov-template" ,
3
- "version" : " 1.16.1 " ,
3
+ "version" : " 1.17.0 " ,
4
4
"description" : " vite + vue3 + ts 开箱即用现代开发模板" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
98
98
"repository" : {
99
99
"url" : " https://github.com/dishait/tov-template"
100
100
}
101
- }
101
+ }
You can’t perform that action at this time.
0 commit comments