Skip to content

Commit b4cdaf9

Browse files
author
mumiao
committed
chore(release): 4.2.0
1 parent 6502282 commit b4cdaf9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.2.0](https://github.com/DTStack/dt-react-component/compare/v4.1.0...v4.2.0) (2023-08-24)
6+
7+
### Bug Fixes
8+
9+
- **dropdown:** fix lost values on virtual list ([#376](https://github.com/DTStack/dt-react-component/issues/376)) ([95f6817](https://github.com/DTStack/dt-react-component/commit/95f68173725955a9f1213404a569bfddbae6702e))
10+
- update useList ([#374](https://github.com/DTStack/dt-react-component/issues/374)) ([6502282](https://github.com/DTStack/dt-react-component/commit/6502282c71f7a758ae25aaae05c4d25f4b1b0d62))
11+
512
## [4.1.0](https://github.com/DTStack/dt-react-component/compare/v4.0.4...v4.1.0) (2023-07-12)
613

714
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-react-component",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "react-component",
55
"repository": "https://github.com/DTStack/dt-react-component",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)