Skip to content

Commit 7f7403a

Browse files
committed
chore(release): v1.18.0
1 parent 5e8ab5f commit 7f7403a

File tree

2 files changed

+48
-7
lines changed

2 files changed

+48
-7
lines changed

CHANGELOG.md

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

3+
## v1.18.0
4+
5+
[compare changes](https://github.com/dishait/tov-template/compare/v1.17.2...v1.18.0)
6+
7+
### 🚀 Enhancements
8+
9+
- 支持页面级 meta 标题 ([8bb19fc](https://github.com/dishait/tov-template/commit/8bb19fc))
10+
- 支持 @ 路径别名 ([b7618c4](https://github.com/dishait/tov-template/commit/b7618c4))
11+
- **env:** 暴露开发环境和生产环境 ([c696642](https://github.com/dishait/tov-template/commit/c696642))
12+
13+
### 🩹 Fixes
14+
15+
- 修复 @ 路径别名失效 ([8f1d3da](https://github.com/dishait/tov-template/commit/8f1d3da))
16+
- 支持在开发时安装组件库,close #93 ([#93](https://github.com/dishait/tov-template/issues/93))
17+
18+
### 🏡 Chore
19+
20+
- 更新依赖 ([9afcdb5](https://github.com/dishait/tov-template/commit/9afcdb5))
21+
- 更新依赖 ([58ff80f](https://github.com/dishait/tov-template/commit/58ff80f))
22+
- 代码格式化 ([86d3b2d](https://github.com/dishait/tov-template/commit/86d3b2d))
23+
- 更好的 jsx 提示 ([9e3c3df](https://github.com/dishait/tov-template/commit/9e3c3df))
24+
- 更新依赖 ([b7560e3](https://github.com/dishait/tov-template/commit/b7560e3))
25+
- 更新依赖 ([8742f5c](https://github.com/dishait/tov-template/commit/8742f5c))
26+
- ⚠️ 更新 markdown 插件依赖 ([50ecf40](https://github.com/dishait/tov-template/commit/50ecf40))
27+
- 更新依赖 ([ec61807](https://github.com/dishait/tov-template/commit/ec61807))
28+
- **presets:** 添加插件注释 ([dd17fab](https://github.com/dishait/tov-template/commit/dd17fab))
29+
- 更新依赖 ([5dc97ca](https://github.com/dishait/tov-template/commit/5dc97ca))
30+
- 更新依赖 ([2f7bcbf](https://github.com/dishait/tov-template/commit/2f7bcbf))
31+
- 更新依赖 ([6af2e41](https://github.com/dishait/tov-template/commit/6af2e41))
32+
- ⚠️ 在 package.json 中统一管理 browserslist ([9d2131d](https://github.com/dishait/tov-template/commit/9d2131d))
33+
- 忽略项目中可能出现的 nuxt 输出 ([5e8ab5f](https://github.com/dishait/tov-template/commit/5e8ab5f))
34+
35+
#### ⚠️ Breaking Changes
36+
37+
- ⚠️ 更新 markdown 插件依赖 ([50ecf40](https://github.com/dishait/tov-template/commit/50ecf40))
38+
- ⚠️ 在 package.json 中统一管理 browserslist ([9d2131d](https://github.com/dishait/tov-template/commit/9d2131d))
39+
40+
### ❤️ Contributors
41+
42+
- Markthree ([@markthree](http://github.com/markthree))
43+
344
## v1.17.2
445

546
[compare changes](https://github.com/dishait/tov-template/compare/v1.17.1...v1.17.2)

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tov-template",
3-
"version": "1.17.2",
3+
"version": "1.18.0",
44
"description": "vite + vue3 + ts 开箱即用现代开发模板",
55
"type": "module",
66
"scripts": {
@@ -118,10 +118,10 @@
118118
},
119119
"browserslist": [
120120
">= 0.25%",
121-
"last 2 versions",
122-
"not dead",
123-
"not ie <= 11",
124-
"Android >= 4.0",
125-
"iOS >= 8"
121+
"last 2 versions",
122+
"not dead",
123+
"not ie <= 11",
124+
"Android >= 4.0",
125+
"iOS >= 8"
126126
]
127-
}
127+
}

0 commit comments

Comments
 (0)