diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index db5a47048e..e4994233b7 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,9 @@ +# 3.8.5 (2022-11-26) + +### 🍏 Perf + +- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code + # 3.8.0 (2022-11-26) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index db5a47048e..e4994233b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.8.5 (2022-11-26) + +### 🍏 Perf + +- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code + # 3.8.0 (2022-11-26) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index af84ed48f3..d451aba21a 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,9 @@ +# 3.8.5 (2022-11-26) + +### 🍏 Perf + +- 大优化,移除 `@pureadmin/components` 并采用兼容写法,平台打包大小在未启用压缩前对比优化前减少 `0.4` MB , 首屏请求减少 `2.3` MB 的资源,这对于 [精简版](https://github.com/xiaoxian521/pure-admin-thin) 来说是非常大的优化,精简版已经同步代码 + # 3.8.0 (2022-11-26) ### 🎫 Feat diff --git a/package.json b/package.json index 20db61c2cf..9edbeac471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.8.0", + "version": "3.8.5", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 2002e0128c..9fdaa699a9 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.8.0", + "Version": "3.8.5", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,