diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index c322377f1e..e2a61e5abb 100644 --- a/CHANGELOG.en_US.md +++ b/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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c322377f1e..e2a61e5abb 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 10e58e179d..90ae9a28ef 100644 --- a/CHANGELOG.zh_CN.md +++ b/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 diff --git a/package.json b/package.json index edb0ad9866..262e870552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "2.8.0", + "version": "2.8.5", "private": true, "engines": { "node": ">= 16", diff --git a/public/serverConfig.json b/public/serverConfig.json index ecc55a0f3f..a540a22223 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "2.8.0", + "Version": "2.8.5", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,