Skip to content

Commit 28e729e

Browse files
committed
revert: 发布新版本 0.67.4 (2024-03-21)
1 parent 827be93 commit 28e729e

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CHANGELOG.en-US.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)
66

7+
## 0.67.4 (2024-03-21)
8+
9+
- Fix `image` component parameter errors
10+
711
## 0.67.3 (2024-03-05)
812

913
- Fix the issue where the list cannot be cleared under specific circumstances after configuring the `f-up-load` component with `show-list`

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## 0.67.4 (2024-03-21)
6+
57
- 修复 image 组件参数错误问题
68

79
## 0.67.3 (2024-03-05)

docs/docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 0.67.4 (2024-03-21)
6+
7+
- 修复 image 组件参数错误问题
8+
59
## 0.67.3 (2024-03-05)
610

711
- 修复 `f-up-load` 组件配置 `show-list` 之后在特定情况下列表无法清空的问题

packages/fighting-design/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fighting-design",
3-
"version": "0.67.3",
3+
"version": "0.67.4",
44
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
55
"keywords": [
66
"fighting",

0 commit comments

Comments
 (0)