Skip to content

Commit 7b590ec

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2019-07-02) ### Bug Fixes * updated SwitchTransition component to be default export and exported from index.js ([#516](#516)) ([cfd0070](cfd0070))
1 parent cfd0070 commit 7b590ec

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.2.1](https://github.com/reactjs/react-transition-group/compare/v4.2.0...v4.2.1) (2019-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* updated SwitchTransition component to be default export and exported from index.js ([#516](https://github.com/reactjs/react-transition-group/issues/516)) ([cfd0070](https://github.com/reactjs/react-transition-group/commit/cfd0070))
7+
18
# [4.2.0](https://github.com/reactjs/react-transition-group/compare/v4.1.1...v4.2.0) (2019-06-28)
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.2.0",
3+
"version": "4.2.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)