Skip to content

Commit 455653f

Browse files
committed
chore(release): v1.18.1
1 parent 7c08be3 commit 455653f

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## v1.18.1
4+
5+
[compare changes](https://github.com/dishait/tov-template/compare/v1.18.0...v1.18.1)
6+
7+
### 🩹 Fixes
8+
9+
- 使用同构的 _dirname ([f367d1a](https://github.com/dishait/tov-template/commit/f367d1a))
10+
- **i18n:** I18n 持久化 ([444d887](https://github.com/dishait/tov-template/commit/444d887))
11+
- **components/Navigation:** 不存在 i18n key 时回滚 ([5879e94](https://github.com/dishait/tov-template/commit/5879e94))
12+
- 修复 vite-plugin-use-modules ([284a11f](https://github.com/dishait/tov-template/commit/284a11f))
13+
- **antd:** 使用 css in js, close #124 ([#124](https://github.com/dishait/tov-template/issues/124))
14+
- 修复 vite-plugin-vue-meta-layouts 依赖 ([f837c71](https://github.com/dishait/tov-template/commit/f837c71))
15+
- Base 安全的路径解析,close #128 ([#128](https://github.com/dishait/tov-template/issues/128))
16+
- 拉平重定向 BASE_URL 路由 ([339be8c](https://github.com/dishait/tov-template/commit/339be8c))
17+
18+
### 📖 Documentation
19+
20+
- 添加赞助商链接 ([454f746](https://github.com/dishait/tov-template/commit/454f746))
21+
- **README:** 添加 base 安全的路径解析 ([7c08be3](https://github.com/dishait/tov-template/commit/7c08be3))
22+
23+
### 📦 Build
24+
25+
- **package.json:** 规范 overrides ([2e71012](https://github.com/dishait/tov-template/commit/2e71012))
26+
27+
### 🏡 Chore
28+
29+
- 更新依赖 ([bc78c67](https://github.com/dishait/tov-template/commit/bc78c67))
30+
- 更新依赖 ([00440c9](https://github.com/dishait/tov-template/commit/00440c9))
31+
- 更新依赖 ([956546b](https://github.com/dishait/tov-template/commit/956546b))
32+
- 更新依赖 ([25e26ca](https://github.com/dishait/tov-template/commit/25e26ca))
33+
- **presets:** 规范函数定义 ([4e20163](https://github.com/dishait/tov-template/commit/4e20163))
34+
- 更新依赖 ([45a263b](https://github.com/dishait/tov-template/commit/45a263b))
35+
- 更新依赖 ([17b2dd6](https://github.com/dishait/tov-template/commit/17b2dd6))
36+
- 添加赞助商链接 ([2f8e740](https://github.com/dishait/tov-template/commit/2f8e740))
37+
- Remove '@unocss/transformer-directives' and '@unocss/transformer-variant-group' ([#125](https://github.com/dishait/tov-template/pull/125))
38+
39+
### ❤️ Contributors
40+
41+
- Markthree <[email protected]>
42+
- API MAN <[email protected]>
43+
344
## v1.18.0
445

546
[compare changes](https://github.com/dishait/tov-template/compare/v1.17.2...v1.18.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.18.0",
3+
"version": "1.18.1",
44
"description": "vite + vue3 + ts 开箱即用现代开发模板",
55
"type": "module",
66
"scripts": {
@@ -123,4 +123,4 @@
123123
"Android >= 4.0",
124124
"iOS >= 8"
125125
]
126-
}
126+
}

0 commit comments

Comments
 (0)