Skip to content

Commit

Permalink
Prepare 32.0.0 (#284)
Browse files Browse the repository at this point in the history
Closes #275; also ref: stylelint/stylelint#6743
  • Loading branch information
mattxwang committed Apr 1, 2023
1 parent b15f330 commit 68bfda2
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 32.0.0

- Removed: `stylelint` less than `15.4.0` from peer dependencies.
- Added: `media-feature-range-notation: "context"` rule

## 31.0.0

- Removed: `stylelint` less than `15.3.0` from peer dependencies.
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports = {
},
],
'media-feature-name-no-vendor-prefix': true,
'media-feature-range-notation': 'context',
'number-max-precision': 4,
'property-no-vendor-prefix': true,
'rule-empty-line-before': [
Expand Down
65 changes: 32 additions & 33 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"remark-cli": "^11.0.0",
"stylelint": "^15.3.0"
"stylelint": "^15.4.0"
},
"peerDependencies": {
"stylelint": "^15.3.0"
"stylelint": "^15.4.0"
}
}

0 comments on commit 68bfda2

Please sign in to comment.