Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Feb 2, 2024
1 parent 3f0f3b6 commit a13b612
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 BugFix

- **table:** fix virtual table list not displaying empty state ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
- **watermark:** Fix font color does not take effect ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
- **input-number:** Fix change event triggering mechanism ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))


## 2.54.3

`2024-01-19`
Expand Down
11 changes: 11 additions & 0 deletions packages/web-vue/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 问题修复

- **table:** 修复表格虚拟列表下不显示 empty 问题 ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))
- **watermark:** 修复字体颜色不生效问题 ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))
- **input-number:** 修复 change 事件触发逻辑 ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))


## 2.54.3

`2024-01-19`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/input-number/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 BugFix

- Fix change event triggering mechanism ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))


## 2.52.0

`2023-09-22`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/input-number/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 问题修复

- 修复 change 事件触发逻辑 ([#2915](https://github.com/arco-design/arco-design-vue/pull/2915))


## 2.52.0

`2023-09-22`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 BugFix

- fix virtual table list not displaying empty state ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))


## 2.54.2

`2024-01-11`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/table/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 问题修复

- 修复表格虚拟列表下不显示 empty 问题 ([#2949](https://github.com/arco-design/arco-design-vue/pull/2949))


## 2.54.2

`2024-01-11`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/watermark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 BugFix

- Fix font color does not take effect ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))


## 2.54.1

`2023-12-28`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/watermark/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.4
`2024-02-02`

### 🐛 问题修复

- 修复字体颜色不生效问题 ([#2942](https://github.com/arco-design/arco-design-vue/pull/2942))


## 2.54.1

`2023-12-28`
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-vue",
"version": "2.54.3",
"version": "2.54.4",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit a13b612

Please sign in to comment.