Skip to content

Commit 9766d85

Browse files
committed
chore(release): v1.17.0
1 parent 0c9ae91 commit 9766d85

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

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+
433
## v1.16.1
534

635
[compare changes](https://github.com/dishait/tov-template/compare/v1.16.0...v1.16.1)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tov-template",
3-
"version": "1.16.1",
3+
"version": "1.17.0",
44
"description": "vite + vue3 + ts 开箱即用现代开发模板",
55
"type": "module",
66
"scripts": {
@@ -98,4 +98,4 @@
9898
"repository": {
9999
"url": "https://github.com/dishait/tov-template"
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)