Skip to content

Commit 01dcc83

Browse files
chore(release): 4.4.3 [skip ci]
## [4.4.3](v4.4.2...v4.4.3) (2022-07-30) ### Bug Fixes * enter animations with mountOnEnter or unmountOnExit ([#749](#749)) ([51bdceb](51bdceb))
1 parent 51bdceb commit 01dcc83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.3](https://github.com/reactjs/react-transition-group/compare/v4.4.2...v4.4.3) (2022-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* enter animations with mountOnEnter or unmountOnExit ([#749](https://github.com/reactjs/react-transition-group/issues/749)) ([51bdceb](https://github.com/reactjs/react-transition-group/commit/51bdceb96c8b6a79f417c32326ef1b31160edb97))
7+
18
## [4.4.2](https://github.com/reactjs/react-transition-group/compare/v4.4.1...v4.4.2) (2021-05-29)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-group",
3-
"version": "4.4.2",
3+
"version": "4.4.3",
44
"description": "A react component toolset for managing animations",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)