From 45426d7964288c4bb385e2165eb3d31a29965ea6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Apr 2019 17:06:33 +0000 Subject: [PATCH] chore(release): 2.8.0 [skip ci] # [2.8.0](/~https://github.com/reactjs/react-transition-group/compare/v2.7.1...v2.8.0) (2019-04-02) ### Features * add support for empty classNames ([#481](/~https://github.com/reactjs/react-transition-group/issues/481)) ([d755dc6](/~https://github.com/reactjs/react-transition-group/commit/d755dc6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f25e62f..4f5d1772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.8.0](/~https://github.com/reactjs/react-transition-group/compare/v2.7.1...v2.8.0) (2019-04-02) + + +### Features + +* add support for empty classNames ([#481](/~https://github.com/reactjs/react-transition-group/issues/481)) ([d755dc6](/~https://github.com/reactjs/react-transition-group/commit/d755dc6)) + ## [2.7.1](/~https://github.com/reactjs/react-transition-group/compare/v2.7.0...v2.7.1) (2019-03-25) diff --git a/package.json b/package.json index 709bda32..325b585b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-transition-group", - "version": "2.7.1", + "version": "2.8.0", "description": "A react component toolset for managing animations", "main": "lib/index.js", "scripts": {