Skip to content

Commit 23b6ebe

Browse files
committed
chore(release): v1.17.1
1 parent 06dd689 commit 23b6ebe

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# Changelog
22

33

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+
442
## v1.17.0
543

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

package.json

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

0 commit comments

Comments
 (0)