Skip to content

Commit a13b612

Browse files
committed
release version
1 parent 3f0f3b6 commit a13b612

File tree

9 files changed

+77
-1
lines changed

9 files changed

+77
-1
lines changed

packages/web-vue/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 BugFix
10+
11+
- **table:** fix virtual table list not displaying empty state ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
12+
- **watermark:** Fix font color does not take effect ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
13+
- **input-number:** Fix change event triggering mechanism ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))
14+
15+
516
## 2.54.3
617

718
`2024-01-19`

packages/web-vue/CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 问题修复
10+
11+
- **table:** 修复表格虚拟列表下不显示 empty 问题 ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
12+
- **watermark:** 修复字体颜色不生效问题 ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
13+
- **input-number:** 修复 change 事件触发逻辑 ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))
14+
15+
516
## 2.54.3
617

718
`2024-01-19`

packages/web-vue/components/input-number/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 BugFix
10+
11+
- Fix change event triggering mechanism ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))
12+
13+
514
## 2.52.0
615

716
`2023-09-22`

packages/web-vue/components/input-number/CHANGELOG.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 问题修复
10+
11+
- 修复 change 事件触发逻辑 ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))
12+
13+
514
## 2.52.0
615

716
`2023-09-22`

packages/web-vue/components/table/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 BugFix
10+
11+
- fix virtual table list not displaying empty state ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
12+
13+
514
## 2.54.2
615

716
`2024-01-11`

packages/web-vue/components/table/CHANGELOG.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 问题修复
10+
11+
- 修复表格虚拟列表下不显示 empty 问题 ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
12+
13+
514
## 2.54.2
615

716
`2024-01-11`

packages/web-vue/components/watermark/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 BugFix
10+
11+
- Fix font color does not take effect ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
12+
13+
514
## 2.54.1
615

716
`2023-12-28`

packages/web-vue/components/watermark/CHANGELOG.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
```
44
5+
## 2.54.4
6+
7+
`2024-02-02`
8+
9+
### 🐛 问题修复
10+
11+
- 修复字体颜色不生效问题 ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
12+
13+
514
## 2.54.1
615

716
`2023-12-28`

packages/web-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arco-design/web-vue",
3-
"version": "2.54.3",
3+
"version": "2.54.4",
44
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
55
"keywords": [
66
"arco",

0 commit comments

Comments
 (0)