Skip to content

Commit

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

### Bug Fixes

* pass appear to CSSTransition callbacks ([#441](reactjs/react-transition-group#441)) ([df7adb4](reactjs/react-transition-group@df7adb4)), closes [#143](reactjs/react-transition-group#143)
  • Loading branch information
paxaxel223 committed Dec 20, 2018
1 parent f385f59 commit 8258df1
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.2](https://github.com/reactjs/react-transition-group/compare/v2.5.1...v2.5.2) (2018-12-20)


### Bug Fixes

* pass appear to CSSTransition callbacks ([#441](https://github.com/reactjs/react-transition-group/issues/441)) ([df7adb4](https://github.com/reactjs/react-transition-group/commit/df7adb4)), closes [#143](https://github.com/reactjs/react-transition-group/issues/143)

## [2.5.1](https://github.com/reactjs/react-transition-group/compare/v2.5.0...v2.5.1) (2018-12-10)


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

0 comments on commit 8258df1

Please sign in to comment.