Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](reactjs/react-transition-group@v4.0.0...v4.0.1) (2019-05-09)

### Bug Fixes

* issue with dynamically applied classes not being properly removed for reentering items ([#499](reactjs/react-transition-group#499)) ([129cb11](reactjs/react-transition-group@129cb11))
  • Loading branch information
GreenCat1996 committed May 9, 2019
1 parent 5e7ff99 commit 2c12688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/reactjs/react-transition-group/compare/v4.0.0...v4.0.1) (2019-05-09)


### Bug Fixes

* issue with dynamically applied classes not being properly removed for reentering items ([#499](https://github.com/reactjs/react-transition-group/issues/499)) ([129cb11](https://github.com/reactjs/react-transition-group/commit/129cb11))

# [4.0.0](https://github.com/reactjs/react-transition-group/compare/v3.0.0...v4.0.0) (2019-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
"version": "4.0.0",
"version": "4.0.1",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 2c12688

Please sign in to comment.