From dac3ea3c2105abe49cfd9fa3761cb35ec3228e75 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 19 Dec 2022 12:14:18 +0800 Subject: [PATCH] release: update `3.9.6` --- CHANGELOG.en_US.md | 16 ++++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ CHANGELOG.zh_CN.md | 16 ++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 4774ccd99..0d95a3953 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,19 @@ +# 3.9.6 (2022-12-19) + +### 🎫 Chores + +- Upgrade `vite4` version + +### 🐞 Bug fixes + +- Fix the problem that `hmr` of `vite` is slow due to the wrong way of importing `tailwind.css` + +### 🍏 Perf + +- Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints +- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component +- Optimize the business code of the system management page to bring better code reference + # 3.9.5 (2022-12-13) ### ✔️ refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index 4774ccd99..0d95a3953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 3.9.6 (2022-12-19) + +### 🎫 Chores + +- Upgrade `vite4` version + +### 🐞 Bug fixes + +- Fix the problem that `hmr` of `vite` is slow due to the wrong way of importing `tailwind.css` + +### 🍏 Perf + +- Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints +- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component +- Optimize the business code of the system management page to bring better code reference + # 3.9.5 (2022-12-13) ### ✔️ refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index c1c3f8f4f..9b04b69e7 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,19 @@ +# 3.9.6 (2022-12-19) + +### 🎫 Chores + +- 升级 `vite4` 版本 + +### 🐞 Bug fixes + +- 修复 `tailwind.css` 错误的引入方式导致 `vite` 的 `hmr` 慢的问题 + +### 🍏 Perf + +- 更新 [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) 至最新版,带来更友好的类型提示 +- 优化 [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) 组件 +- 优化系统管理页面业务代码,带来更好的代码参考 + # 3.9.5 (2022-12-13) ### ✔️ refactor diff --git a/package.json b/package.json index 53de41dc9..15a55bdab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.9.5", + "version": "3.9.6", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 6aaeca83c..7e3e4ad68 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.9.5", + "Version": "3.9.6", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,