Skip to content

Commit

Permalink
Prepare 8.0.0 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
jeddy3 and ybiquitous authored Jun 8, 2022
1 parent fdd5f29 commit cde0dfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 8.0.0

- Removed: `stylelint` less than `14.8.0` from peer dependencies.
- Added: `keyframe-block-no-duplicate-selectors` rule.

## 7.0.0

- Removed: `stylelint` less than `14.4.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 @@ -20,6 +20,7 @@ module.exports = {
'function-calc-no-unspaced-operator': true,
'function-linear-gradient-no-nonstandard-direction': true,
'function-no-unknown': true,
'keyframe-block-no-duplicate-selectors': true,
'keyframe-declaration-no-important': true,
'media-feature-name-no-unknown': true,
'named-grid-areas-no-invalid': true,
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
Expand Up @@ -59,6 +59,6 @@
"stylelint": "^14.8.5"
},
"peerDependencies": {
"stylelint": "^14.4.0"
"stylelint": "^14.8.0"
}
}

0 comments on commit cde0dfc

Please sign in to comment.