Skip to content

Commit

Permalink
Merge pull request #254 from kristerkari/release/3.1.1
Browse files Browse the repository at this point in the history
Prepare version 3.1.1
  • Loading branch information
kristerkari committed Jun 14, 2018
2 parents cb9c06b + ff7eebc commit 8f79877
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.1

- Fixed: `operator-no-newline-before` and `operator-no-unspaced` rules were throwing an error when using CSS custom properties.

# 3.1.0

- Added: `no-duplicate-dollar-variables` rule.
Expand Down Expand Up @@ -59,7 +63,7 @@ This version updates stylelint to version 8 and removes 2 rules that were deprec
- Breaking changes:
- Updated: stylelint dependency from version 7 to version 8.
- Changed: stylelint is now listed in `peerDependencies` instead of `dependencies`. This means that you need to have `stylelint` installed in your project before using `stylelint-scss`.
- Changed: white/blacklists and ignore* options to be case sensitive by default. See https://github.com/stylelint/stylelint/pull/2709
- Changed: white/blacklists and ignore\* options to be case sensitive by default. See https://github.com/stylelint/stylelint/pull/2709
- Removed: 2 deprecated rules
- `at-import-no-partial-extension`
- `at-mixin-no-argumentless-call-parentheses`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.1.0",
"version": "3.1.1",
"author": "Krister Kari",
"babel": {
"presets": [
Expand Down

0 comments on commit 8f79877

Please sign in to comment.