Skip to content

Commit

Permalink
chore(release): 4.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.2](reactjs/react-transition-group@v4.4.1...v4.4.2) (2021-05-29)

### Bug Fixes

* `nodeRef` prop type for cross-realm elements ([#732](reactjs/react-transition-group#732)) ([8710c01](reactjs/react-transition-group@8710c01))
  • Loading branch information
patrickm68 committed May 29, 2021
1 parent bf5c266 commit dde33ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.4.2](https://github.com/reactjs/react-transition-group/compare/v4.4.1...v4.4.2) (2021-05-29)


### Bug Fixes

* `nodeRef` prop type for cross-realm elements ([#732](https://github.com/reactjs/react-transition-group/issues/732)) ([8710c01](https://github.com/reactjs/react-transition-group/commit/8710c01549e09f55eeefec2aadb3af0a23a00f82))

## [4.4.1](https://github.com/reactjs/react-transition-group/compare/v4.4.0...v4.4.1) (2020-05-06)


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

0 comments on commit dde33ec

Please sign in to comment.