Skip to content

Commit

Permalink
Prepare 27.0.0 (#256)
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 committed Aug 11, 2022
1 parent 5e282a7 commit b632f33
Show file tree
Hide file tree
Showing 4 changed files with 2,261 additions and 1,247 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 27.0.0

- Removed: `stylelint` less than `14.10.0` from peer dependencies.
- Changed: updated to [`stylelint-config-recommended@9.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/9.0.0)
- Added: `keyframe-selector-notation` rule.

## 26.0.0

- Removed: `stylelint` less than `14.9.0` from peer dependencies.
Expand Down
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -88,6 +88,7 @@ module.exports = {
'hue-degree-notation': 'angle',
'import-notation': 'string',
indentation: 2,
'keyframe-selector-notation': 'percentage-unless-within-keyword-only-block',
'keyframes-name-pattern': [
'^([a-z][a-z0-9]*)(-[a-z0-9]+)*$',
{
Expand Down

0 comments on commit b632f33

Please sign in to comment.