Skip to content

Commit

Permalink
Merge pull request #750 from SC5/dev
Browse files Browse the repository at this point in the history
Release 0.3.29
  • Loading branch information
varya committed Aug 13, 2015
2 parents c2c5802 + 6b0aa53 commit 93bd9a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.29 (2015-08-13)

* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746))
* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745))

## 0.3.28 (2015-08-06)

* Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738))
Expand Down
7 changes: 3 additions & 4 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 0.3.28 (2015-08-06)
## 0.3.29 (2015-08-13)

* Name the main CSS file with prefix. (Fix #737) (#[738](https://github.com/SC5/sc5-styleguide/pull/738))
* Grunt example is missing overviewPath (#[732](https://github.com/SC5/sc5-styleguide/pull/732))
* Missing lines in TOC (#[731](https://github.com/SC5/sc5-styleguide/pull/731))
* Do not use Helvetica Neue. Fix #742 (#[746](https://github.com/SC5/sc5-styleguide/pull/746))
* Missing files in dist. Fix #734 (#[745](https://github.com/SC5/sc5-styleguide/pull/745))

4 changes: 2 additions & 2 deletions lib/app/sass/_styleguide_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $active-section-header-ref-color: $section-header-ref-color !default;
$active-section-header-text-color: $section-header-text-color !default;

// Fonts
$primary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$secondary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$primary-font: Helvetica, Arial, sans-serif !default;
$secondary-font: Helvetica, Arial, sans-serif !default;

$min-content-margin: 13px !default;
$content-margin: 30px !default;
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": "sc5-styleguide",
"version": "0.3.28",
"version": "0.3.29",
"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 93bd9a6

Please sign in to comment.