diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 0958d3d63..4e35ed80e 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,9 @@ +# 3.8.7 (2022-11-28) + +### 🍏 Perf + +- perf: Great package optimization, please be sure to upgrade! Use `unplugin-vue-define-options` to replace `unplugin-vue-macros`, the packaging speed is increased several times, use `unplugin-vue-macros` to take `mac` with moderate performance as an example, the packaging time of the full version is` 6` minutes😭, after replacing it with `unplugin-vue-define-options`, the packaging time on the same computer is `50` seconds☺️ + # 3.8.6 (2022-11-27) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 0958d3d63..4e35ed80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.8.7 (2022-11-28) + +### 🍏 Perf + +- perf: Great package optimization, please be sure to upgrade! Use `unplugin-vue-define-options` to replace `unplugin-vue-macros`, the packaging speed is increased several times, use `unplugin-vue-macros` to take `mac` with moderate performance as an example, the packaging time of the full version is` 6` minutes😭, after replacing it with `unplugin-vue-define-options`, the packaging time on the same computer is `50` seconds☺️ + # 3.8.6 (2022-11-27) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index dc2a19044..fdcb7d3ed 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,9 @@ +# 3.8.7 (2022-11-28) + +### 🍏 Perf + +- perf: 打包大优化,请务必升级!使用 `unplugin-vue-define-options` 替换 `unplugin-vue-macros` ,打包速度提升数倍,使用 `unplugin-vue-macros` 以性能中等偏上的 `mac` 为例完整版打包时长为 `6` 分钟 😭,使用 `unplugin-vue-define-options` 替换后,相同电脑下打包时长为 `50` 秒 ☺️ + # 3.8.6 (2022-11-27) ### 🎫 Feat diff --git a/package.json b/package.json index af683a17d..1da37785c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.8.6", + "version": "3.8.7", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index fd9932921..0445d303f 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.8.6", + "Version": "3.8.7", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,