Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2018-12-10)

### Bug Fixes

* **dependencies:** Added gitter badges and updated dependencies ([6821eba](6821eba))
* **doc:** AnimationPanel now working ([9634393](9634393))
* **grayscale:** fix GrayScale ([8037f6b](8037f6b))
* **keyframes:** better default splitting ([e072fce](e072fce))

### Features

* **keyframes:** split keyframes code so we can generate keyframe without components ([4df23f5](4df23f5))
  • Loading branch information
semantic-release-bot committed Dec 10, 2018
1 parent 7a54e9d commit 059dcda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/bootstrap-styled/motion/compare/v1.0.1...v1.1.0) (2018-12-10)


### Bug Fixes

* **dependencies:** Added gitter badges and updated dependencies ([6821eba](https://github.com/bootstrap-styled/motion/commit/6821eba))
* **doc:** AnimationPanel now working ([9634393](https://github.com/bootstrap-styled/motion/commit/9634393))
* **grayscale:** fix GrayScale ([8037f6b](https://github.com/bootstrap-styled/motion/commit/8037f6b))
* **keyframes:** better default splitting ([e072fce](https://github.com/bootstrap-styled/motion/commit/e072fce))


### Features

* **keyframes:** split keyframes code so we can generate keyframe without components ([4df23f5](https://github.com/bootstrap-styled/motion/commit/4df23f5))

## [1.0.1](https://github.com/bootstrap-styled/motion/compare/v1.0.0...v1.0.1) (2018-12-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bootstrap-styled/motion",
"version": "1.0.1",
"version": "1.1.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",
Expand Down

0 comments on commit 059dcda

Please sign in to comment.