Skip to content

Commit

Permalink
revert: 发布新版本 0.50.1 (2023-06-21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Jun 21, 2023
1 parent d0dfe5f commit f2d3845
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

## 0.50.1 (2023-06-21)

**修复**
**Fix**

- 修复 `defineModel` 类型错误问题
- 修复组件内部警告或错误信息不提示问题
- 修复 `f-back-top` 传递错误参数报错问题
- 修复 `f-pagination` 组件切换每页大小失效问题
- 修复 `f-pagination` 组件 round 对于切换按钮失效问题
- Fix `defineModel` type error issue
- Fix component internal warnings or error messages that do not prompt for issues
- Fix `f-back-top` transmission error and parameter error issue
- Fix the issue of `f-pagination` component switching per page size failure
- Fix the issue of `f-pagination` component roundabout causing switch button failure

**改动**
**Modifications**

- 组件 `f-pagination` 参数 `page-sizes` 改为 `page-select`
- Change the parameter `page-sizes` of component `f-pagination` to `page-select`

## 0.50.0 (2023-06-20)

Expand Down
14 changes: 14 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md)

## 0.50.1 (2023-06-21)

**Fix**

- Fix `defineModel` type error issue
- Fix component internal warnings or error messages that do not prompt for issues
- Fix `f-back-top` transmission error and parameter error issue
- Fix the issue of `f-pagination` component switching per page size failure
- Fix the issue of `f-pagination` component roundabout causing switch button failure

**Modifications**

- Change the parameter `page-sizes` of component `f-pagination` to `page-select`

## 0.50.0 (2023-06-20)

**新增**
Expand Down
4 changes: 2 additions & 2 deletions packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fighting-design",
"version": "0.50.0",
"version": "0.50.1",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down Expand Up @@ -57,4 +57,4 @@
},
"homepage": "https://fighting.tianyuhao.cn",
"repository": "https://github.com/FightingDesign/fighting-design"
}
}

0 comments on commit f2d3845

Please sign in to comment.