Skip to content

Commit 4e244c3

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.1...v2.0.0) (2019-01-17) ### Bug Fixes * **composeAnimation:** fixed props inline, added props inlineBlock ([926f025](926f025)) ### BREAKING CHANGES * **composeAnimation:** inline props now addClass d-inline to animation instead of d-inline-block
1 parent fcdf695 commit 4e244c3

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/bootstrap-styled/motion/compare/v1.2.1...v2.0.0) (2019-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **composeAnimation:** fixed props inline, added props inlineBlock ([926f025](https://github.com/bootstrap-styled/motion/commit/926f025))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **composeAnimation:** inline props now addClass d-inline to animation instead of d-inline-block
12+
113
## [1.2.1](https://github.com/bootstrap-styled/motion/compare/v1.2.0...v1.2.1) (2019-01-09)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bootstrap-styled/motion",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Bootstrap Styled Motion provide CSS3 animation through a set of React Components and keyframes",
55
"homepage": "https://bootstrap-styled.github.io/motion",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)