From 33a89834d7521846669f8e0f95936c62a4eac349 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 4 Jun 2024 16:21:22 +0800 Subject: [PATCH] release: update `5.7.0` --- CHANGELOG.en_US.md | 10 ++++++++++ CHANGELOG.md | 10 ++++++++++ CHANGELOG.zh_CN.md | 10 ++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 1f223de68f..385164b424 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,13 @@ +# 5.7.0 (2024-06-04) + +### ๐ŸŽซ Feat + +- Add Google style tabs + +### ๐Ÿž Bug fixes + +- Fixed the issue where the text exceeds and is not hidden after the menu is folded in Firefox browser + # 5.6.0 (2024-05-14) ### โœ”๏ธ Refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f223de68f..385164b424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 5.7.0 (2024-06-04) + +### ๐ŸŽซ Feat + +- Add Google style tabs + +### ๐Ÿž Bug fixes + +- Fixed the issue where the text exceeds and is not hidden after the menu is folded in Firefox browser + # 5.6.0 (2024-05-14) ### โœ”๏ธ Refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index a756708153..63bd83be3a 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,13 @@ +# 5.7.0 (2024-06-04) + +### ๐ŸŽซ Feat + +- ๆทปๅŠ ่ฐทๆญŒ้ฃŽๆ ผ็š„้กต็ญพ + +### ๐Ÿž Bug fixes + +- ไฟฎๅคๅœจ็ซ็‹ๆต่งˆๅ™จไธญ่œๅ•ๆŠ˜ๅ ๅŽ๏ผŒๆ–‡ๅญ—่ถ…ๅ‡บๆœช้š่—็š„้—ฎ้ข˜ + # 5.6.0 (2024-05-14) ### โœ”๏ธ Refactor diff --git a/package.json b/package.json index 4837f8c3fd..30d615a31a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.6.0", + "version": "5.7.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index ecc459b86b..dbd8bb48b3 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.6.0", + "Version": "5.7.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,