Skip to content

Commit

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

## 0.43.3 (2023-06-18)

- Fix style issues with `f-dialog`

## 0.43.2 (2023-06-18)

- Optimize component style details for `f-bag`, `f-tag`, `f-toolbar`, and `f-table`
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.43.3 (2023-06-18)

- 修复 `f-dialog` 样式问题

## 0.43.2 (2023-06-18)

- 优化 `f-badge` `f-tag` `f-toolbar` `f-table` 组件样式细节
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.43.3 (2023-06-18)

- 修复 `f-dialog` 样式问题

## 0.43.2 (2023-06-18)

- 优化 `f-badge` `f-tag` `f-toolbar` `f-table` 组件样式细节
Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fighting-design",
"version": "0.43.2",
"version": "0.43.3",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-theme/src/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.f-dialog__container {
background-color: #fff;
display: inline-block;
top: 20px;
top: 0;
position: relative;
border-radius: 6px;
vertical-align: middle;
Expand Down

0 comments on commit 70aa970

Please sign in to comment.