瀏覽代碼

release: update `3.9.2`

xiaoxian521 2 年之前
父節點
當前提交
c84c447f3e
共有 5 個文件被更改,包括 26 次插入2 次删除
  1. 8 0
      CHANGELOG.en_US.md
  2. 8 0
      CHANGELOG.md
  3. 8 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 8 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,11 @@
+# 3.9.2 (2022-12-03)
+
+### 🍏 Perf
+
+- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1)
+- The packaging output information is compatible with different packaging output paths
+- Optimize some animations
+
 # 3.9.1 (2022-12-02)
 
 ### 🎫 Feat

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# 3.9.2 (2022-12-03)
+
+### 🍏 Perf
+
+- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1)
+- The packaging output information is compatible with different packaging output paths
+- Optimize some animations
+
 # 3.9.1 (2022-12-02)
 
 ### 🎫 Feat

+ 8 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,11 @@
+# 3.9.2 (2022-12-03)
+
+### 🍏 Perf
+
+- 全局覆盖 `element-plus` 的 `el-dialog`、`el-drawer`、`el-message-box`、`el-notification` 组件右上角关闭图标的样式,使其表现更鲜明 [具体代码修改记录](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1)
+- 打包输出信息兼容不同打包输出路径
+- 优化一些动画
+
 # 3.9.1 (2022-12-02)
 
 ### 🎫 Feat

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "3.9.1",
+  "version": "3.9.2",
   "private": true,
   "scripts": {
     "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

+ 1 - 1
public/serverConfig.json

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