Skip to content

Commit

Permalink
chore(release): 1.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.12](v1.0.11...v1.0.12) (2018-11-23)

### Bug Fixes

* **dependencies:** added bootstrap-styled to dependencies ([43fb0b2](43fb0b2))
* **dependencies:** upgrade [@bootstrap-styled](https://github.com/bootstrap-styled)/provider and [@bootstrap-styled](https://github.com/bootstrap-styled)/toggle ([6340262](6340262))
* **dependencies:** Upgrade [@bootstrap-styled](https://github.com/bootstrap-styled)/provider to v1.3.0 ([7550c05](7550c05))

### Performance Improvements

* **babel:** Using Babel v7, added ImmutableJS react component, reducer and selectors ([0999006](0999006))
  • Loading branch information
semantic-release-bot committed Nov 23, 2018
1 parent d85b8d2 commit 83d1718
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.12](https://github.com/bootstrap-styled/redux/compare/v1.0.11...v1.0.12) (2018-11-23)


### Bug Fixes

* **dependencies:** added bootstrap-styled to dependencies ([43fb0b2](https://github.com/bootstrap-styled/redux/commit/43fb0b2))
* **dependencies:** upgrade [@bootstrap-styled](https://github.com/bootstrap-styled)/provider and [@bootstrap-styled](https://github.com/bootstrap-styled)/toggle ([6340262](https://github.com/bootstrap-styled/redux/commit/6340262))
* **dependencies:** Upgrade [@bootstrap-styled](https://github.com/bootstrap-styled)/provider to v1.3.0 ([7550c05](https://github.com/bootstrap-styled/redux/commit/7550c05))


### Performance Improvements

* **babel:** Using Babel v7, added ImmutableJS react component, reducer and selectors ([0999006](https://github.com/bootstrap-styled/redux/commit/0999006))

## [1.0.11](https://github.com/bootstrap-styled/redux/compare/v1.0.10...v1.0.11) (2018-11-19)


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/redux",
"version": "0.0.0-development",
"version": "1.0.12",
"description": "Bootstrap Styled redux store and component to store all your theme in one place",
"main": "lib/index.js",
"jsnext:main": "dist/@bootstrap-styled/redux.es.js",
Expand Down

0 comments on commit 83d1718

Please sign in to comment.