Browse Source

chore: update 2.1.0 version

xiaoxian521 3 years ago
parent
commit
cafc588e4c
6 changed files with 48 additions and 3 deletions
  1. 1 1
      .env
  2. 1 1
      .env.development
  3. 15 0
      CHANGELOG.en_US.md
  4. 15 0
      CHANGELOG.md
  5. 15 0
      CHANGELOG.zh_CN.md
  6. 1 1
      package.json

+ 1 - 1
.env

@@ -3,7 +3,7 @@ VITE_PORT = 8848
 # title
 VITE_TITLE = vue-pure-admin
 # version
-VITE_VERSION = 1.0.0
+VITE_VERSION = 2.1.0
 # open
 VITE_OPEN = false
 

+ 1 - 1
.env.development

@@ -3,7 +3,7 @@ VITE_PORT = 8848
 # title
 VITE_TITLE = vue-pure-admin
 # version
-VITE_VERSION = 1.0.0
+VITE_VERSION = 2.1.0
 # open
 VITE_OPEN = false
 

+ 15 - 0
CHANGELOG.en_US.md

@@ -1,3 +1,18 @@
+# 2.1.0(2021-10-14)
+
+### 🎫 Feat
+
+- Route animation (each route can add different animations)
+- Extra icons (for example, this is a newly added page, a new icon is displayed in the upper right corner of the routing menu)
+- Extract the default configuration options
+- Perfect type file
+
+### 🐞 Bug fixes
+
+- Fix the issue of element-plus internationalization
+- Fix routing issues
+- Fix navigation adaptation problem
+
 # 2.0.1(2021-9-29)
 
 ### 🎫 Feat

+ 15 - 0
CHANGELOG.md

@@ -1,3 +1,18 @@
+# 2.1.0(2021-10-14)
+
+### 🎫 Feat
+
+- Route animation (each route can add different animations)
+- Extra icons (for example, this is a newly added page, a new icon is displayed in the upper right corner of the routing menu)
+- Extract the default configuration options
+- Perfect type file
+
+### 🐞 Bug fixes
+
+- Fix the issue of element-plus internationalization
+- Fix routing issues
+- Fix navigation adaptation problem
+
 # 2.0.1(2021-9-29)
 
 ### 🎫 Feat

+ 15 - 0
CHANGELOG.zh_CN.md

@@ -1,3 +1,18 @@
+# 2.1.0(2021-10-14)
+
+### 🎫 Feat
+
+- 路由动画(每个路由都可添加不同动画)
+- 额外图标(比如这个是新加的页面,路由菜单右上角显示个新图标)
+- 抽离默认配置选项
+- 完善类型文件
+
+### 🐞 Bug fixes
+
+- 修复 element-plus 国际化使用问题
+- 修复路由问题
+- 修复导航适配问题
+
 # 2.0.1(2021-9-29)
 
 ### 🎫 Feat

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue-pure-admin",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "private": true,
   "scripts": {
     "dev": "cross-env --max_old_space_size=4096 vite",