Skip to content

Commit 4cb51a9

Browse files
chore(release): 4.4.5 [skip ci]
## [4.4.5](v4.4.4...v4.4.5) (2022-08-01) ### Bug Fixes * apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled ([#847](#847)) ([1043549](1043549))
1 parent 1043549 commit 4cb51a9

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.5](https://github.com/reactjs/react-transition-group/compare/v4.4.4...v4.4.5) (2022-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled ([#847](https://github.com/reactjs/react-transition-group/issues/847)) ([1043549](https://github.com/reactjs/react-transition-group/commit/10435492f5a5675b0e80ca6a435834ce4a0f270e))
7+
18
## [4.4.4](https://github.com/reactjs/react-transition-group/compare/v4.4.3...v4.4.4) (2022-07-30)
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.4",
3+
"version": "4.4.5",
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)