Skip to content

Commit dac3ea3

Browse files
committed
release: update 3.9.6
1 parent 01a3298 commit dac3ea3

File tree

5 files changed

+50
-2
lines changed

5 files changed

+50
-2
lines changed

CHANGELOG.en_US.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.9.6 (2022-12-19)
2+
3+
### 🎫 Chores
4+
5+
- Upgrade `vite4` version
6+
7+
### 🐞 Bug fixes
8+
9+
- Fix the problem that `hmr` of `vite` is slow due to the wrong way of importing `tailwind.css`
10+
11+
### 🍏 Perf
12+
13+
- Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints
14+
- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component
15+
- Optimize the business code of the system management page to bring better code reference
16+
117
# 3.9.5 (2022-12-13)
218

319
### ✔️ refactor

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.9.6 (2022-12-19)
2+
3+
### 🎫 Chores
4+
5+
- Upgrade `vite4` version
6+
7+
### 🐞 Bug fixes
8+
9+
- Fix the problem that `hmr` of `vite` is slow due to the wrong way of importing `tailwind.css`
10+
11+
### 🍏 Perf
12+
13+
- Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints
14+
- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component
15+
- Optimize the business code of the system management page to bring better code reference
16+
117
# 3.9.5 (2022-12-13)
218

319
### ✔️ refactor

CHANGELOG.zh_CN.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 3.9.6 (2022-12-19)
2+
3+
### 🎫 Chores
4+
5+
- 升级 `vite4` 版本
6+
7+
### 🐞 Bug fixes
8+
9+
- 修复 `tailwind.css` 错误的引入方式导致 `vite``hmr` 慢的问题
10+
11+
### 🍏 Perf
12+
13+
- 更新 [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) 至最新版,带来更友好的类型提示
14+
- 优化 [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) 组件
15+
- 优化系统管理页面业务代码,带来更好的代码参考
16+
117
# 3.9.5 (2022-12-13)
218

319
### ✔️ refactor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pure-admin",
3-
"version": "3.9.5",
3+
"version": "3.9.6",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

public/serverConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "3.9.5",
2+
"Version": "3.9.6",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)