Skip to content

Commit

Permalink
chore(release): 4.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 1, 2022
1 parent 1043549 commit 4cb51a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.4.5](https://github.com/reactjs/react-transition-group/compare/v4.4.4...v4.4.5) (2022-08-01)


### Bug Fixes

* 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))

## [4.4.4](https://github.com/reactjs/react-transition-group/compare/v4.4.3...v4.4.4) (2022-07-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
"version": "4.4.4",
"version": "4.4.5",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 4cb51a9

Please sign in to comment.