Skip to content

Commit

Permalink
Merge pull request #1101 from junaidrsd/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Junaid Rasheed committed Jun 27, 2017
2 parents e484344 + da94462 commit f7f6b00
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 2.0.0 (2017-06-27)

* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))

### Credits

Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release.


## 1.9.0 (2017-06-02)

**Breaking change**
Expand Down
11 changes: 6 additions & 5 deletions CHANGELOG_LATEST.md
@@ -1,7 +1,8 @@
## 1.9.0 (2017-06-02)
## 2.0.0 (2017-06-27)

**Breaking change**
Breaking change: Option excludeDefaultStyles changed to includeDefaultStyles for better clarification. The default value of this option is true. (#[for more details](https://github.com/SC5/sc5-styleguide#build-options))
* Fix #1088 customstyles missing on clean install (#[1093](https://github.com/SC5/sc5-styleguide/pull/1093)) (#[1094](https://github.com/SC5/sc5-styleguide/pull/1094))
* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))

* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))
### Credits

Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sc5-styleguide",
"version": "1.9.0",
"version": "2.0.0",
"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 f7f6b00

Please sign in to comment.