Skip to content

Commit

Permalink
chore(release): 4.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.3](v4.4.2...v4.4.3) (2022-07-30)

### Bug Fixes

* enter animations with mountOnEnter or unmountOnExit  ([#749](#749)) ([51bdceb](51bdceb))
  • Loading branch information
semantic-release-bot committed Jul 30, 2022
1 parent 51bdceb commit 01dcc83
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.3](https://github.com/reactjs/react-transition-group/compare/v4.4.2...v4.4.3) (2022-07-30)


### Bug Fixes

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

## [4.4.2](https://github.com/reactjs/react-transition-group/compare/v4.4.1...v4.4.2) (2021-05-29)


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

0 comments on commit 01dcc83

Please sign in to comment.