release: update 5.6.0

This commit is contained in:
xiaoxian521 2024-05-14 09:55:45 +08:00
parent 8934499349
commit 613d20fc1b
5 changed files with 44 additions and 2 deletions

View File

@ -1,3 +1,17 @@
# 5.6.0 (2024-05-14)
### ✔️ Refactor
- Upgrade `pnpm` to `v9` version, requiring `pnpm` version `>=9`
### 🐞 Bug fixes
- Fixed the issue where clicking on an external link would jump twice
### 🍏 Perf
- Optimize `ReSegmented` component
# 5.5.0 (2024-05-07) # 5.5.0 (2024-05-07)
### 📄 Docs ### 📄 Docs

View File

@ -1,3 +1,17 @@
# 5.6.0 (2024-05-14)
### ✔️ Refactor
- Upgrade `pnpm` to `v9` version, requiring `pnpm` version `>=9`
### 🐞 Bug fixes
- Fixed the issue where clicking on an external link would jump twice
### 🍏 Perf
- Optimize `ReSegmented` component
# 5.5.0 (2024-05-07) # 5.5.0 (2024-05-07)
### 📄 Docs ### 📄 Docs

View File

@ -1,3 +1,17 @@
# 5.6.0 (2024-05-14)
### ✔️ Refactor
- 升级`pnpm``v9`版本,规定`pnpm`版本`>=9`
### 🐞 Bug fixes
- 修复点击外链会跳转两次的问题
### 🍏 Perf
- 优化`ReSegmented`组件
# 5.5.0 (2024-05-07) # 5.5.0 (2024-05-07)
### 📄 Docs ### 📄 Docs

View File

@ -1,6 +1,6 @@
{ {
"name": "vue-pure-admin", "name": "vue-pure-admin",
"version": "5.5.0", "version": "5.6.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

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