@@ -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
+- 静态资源分类打包
+- 添加弹幕组件 `demo`
+- 修复 `tailwindcss` 最新版新增的 `collapse` 属性与平台 `class` 类名冲突
+- 修复当 `token` 过期后,如果页面有多个请求会重复刷新 `token`
@@ -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",
@@ -1,5 +1,5 @@
- "Version": "3.6.2",
+ "Version": "3.6.3",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,