Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jul 20, 2023
1 parent cf70e1d commit b5986bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/wagtail/stylelint-config-wagtail/releases/tag/v0.7.0) - 2023-07-20

### Added

- 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)).
- 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)).
- Disallow `forced-color-adjust` ([#32](https://github.com/wagtail/stylelint-config-wagtail/issues/32), [#35](https://github.com/wagtail/stylelint-config-wagtail/pull/35)).

### Changed

- 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)).

## [0.6.0](https://github.com/wagtail/stylelint-config-wagtail/releases/tag/v0.6.0) - 2022-10-21

### Added
Expand Down
4 changes: 2 additions & 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wagtail/stylelint-config-wagtail",
"version": "0.6.0",
"version": "0.7.0",
"description": "Shareable Stylelint config for CSS and SCSS, following Wagtail’s code style",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b5986bb

Please sign in to comment.