Skip to content

Commit

Permalink
revert: 发布新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Aug 23, 2023
1 parent a5460f1 commit 5a432e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.62.1 (2023-08-23)

- Fix `f-collapse-animation` component style details

## 0.62.0 (2023-08-23)

- `f-collapse-animation` 组件新增 `width-animation` 配置项
- Add `width-animation` configuration item to the `f-collapse-animation` component

## 0.61.0 (2023-08-15)

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.62.1 (2023-08-23)

- 修复 `f-collapse-animation` 组件样式细节

## 0.62.0 (2023-08-23)

- `f-collapse-animation` 组件新增 `width-animation` 配置项
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.62.1 (2023-08-23)

- 修复 `f-collapse-animation` 组件样式细节

## 0.62.0 (2023-08-23)

- `f-collapse-animation` 组件新增 `width-animation` 配置项
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@leave="onLeave"
@after-leave="onAfterLeave"
>
<div v-show="isOpened" class="f-collapse-animation" style="background: skyblue">
<div v-show="isOpened" class="f-collapse-animation">
<slot />
</div>
</transition>
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.62.0",
"version": "0.62.1",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down

0 comments on commit 5a432e3

Please sign in to comment.