Skip to content

Commit 6720d50

Browse files
committed
revert: 发布新版本 0.66.2 (2023-12-20)
1 parent 3edbb20 commit 6720d50

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)
66

7+
## 0.66.2 (2023-12-20)
8+
9+
- Add `f-table` components, `select` and `on-select` configuration items
10+
711
## 0.66.1 (2023-12-19)
812

913
- Fix the issue of displaying page numbers incorrectly in the `f-pagination` component when the `total` is less than the `page-size`

docs/docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 0.66.2 (2023-12-20)
6+
7+
- 新增 `f-tabale` 组件 `select``on-select` 配置项
8+
59
## 0.66.1 (2023-12-19)
610

711
- 修复 `f-pagination` 组件在 `total` 小于 `page-size` 时候显示页码错误的问题

packages/fighting-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fighting-design",
3-
"version": "0.66.1",
3+
"version": "0.66.2",
44
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
55
"keywords": [
66
"fighting",

0 commit comments

Comments
 (0)