diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b01fcc..661b373f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.3.20 (2015-06-09) + +## Features + +* Possibility to define custom UI colors (#[645](https://github.com/SC5/sc5-styleguide/pull/645)) +* Add customColors documentation (#[648](https://github.com/SC5/sc5-styleguide/pull/648)) + +### Fixes + +* Minor fixes. Remove extra header margin and fix typo (#[646](https://github.com/SC5/sc5-styleguide/pull/646)) +* Fix SCSS mixing parsing and add tests, (#[643](https://github.com/SC5/sc5-styleguide/pull/643), closes [#477](https://github.com/SC5/sc5-styleguide/issues/477)) + +### Improvements + +* Clean up default suffix on variable values (#[647](https://github.com/SC5/sc5-styleguide/pull/647)) +* Update dependencies (#[644](https://github.com/SC5/sc5-styleguide/pull/644)) + ## 0.3.19 (2015-06-03) ### Fixes diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index d7a32685..8919af57 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,10 +1,16 @@ -## 0.3.19 (2015-06-03) +## 0.3.20 (2015-06-09) + +## Features + +* Possibility to define custom UI colors (#[645](https://github.com/SC5/sc5-styleguide/pull/645)) +* Add customColors documentation (#[648](https://github.com/SC5/sc5-styleguide/pull/648)) ### Fixes -* Update designer tool references when switching page (#[638](https://github.com/SC5/sc5-styleguide/pull/638)) -* Fix color helper not to overflow from container (#[636](https://github.com/SC5/sc5-styleguide/pull/636)) +* Minor fixes. Remove extra header margin and fix typo (#[646](https://github.com/SC5/sc5-styleguide/pull/646)) +* Fix SCSS mixing parsing and add tests, (#[643](https://github.com/SC5/sc5-styleguide/pull/643), closes [#477](https://github.com/SC5/sc5-styleguide/issues/477)) ### Improvements -* Upgrade gonzales-pe to 3.0.0-29 (#[637](https://github.com/SC5/sc5-styleguide/pull/637)) \ No newline at end of file +* Clean up default suffix on variable values (#[647](https://github.com/SC5/sc5-styleguide/pull/647)) +* Update dependencies (#[644](https://github.com/SC5/sc5-styleguide/pull/644)) \ No newline at end of file diff --git a/package.json b/package.json index f8d59630..e0a714e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "0.3.19", + "version": "0.3.20", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide"