Skip to content

Commit f7f6b00

Browse files
author
Junaid Rasheed
authored
Merge pull request #1101 from junaidrsd/release-2.0.0
Release 2.0.0
2 parents e484344 + da94462 commit f7f6b00

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0 (2017-06-27)
2+
3+
* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
4+
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))
5+
6+
### Credits
7+
8+
Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release.
9+
10+
111
## 1.9.0 (2017-06-02)
212

313
**Breaking change**

CHANGELOG_LATEST.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 1.9.0 (2017-06-02)
1+
## 2.0.0 (2017-06-27)
22

3-
**Breaking change**
4-
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))
5-
* 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))
3+
* Replace smart quotes with straight quotes (#[1096](https://github.com/SC5/sc5-styleguide/pull/1096))
4+
* hamburger menu closed by default (#[1100](https://github.com/SC5/sc5-styleguide/pull/1100))
65

7-
* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))
6+
### Credits
7+
8+
Thanks to [Patrizio Sotgiu](https://github.com/patriziosotgiu) for contribution into this release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "1.9.0",
3+
"version": "2.0.0",
44
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
55
"bin": {
66
"styleguide": "./bin/styleguide"

0 commit comments

Comments
 (0)