Skip to content

Commit

Permalink
Merge pull request #265 from kristerkari/release/3.2.0
Browse files Browse the repository at this point in the history
Prepare version 3.2.0
  • Loading branch information
kristerkari committed Jul 21, 2018
2 parents f5ccbe9 + f01cb4c commit f9fdc87
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 3.2.0

- Added: `no-dollar-variables` rule.
- Added: `ignoreInside` and `ignoreInsideAtRules` options to `no-duplicate-dollar-variables` rule.
- Fixed: `operator-no-unspaced` no longer warns for `unicode-range` property.

# 3.1.3

- Fixed: compatibility with non css syntaxes for `operator-no-newline-after` and `operator-no-newline-before` rules.
Expand Down
35 changes: 12 additions & 23 deletions 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
@@ -1,7 +1,7 @@
{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.1.3",
"version": "3.2.0",
"author": "Krister Kari",
"babel": {
"presets": [
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -4159,11 +4159,11 @@ postcss-scss@^1.0.2:
dependencies:
postcss "^6.0.3"

postcss-scss@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-1.0.5.tgz#40a10cfd03766accf0a3cf8e65a8af887b2bf6c4"
postcss-scss@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.0.0.tgz#248b0a28af77ea7b32b1011aba0f738bda27dea1"
dependencies:
postcss "^6.0.21"
postcss "^7.0.0"

postcss-selector-parser@^3.1.0:
version "3.1.1"
Expand Down Expand Up @@ -4214,14 +4214,6 @@ postcss@^6.0.16, postcss@^6.0.20:
source-map "^0.6.1"
supports-color "^5.3.0"

postcss@^6.0.21, postcss@^6.0.22:
version "6.0.22"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.22.tgz#e23b78314905c3b90cbd61702121e7a78848f2a3"
dependencies:
chalk "^2.4.1"
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^6.0.8:
version "6.0.14"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.14.tgz#5534c72114739e75d0afcf017db853099f562885"
Expand All @@ -4230,6 +4222,14 @@ postcss@^6.0.8:
source-map "^0.6.1"
supports-color "^4.4.0"

postcss@^7.0.0, postcss@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.1.tgz#db20ca4fc90aa56809674eea75864148c66b67fa"
dependencies:
chalk "^2.4.1"
source-map "^0.6.1"
supports-color "^5.4.0"

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
Expand Down

0 comments on commit f9fdc87

Please sign in to comment.