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 5a432e3 commit 9262fdb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.62.2 (2023-08-23)

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

## 0.62.1 (2023-08-23)

- Fix `f-collapse-animation` component style details
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.2 (2023-08-23)

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

## 0.62.1 (2023-08-23)

- 修复 `f-collapse-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.2 (2023-08-23)

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

## 0.62.1 (2023-08-23)

- 修复 `f-collapse-animation` 组件样式细节
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export const useCollapseAnimation = (
if (isNumber(prop.animationTime)) {
return `${prop.animationTime}s all ease-in-out`
}
// return '0.747s all ease-in-out'
return '8s all ease-in-out'
return '0.747s all ease-in-out'
})

/**
Expand All @@ -61,7 +60,6 @@ export const useCollapseAnimation = (
if (prop.heightAnimation) {
node.style.height = '0'
}
// debugger

run(prop.onOpen, el)
}
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.1",
"version": "0.62.2",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down

0 comments on commit 9262fdb

Please sign in to comment.