Skip to content

Commit a152fde

Browse files
committed
revert: 1.0.0-alpha.6
1 parent 8149cfd commit a152fde

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGELOG.en-US.md

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

7+
## 1.0.0-alpha.6 (2024-05-23)
8+
9+
- `f-select` adds `on-before-change` configuration item
10+
- The `f-confirm-box` component has added a `z-index` configuration item
11+
712
## 1.0.0-alpha.5 (2024-05-13)
813

914
- Fix the issue of default values not displaying for `f-select` components

CHANGELOG.md

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

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

5+
## 1.0.0-alpha.6 (2024-05-23)
6+
7+
- `f-select` 新增 `on-before-change` 配置项
8+
- `f-confirm-box` 组件新增 `z-index` 配置项
9+
510
## 1.0.0-alpha.5 (2024-05-13)
611

712
- 修复 `f-select` 组件默认值不显示问题

docs/docs/changelog.md

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

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

5+
## 1.0.0-alpha.6 (2024-05-23)
6+
7+
- `f-select` 新增 `on-before-change` 配置项
8+
- `f-confirm-box` 组件新增 `z-index` 配置项
9+
510
## 1.0.0-alpha.5 (2024-05-13)
611

712
- 修复 `f-select` 组件默认值不显示问题

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": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
55
"keywords": [
66
"fighting",

0 commit comments

Comments
 (0)