From 7f7403ad456e85d6bc6cea0976ddb9417cee8403 Mon Sep 17 00:00:00 2001 From: markthree <1801982702@qq.com> Date: Tue, 29 Aug 2023 16:11:15 +0800 Subject: [PATCH] chore(release): v1.18.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ package.json | 14 +++++++------- 2 files changed, 48 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9982310..6354da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b96f62a..08d495b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tov-template", - "version": "1.17.2", + "version": "1.18.0", "description": "vite + vue3 + ts 开箱即用现代开发模板", "type": "module", "scripts": { @@ -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" ] -} +} \ No newline at end of file