Skip to content

Commit

Permalink
chore(release): v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Aug 29, 2023
1 parent 5e8ab5f commit 7f7403a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 7 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## v1.18.0

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

### 🚀 Enhancements

- 支持页面级 meta 标题 ([8bb19fc](https://github.com/dishait/tov-template/commit/8bb19fc))
- 支持 @ 路径别名 ([b7618c4](https://github.com/dishait/tov-template/commit/b7618c4))
- **env:** 暴露开发环境和生产环境 ([c696642](https://github.com/dishait/tov-template/commit/c696642))

### 🩹 Fixes

- 修复 @ 路径别名失效 ([8f1d3da](https://github.com/dishait/tov-template/commit/8f1d3da))
- 支持在开发时安装组件库,close #93 ([#93](https://github.com/dishait/tov-template/issues/93))

### 🏡 Chore

- 更新依赖 ([9afcdb5](https://github.com/dishait/tov-template/commit/9afcdb5))
- 更新依赖 ([58ff80f](https://github.com/dishait/tov-template/commit/58ff80f))
- 代码格式化 ([86d3b2d](https://github.com/dishait/tov-template/commit/86d3b2d))
- 更好的 jsx 提示 ([9e3c3df](https://github.com/dishait/tov-template/commit/9e3c3df))
- 更新依赖 ([b7560e3](https://github.com/dishait/tov-template/commit/b7560e3))
- 更新依赖 ([8742f5c](https://github.com/dishait/tov-template/commit/8742f5c))
- ⚠️ 更新 markdown 插件依赖 ([50ecf40](https://github.com/dishait/tov-template/commit/50ecf40))
- 更新依赖 ([ec61807](https://github.com/dishait/tov-template/commit/ec61807))
- **presets:** 添加插件注释 ([dd17fab](https://github.com/dishait/tov-template/commit/dd17fab))
- 更新依赖 ([5dc97ca](https://github.com/dishait/tov-template/commit/5dc97ca))
- 更新依赖 ([2f7bcbf](https://github.com/dishait/tov-template/commit/2f7bcbf))
- 更新依赖 ([6af2e41](https://github.com/dishait/tov-template/commit/6af2e41))
- ⚠️ 在 package.json 中统一管理 browserslist ([9d2131d](https://github.com/dishait/tov-template/commit/9d2131d))
- 忽略项目中可能出现的 nuxt 输出 ([5e8ab5f](https://github.com/dishait/tov-template/commit/5e8ab5f))

#### ⚠️ Breaking Changes

- ⚠️ 更新 markdown 插件依赖 ([50ecf40](https://github.com/dishait/tov-template/commit/50ecf40))
- ⚠️ 在 package.json 中统一管理 browserslist ([9d2131d](https://github.com/dishait/tov-template/commit/9d2131d))

### ❤️ Contributors

- Markthree ([@markthree](http://github.com/markthree))

## v1.17.2

[compare changes](https://github.com/dishait/tov-template/compare/v1.17.1...v1.17.2)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tov-template",
"version": "1.17.2",
"version": "1.18.0",
"description": "vite + vue3 + ts 开箱即用现代开发模板",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -118,10 +118,10 @@
},
"browserslist": [
">= 0.25%",
"last 2 versions",
"not dead",
"not ie <= 11",
"Android >= 4.0",
"iOS >= 8"
"last 2 versions",
"not dead",
"not ie <= 11",
"Android >= 4.0",
"iOS >= 8"
]
}
}

0 comments on commit 7f7403a

Please sign in to comment.