Browse Source

release: update 2.8.5

xiaoxian521 3 years ago
parent
commit
46a48a5650
5 changed files with 35 additions and 2 deletions
  1. 11 0
      CHANGELOG.en_US.md
  2. 11 0
      CHANGELOG.md
  3. 11 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 11 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,14 @@
+# 2.8.5 (2022-1-21)
+
+### 🎫 Feat
+
+- Added `WindiCSS` support
+- Add online environment remove console plugin `vite-plugin-remove-console`
+
+### ✔️ refactor
+
+- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
+
 # 2.8.0(2022-1-4)
 
 ### 🎫 Feat

+ 11 - 0
CHANGELOG.md

@@ -1,3 +1,14 @@
+# 2.8.5 (2022-1-21)
+
+### 🎫 Feat
+
+- Added `WindiCSS` support
+- Add online environment remove console plugin `vite-plugin-remove-console`
+
+### ✔️ refactor
+
+- Replace `@element-plus/icons-vue` with `@iconify-icons/ep`
+
 # 2.8.0(2022-1-4)
 
 ### 🎫 Feat

+ 11 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,14 @@
+# 2.8.5(2022-1-21)
+
+### 🎫 Feat
+
+- 添加 `WindiCSS` 支持
+- 添加线上环境删 console 插件`vite-plugin-remove-console`
+
+### ✔️ refactor
+
+- 使用`@iconify-icons/ep`替换`@element-plus/icons-vue`
+
 # 2.8.0(2022-1-4)
 
 ### 🎫 Feat

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "2.8.0",
+  "version": "2.8.5",
   "private": true,
   "engines": {
     "node": ">= 16",

+ 1 - 1
public/serverConfig.json

@@ -1,5 +1,5 @@
 {
-  "Version": "2.8.0",
+  "Version": "2.8.5",
   "Title": "PureAdmin",
   "FixedHeader": true,
   "HiddenSideBar": false,