Skip to content

Commit 3d77574

Browse files
committedJun 7, 2023
chore(release): 4.0.2
1 parent d87a1cd commit 3d77574

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.0.2](https://github.com/DTStack/dt-react-component/compare/v4.0.1...v4.0.2) (2023-06-07)
6+
7+
### Features
8+
9+
- listen for parent element size changes ([#351](https://github.com/DTStack/dt-react-component/issues/351)) ([d87a1cd](https://github.com/DTStack/dt-react-component/commit/d87a1cd10e9f5647b2dcc0f5a3f1a95b817900d7))
10+
11+
### Bug Fixes
12+
13+
- fixed Modal.Form ts problems ([#350](https://github.com/DTStack/dt-react-component/issues/350)) ([aaabc2a](https://github.com/DTStack/dt-react-component/commit/aaabc2acc5d2acb7087634ab373ecda46aecb9a7))
14+
515
### [4.0.1](https://github.com/DTStack/dt-react-component/compare/v4.0.0...v4.0.1) (2023-05-26)
616

717
### Bug Fixes

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.