From 504b45783fb0aacecaf203b321c68fb3854cc05e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 1 Nov 2022 16:18:12 +0800 Subject: [PATCH] release: update `3.6.3` --- CHANGELOG.en_US.md | 12 ++++++++++++ CHANGELOG.md | 12 ++++++++++++ CHANGELOG.zh_CN.md | 12 ++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index f8c7ecba0..4e201c6d0 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,15 @@ +# 3.6.3 (2022-11-01) + +### 🎫 Feat + +- Static resource classification and packaging +- Add danmaku component `demo` + +### 🐞 Bug fixes + +- Fix the `collapse` property added in the latest version of `tailwindcss` conflicts with the platform `class` class name +- Fix that when the `token` expires, if the page has multiple requests, the `token` will be refreshed repeatedly + # 3.6.2 (2022-10-27) ### ✔️ refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c7ecba0..4e201c6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 3.6.3 (2022-11-01) + +### 🎫 Feat + +- Static resource classification and packaging +- Add danmaku component `demo` + +### 🐞 Bug fixes + +- Fix the `collapse` property added in the latest version of `tailwindcss` conflicts with the platform `class` class name +- Fix that when the `token` expires, if the page has multiple requests, the `token` will be refreshed repeatedly + # 3.6.2 (2022-10-27) ### ✔️ refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index ee4bd0d0a..2a36f0097 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,15 @@ +# 3.6.3 (2022-11-01) + +### 🎫 Feat + +- 静态资源分类打包 +- 添加弹幕组件 `demo` + +### 🐞 Bug fixes + +- 修复 `tailwindcss` 最新版新增的 `collapse` 属性与平台 `class` 类名冲突 +- 修复当 `token` 过期后,如果页面有多个请求会重复刷新 `token` + # 3.6.2 (2022-10-27) ### ✔️ refactor diff --git a/package.json b/package.json index 5ce7c3d58..f22989d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.6.2", + "version": "3.6.3", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 52362f314..c246c83a2 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.6.2", + "Version": "3.6.3", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,