Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Oct 13, 2023
1 parent 309ea8a commit 0f3c502
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 1 deletion.
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.52.1
`2023-10-13`

### 🐛 BugFix

- **mention:** Fixed the issue where the `disabled` attribute does not work properly under text-area ([#2723](https://github.com/arco-design/arco-design-vue/pull/2723))

### 💎 Enhancement

- **switch:** Optimize handling of `undefined` and `null` values ([#2737](https://github.com/arco-design/arco-design-vue/pull/2737))


## 2.52.0

`2023-09-22`
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.52.1
`2023-10-13`

### 🐛 问题修复

- **mention:** 修复在text-area下disabled属性无法正常工作的问题 ([#2723](https://github.com/arco-design/arco-design-vue/pull/2723))

### 💎 功能优化

- **switch:** 优化对 `undefined` 和 `null` 值的处理 ([#2737](https://github.com/arco-design/arco-design-vue/pull/2737))


## 2.52.0

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

### 🐛 BugFix

- Fixed the issue where the `disabled` attribute does not work properly under text-area ([#2723](https://github.com/arco-design/arco-design-vue/pull/2723))


## 2.47.0

`2023-06-02`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/mention/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.52.1
`2023-10-13`

### 🐛 问题修复

- 修复在text-area下disabled属性无法正常工作的问题 ([#2723](https://github.com/arco-design/arco-design-vue/pull/2723))


## 2.47.0

`2023-06-02`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/switch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.52.1
`2023-10-13`

### 💎 Enhancement

- Optimize handling of `undefined` and `null` values ([#2737](https://github.com/arco-design/arco-design-vue/pull/2737))


## 2.45.0

`2023-04-07`
Expand Down
9 changes: 9 additions & 0 deletions packages/web-vue/components/switch/CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
changelog: true
```
## 2.52.1
`2023-10-13`

### 💎 功能优化

- 优化对 `undefined` 和 `null` 值的处理 ([#2737](https://github.com/arco-design/arco-design-vue/pull/2737))


## 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.52.0",
"version": "2.52.1",
"description": "Arco Design Vue 2.0: A Vue.js 3 UI Library",
"keywords": [
"arco",
Expand Down

0 comments on commit 0f3c502

Please sign in to comment.