Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](reactjs/react-transition-group@v2.8.0...v2.9.0) (2019-04-06)

### Features

* **CSSTransition:** add "done" class for appear ([fe3c156](reactjs/react-transition-group@fe3c156)), closes [#383](reactjs/react-transition-group#383) [#327](reactjs/react-transition-group#327) [#327](reactjs/react-transition-group#327)

### Reverts

* bump semantic release dependencies ([1bdcaec](reactjs/react-transition-group@1bdcaec))
  • Loading branch information
paxaxel223 committed Apr 6, 2019
1 parent 70883d7 commit c771aac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [2.9.0](https://github.com/reactjs/react-transition-group/compare/v2.8.0...v2.9.0) (2019-04-06)


### Features

* **CSSTransition:** add "done" class for appear ([fe3c156](https://github.com/reactjs/react-transition-group/commit/fe3c156)), closes [#383](https://github.com/reactjs/react-transition-group/issues/383) [#327](https://github.com/reactjs/react-transition-group/issues/327) [#327](https://github.com/reactjs/react-transition-group/issues/327)


### Reverts

* bump semantic release dependencies ([1bdcaec](https://github.com/reactjs/react-transition-group/commit/1bdcaec))

# [2.8.0](https://github.com/reactjs/react-transition-group/compare/v2.7.1...v2.8.0) (2019-04-02)


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

0 comments on commit c771aac

Please sign in to comment.