Skip to content

Commit 7e6785b

Browse files
chore(release): 2.6.0 [skip ci]
# [2.6.0](v2.5.3...v2.6.0) (2019-02-26) ### Features * add appear timeout ([#462](#462)) ([52cdc34](52cdc34))
1 parent 52cdc34 commit 7e6785b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.6.0](https://github.com/reactjs/react-transition-group/compare/v2.5.3...v2.6.0) (2019-02-26)
2+
3+
4+
### Features
5+
6+
* add appear timeout ([#462](https://github.com/reactjs/react-transition-group/issues/462)) ([52cdc34](https://github.com/reactjs/react-transition-group/commit/52cdc34))
7+
18
## [2.5.3](https://github.com/reactjs/react-transition-group/compare/v2.5.2...v2.5.3) (2019-01-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-group",
3-
"version": "2.5.3",
3+
"version": "2.6.0",
44
"description": "A react component toolset for managing animations",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)