Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cda0c5

Browse files
committedMar 14, 2019
chore(release): 2.6.1 [skip ci]
## [2.6.1](v2.6.0...v2.6.1) (2019-03-14) ### Bug Fixes * **package.json:** mark react-transition-group as side-effect free for webpack tree shaking ([#472](#472)) ([b81dc89](b81dc89))
1 parent bd1017c commit 0cda0c5

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.1](https://github.com/reactjs/react-transition-group/compare/v2.6.0...v2.6.1) (2019-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **package.json:** mark react-transition-group as side-effect free for webpack tree shaking ([#472](https://github.com/reactjs/react-transition-group/issues/472)) ([b81dc89](https://github.com/reactjs/react-transition-group/commit/b81dc89))
7+
18
# [2.6.0](https://github.com/reactjs/react-transition-group/compare/v2.5.3...v2.6.0) (2019-02-26)
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.6.0",
3+
"version": "2.6.1",
44
"description": "A react component toolset for managing animations",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.