Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Jan 19, 2024
1 parent 273f696 commit 6678afb
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 5 deletions.
13 changes: 13 additions & 0 deletions packages/web-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
changelog: true
```
## 2.54.3
`2024-01-19`

### 🐛 BugFix

- **rate:** Fix missing icon elements in `nuxt` ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
- **avatar:** fix partial avatars not displaying in the avatar group popover ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
- **image:** adjust incorrect type definitions and documentation ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- **image:** fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- **input:** fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.54.2

`2024-01-11`
Expand Down
13 changes: 13 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,19 @@
changelog: true
```
## 2.54.3
`2024-01-19`

### 🐛 问题修复

- **rate:** 修复在`nuxt`中图标元素缺失的问题 ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))
- **avatar:** 修复头像组气泡中部分头像不显示问题 ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))
- **image:** 修复错误的类型定义和文档说明 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- **image:** 修正单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- **input:** 修正文档单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.54.2

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

### 🐛 BugFix

- fix partial avatars not displaying in the avatar group popover ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))


## 2.52.0

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

### 🐛 问题修复

- 修复头像组气泡中部分头像不显示问题 ([#2925](https://github.com/arco-design/arco-design-vue/pull/2925))


## 2.52.0

`2023-09-22`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ exports[`<avatar> demo: render [group] correctly 1`] = `
<!---->
<div class=\\"arco-space-item\\">
<div class=\\"arco-avatar-group\\">
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(123, 198, 22);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">A</span>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(123, 198, 22);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">A</span>
<!--v-if-->
</div>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(20, 201, 201);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">B</span>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(20, 201, 201);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">B</span>
<!--v-if-->
</div>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px; background-color: rgb(22, 140, 255);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">C</span>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px; background-color: rgb(22, 140, 255);\\" class=\\"arco-avatar arco-avatar-circle\\"><span class=\\"arco-avatar-text\\">C</span>
<!--v-if-->
</div>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 4; margin-left: -6px;\\" class=\\"arco-avatar arco-avatar-circle arco-avatar-group-max-count-avatar\\"><span class=\\"arco-avatar-text\\">+2</span>
<div style=\\"width: 24px; height: 24px; font-size: 12px; z-index: 6; margin-left: -6px;\\" class=\\"arco-avatar arco-avatar-circle arco-avatar-group-max-count-avatar\\"><span class=\\"arco-avatar-text\\">+2</span>
<!--v-if-->
</div>
<!---->
Expand Down
10 changes: 10 additions & 0 deletions packages/web-vue/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
changelog: true
```
## 2.54.3
`2024-01-19`

### 🐛 BugFix

- adjust incorrect type definitions and documentation ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.50.0

`2023-08-11`
Expand Down
10 changes: 10 additions & 0 deletions packages/web-vue/components/image/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
changelog: true
```
## 2.54.3
`2024-01-19`

### 🐛 问题修复

- 修复错误的类型定义和文档说明 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))
- 修正单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.50.0

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

### 🐛 BugFix

- fix spelling mistakes ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.54.2

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

### 🐛 问题修复

- 修正文档单词拼写错误 ([#2924](https://github.com/arco-design/arco-design-vue/pull/2924))


## 2.54.2

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

### 🐛 BugFix

- Fix missing icon elements in `nuxt` ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))


## 2.18.0

`2022-03-04`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/rate/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.54.3
`2024-01-19`

### 🐛 问题修复

- 修复在`nuxt`中图标元素缺失的问题 ([#2930](https://github.com/arco-design/arco-design-vue/pull/2930))


## 2.18.0

`2022-03-04`
Expand Down
5 changes: 5 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
changelog: true
```
## 2.54.3
`2024-01-19`


## 2.45.0

`2023-04-07`
Expand Down
5 changes: 5 additions & 0 deletions packages/web-vue/components/tree/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
changelog: true
```
## 2.54.3
`2024-01-19`


## 2.45.0

`2023-04-07`
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.2",
"version": "2.54.3",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit 6678afb

Please sign in to comment.