Skip to content

Commit 8dc9ad8

Browse files
chore(release): 4.4.2 [skip ci]
## [4.4.2](v4.4.1...v4.4.2) (2021-05-29) ### Bug Fixes * `nodeRef` prop type for cross-realm elements ([#732](#732)) ([8710c01](8710c01))
1 parent 8710c01 commit 8dc9ad8

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.2](https://github.com/reactjs/react-transition-group/compare/v4.4.1...v4.4.2) (2021-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* `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))
7+
18
## [4.4.1](https://github.com/reactjs/react-transition-group/compare/v4.4.0...v4.4.1) (2020-05-06)
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.1",
3+
"version": "4.4.2",
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)