Skip to content

Commit ff0fde9

Browse files
author
Junaid Rasheed
authored
Merge pull request #986 from junaidrsd/release-1.1.1
Release 1.1.1
2 parents 5b63992 + c382c91 commit ff0fde9

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.1 (2016-08-04)
2+
3+
### Improvement
4+
* class name added to shadow-dom and section (#[985](https://github.com/SC5/sc5-styleguide/pull/985))
5+
16
## 1.1.0 (2016-08-03)
27

38
### Features

CHANGELOG_LATEST.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
## 1.1.0 (2016-08-03)
1+
## 1.1.1 (2016-08-04)
22

3-
### Features
4-
* Configurable dependencies (#[974](https://github.com/SC5/sc5-styleguide/pull/974))
3+
### Improvement
4+
* class name added to shadow-dom and section (#[985](https://github.com/SC5/sc5-styleguide/pull/985))
55

6-
### Improvements
7-
* Avoid nested paragraphs in description (#[980](https://github.com/SC5/sc5-styleguide/pull/980))
8-
* #961 Tweak bemto.jade path dynamically (#[962](https://github.com/SC5/sc5-styleguide/pull/962))
9-
* Test for $var: $var; declarations in SCSS Fix #496. (#[954](https://github.com/SC5/sc5-styleguide/pull/954))
10-
* enhanced custom styles accessibility to navbar by adding class names … (#[972](https://github.com/SC5/sc5-styleguide/pull/972))
11-
12-
### Fixes
13-
* Fix angular-mocks version (#[973](https://github.com/SC5/sc5-styleguide/pull/973))
14-
* Scrolling from javascript not working when overflow: auto is set on body. (#[956](https://github.com/SC5/sc5-styleguide/pull/956), closes [#42](https://github.com/SC5/sc5-styleguide/issues/42))
15-
16-
### Documentation
17-
* Typos in readme.md (#[971](https://github.com/SC5/sc5-styleguide/pull/971))
18-
* Link to a blog post about advanced adjustment (#[952](https://github.com/SC5/sc5-styleguide/pull/952))
19-
20-
### Credits
21-
22-
Thanks to [Gambit3](https://github.com/gambit3), [Marc](https://github.com/soulfresh).
23-
[Philippe Vayssière](https://github.com/PhilippeVay) and [Yutaro Miyazaki](https://github.com/vwxyutarooo)
24-
for making this release to happen.

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.1.0",
3+
"version": "1.1.1",
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)