File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 4.5.0] - 2025-06-22
8
10
### Added
9
11
* Override ` at-rule-empty-line-before ` from ` stylelint-config-standard ` to
10
12
ignore ` @value ` at rules.
13
+ See https://github.com/pascalduez/stylelint-config-css-modules/pull/23
11
14
12
15
### Fixed
13
16
* Remove ` function-no-unknown ` overrides since that rule is not part
14
17
of ` stylelint-config-standard ` nor ` stylelint-config-standard-scss `
15
18
anymore.
19
+ See https://github.com/pascalduez/stylelint-config-css-modules/pull/22
16
20
17
21
## [ 4.4.1] - 2025-06-20
18
22
### Fixed
@@ -115,7 +119,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
115
119
## [ 0.1.0] - 2016-09-12
116
120
* Initial release.
117
121
118
- [ Unreleased ] : https://github.com/pascalduez/stylelint-config-css-modules/compare/4.4.1...HEAD
122
+ [ Unreleased ] : https://github.com/pascalduez/stylelint-config-css-modules/compare/4.5.0...HEAD
123
+ [ 4.5.0 ] : https://github.com/pascalduez/stylelint-config-css-modules/tags/4.5.0
119
124
[ 4.4.1 ] : https://github.com/pascalduez/stylelint-config-css-modules/tags/4.4.1
120
125
[ 4.4.0 ] : https://github.com/pascalduez/stylelint-config-css-modules/tags/4.4.0
121
126
[ 4.3.0 ] : https://github.com/pascalduez/stylelint-config-css-modules/tags/4.3.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-config-css-modules" ,
3
- "version" : " 4.4.1 " ,
3
+ "version" : " 4.5.0 " ,
4
4
"description" : " CSS modules shareable config for stylelint" ,
5
5
"keywords" : [
6
6
" stylelint" ,
You can’t perform that action at this time.
0 commit comments