Skip to content

Commit

Permalink
release: update 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed May 14, 2024
1 parent 8934499 commit 613d20f
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.en_US.md
Original file line number Diff line number Diff line change
@@ -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)

### 📄 Docs
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

### 📄 Docs
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -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)

### 📄 Docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "5.5.0",
"version": "5.6.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/platform-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "5.5.0",
"Version": "5.6.0",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,
Expand Down

0 comments on commit 613d20f

Please sign in to comment.