Skip to content

Commit

Permalink
revert: 发布新版本 0.39.0 (2023-05-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed May 18, 2023
1 parent f42d45c commit b3e3a37
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
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.39.0 (2023-05-18)

- Fix `f-option` closing error issue
- Fix the issue of `f-time-pick` closing error reporting
- Fix `f-main` component name error issue
- Fix the issue of `f-ripple` component name errors
- Fix `f-option` click error issue

## 0.38.0 (2023-05-11)

**Fix**
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.39.0 (2023-05-18)

- 修复 `f-option` 关闭报错问题
- 修复 `f-time-pick` 关闭报错问题
- 修复 `f-main` 组件名错误问题
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.39.0 (2023-05-18)

- 修复 `f-option` 关闭报错问题
- 修复 `f-time-pick` 关闭报错问题
- 修复 `f-main` 组件名错误问题
- 修复 `f-ripple` 组件名错误问题
- 修复 `f-option` 点击报错问题

## 0.38.0 (2023-05-11)

**修复**
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.38.0",
"version": "0.39.0",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down

0 comments on commit b3e3a37

Please sign in to comment.