From 4e244c3d3c04e1279291d3d52ffc68ef24ae33d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Jan 2019 08:55:10 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/bootstrap-styled/motion/compare/v1.2.1...v2.0.0) (2019-01-17) ### Bug Fixes * **composeAnimation:** fixed props inline, added props inlineBlock ([926f025](https://github.com/bootstrap-styled/motion/commit/926f025)) ### BREAKING CHANGES * **composeAnimation:** inline props now addClass d-inline to animation instead of d-inline-block --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b483d9..4e16168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/bootstrap-styled/motion/compare/v1.2.1...v2.0.0) (2019-01-17) + + +### Bug Fixes + +* **composeAnimation:** fixed props inline, added props inlineBlock ([926f025](https://github.com/bootstrap-styled/motion/commit/926f025)) + + +### BREAKING CHANGES + +* **composeAnimation:** inline props now addClass d-inline to animation instead of d-inline-block + ## [1.2.1](https://github.com/bootstrap-styled/motion/compare/v1.2.0...v1.2.1) (2019-01-09) diff --git a/package.json b/package.json index 88bc912..5067b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/motion", - "version": "1.2.1", + "version": "2.0.0", "description": "Bootstrap Styled Motion provide CSS3 animation through a set of React Components and keyframes", "homepage": "https://bootstrap-styled.github.io/motion", "main": "lib/index.js",