Skip to content

Commit

Permalink
revert: 发布新版本 0.22.0 (2023-02-03) 💫💫💫
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Feb 3, 2023
1 parent 8aa9ac2 commit da092eb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.22.0 (2023-02-03)

- `f-button` `f-alert` `f-bag` `f-tag` The new type of the component is info optional
- `f-alert` component style fine-tuning
- Add a `background` configuration item for the `f-aside` component
- `f-input` style fine tuning
- The `f-input` component adds a `background` `text-color` `active-background` `active-border-color` configuration item

## 0.21.0 (2023-02-01)

- Add default configuration item for `f-badge` component type
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

## 0.22.0 (2023-02-03)

- `f-button` `f-alert` `f-badge` `f-tag` 组件新增 type 为 info 可选项
- `f-alert` 组件样式微调
- `f-aside` 组件新增 `background` 配置项
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 0.22.0 (2023-02-03)

- `f-button` `f-alert` `f-badge` `f-tag` 组件新增 type 为 info 可选项
- `f-alert` 组件样式微调
- `f-aside` 组件新增 `background` 配置项
- `f-input` 样式微调
- `f-input` 组件新增 `background` `text-color` `active-background` `active-border-color` 配置项

## 0.21.0 (2023-02-01)

- `f-badge` 组件 type 新增 default 配置项
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.21.0",
"version": "0.22.0",
"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 da092eb

Please sign in to comment.