Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2018-12-21)

### Bug Fixes

* **dependencies:** upgrade all dependencies ([c44f9ee](c44f9ee))
  • Loading branch information
semantic-release-bot committed Dec 21, 2018
1 parent 6b69393 commit 01e5bb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.2](https://github.com/bootstrap-styled/toggle/compare/v1.2.1...v1.2.2) (2018-12-21)


### Bug Fixes

* **dependencies:** upgrade all dependencies ([c44f9ee](https://github.com/bootstrap-styled/toggle/commit/c44f9ee))

## [1.2.1](https://github.com/bootstrap-styled/toggle/compare/v1.2.0...v1.2.1) (2018-12-19)


Expand Down
1 change: 1 addition & 0 deletions lib/components/Toggle/tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ describe('<Toggle />', function () {
it('should not have ToggleOptions if props.values is not defined', function () {
var renderedComponent = (0, _enzyme.shallow)(_react.default.createElement(_index.default, null));
expect(renderedComponent.contains(_react.default.createElement(_Option.default, null, "--"))).toBe(true);
console.log(renderedComponent.debug());
expect(renderedComponent.find('Option').length).toBe(1);
});
it('should have ToggleOptions if props.values is defined', function () {
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/toggle",
"version": "1.2.1",
"version": "1.2.2",
"description": "Toggle option made with bootstrap and optionaly use react-intl or any other ui component",
"main": "lib/index.js",
"jsnext:main": "dist/@bootstrap-styled/toggle.es.js",
Expand Down

0 comments on commit 01e5bb0

Please sign in to comment.