Skip to content

Commit

Permalink
chore(release): 2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.1](reactjs/react-transition-group@v2.5.0...v2.5.1) (2018-12-10)

### Bug Fixes

* prevent calling setState in TransitionGroup if it has been unmounted ([#435](reactjs/react-transition-group#435)) ([6d46b69](reactjs/react-transition-group@6d46b69))
  • Loading branch information
patrickm68 committed Dec 10, 2018
1 parent 4df40aa commit 1e95598
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 @@
## [2.5.1](https://github.com/reactjs/react-transition-group/compare/v2.5.0...v2.5.1) (2018-12-10)


### Bug Fixes

* prevent calling setState in TransitionGroup if it has been unmounted ([#435](https://github.com/reactjs/react-transition-group/issues/435)) ([6d46b69](https://github.com/reactjs/react-transition-group/commit/6d46b69))

# [2.5.0](https://github.com/reactjs/react-transition-group/compare/v2.4.0...v2.5.0) (2018-09-26)


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

0 comments on commit 1e95598

Please sign in to comment.