Skip to content

Commit db22121

Browse files
committed
Release v1.2.2
1 parent 26c97f2 commit db22121

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [v1.2.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.2.1...v1.2.2) (2018-05-24)
4+
5+
### Bug Fixes
6+
7+
* [#89]: Fix misnamed variables in the Less stylesheets
8+
* [#90]: Coerce NaN types to string when outputing DOM IDs
9+
310
## [v1.2.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.2.0...v1.2.1) (2018-05-10)
411

512
### Bug Fixes

examples/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-checkbox-tree",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A simple and elegant checkbox tree for React.",
55
"author": "Jake Zatecky",
66
"license": "MIT",

0 commit comments

Comments
 (0)