Skip to content

Commit b5986bb

Browse files
committed
Release v0.7.0
1 parent cf70e1d commit b5986bb

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0](https://github.com/wagtail/stylelint-config-wagtail/releases/tag/v0.7.0) - 2023-07-20
11+
12+
### Added
13+
14+
- Enforce [keyframe-block-no-duplicate-selectors](https://stylelint.io/user-guide/rules/keyframe-block-no-duplicate-selectors/) ([#34](https://github.com/wagtail/stylelint-config-wagtail/pull/34)).
15+
- Enforce [selector-anb-no-unmatchable](https://stylelint.io/user-guide/rules/selector-anb-no-unmatchable/) ([#34](https://github.com/wagtail/stylelint-config-wagtail/pull/34)).
16+
- Disallow `forced-color-adjust` ([#32](https://github.com/wagtail/stylelint-config-wagtail/issues/32), [#35](https://github.com/wagtail/stylelint-config-wagtail/pull/35)).
17+
18+
### Changed
19+
20+
- Upgrade to Stylelint 15, and latest versions of `stylelint-config-prettier-scss`, `stylelint-config-recommended-scss`, `stylelint-declaration-strict-value`, `stylelint-order` ([#34](https://github.com/wagtail/stylelint-config-wagtail/pull/34)).
21+
1022
## [0.6.0](https://github.com/wagtail/stylelint-config-wagtail/releases/tag/v0.6.0) - 2022-10-21
1123

1224
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wagtail/stylelint-config-wagtail",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Shareable Stylelint config for CSS and SCSS, following Wagtail’s code style",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)