We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228bf5f commit 91ccc16Copy full SHA for 91ccc16
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.1.1](https://github.com/reactjs/react-transition-group/compare/v4.1.0...v4.1.1) (2019-06-10)
2
+
3
4
+### Bug Fixes
5
6
+* adds missing dependency [@babel](https://github.com/babel)/runtime ([#507](https://github.com/reactjs/react-transition-group/issues/507)) ([228bf5f](https://github.com/reactjs/react-transition-group/commit/228bf5f))
7
8
# [4.1.0](https://github.com/reactjs/react-transition-group/compare/v4.0.1...v4.1.0) (2019-05-30)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
0 commit comments