Skip to content

Commit

Permalink
Release 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pelkonen committed Jun 9, 2015
1 parent 4588b0b commit 64e7713
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 10 additions & 4 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))
* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 64e7713

Please sign in to comment.