Skip to content

Commit 1fd4a65

Browse files
chore(release): 4.4.1 [skip ci]
## [4.4.1](v4.4.0...v4.4.1) (2020-05-06) ### Bug Fixes * transition SSR ([#619](#619)) ([2722bb6](2722bb6))
1 parent 2722bb6 commit 1fd4a65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.1](https://github.com/reactjs/react-transition-group/compare/v4.4.0...v4.4.1) (2020-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* transition SSR ([#619](https://github.com/reactjs/react-transition-group/issues/619)) ([2722bb6](https://github.com/reactjs/react-transition-group/commit/2722bb6b755943b8292f0f2bc2fdca55df5c28f0))
7+
18
# [4.4.0](https://github.com/reactjs/react-transition-group/compare/v4.3.0...v4.4.0) (2020-05-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-group",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
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)