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 5a3a796c5a..70fa590323 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,