Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Aug 25, 2023
1 parent 5491582 commit b8b270c
Show file tree
Hide file tree
Showing 5 changed files with 45 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.50.2
`2023-08-25`

### 🐛 BugFix

- fix the wrong scrolling position of the virtual list ([#2665](https://github.com/arco-design/arco-design-vue/pull/2665))

### 💎 Enhancement

- **input-number:** Optimize the long-press effect of the step button ([#2668](https://github.com/arco-design/arco-design-vue/pull/2668))


## 2.50.1

`2023-08-18`
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.50.2
`2023-08-25`

### 🐛 问题修复

- 修复虚拟滚动 scrollTop 位置不对 ([#2665](https://github.com/arco-design/arco-design-vue/pull/2665))

### 💎 功能优化

- **input-number:** 优化步长按钮的长按效果 ([#2668](https://github.com/arco-design/arco-design-vue/pull/2668))


## 2.50.1

`2023-08-18`
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.50.2
`2023-08-25`

### 💎 Enhancement

- Optimize the long-press effect of the step button ([#2668](https://github.com/arco-design/arco-design-vue/pull/2668))


## 2.49.0

`2023-07-21`
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.50.2
`2023-08-25`

### 💎 功能优化

- 优化步长按钮的长按效果 ([#2668](https://github.com/arco-design/arco-design-vue/pull/2668))


## 2.49.0

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

0 comments on commit b8b270c

Please sign in to comment.