Skip to content

Commit 7510efd

Browse files
Release version 1.0.7, Ref: DEV-748
1 parent b3a0d08 commit 7510efd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.0.7: 2026-02-06
2+
3+
* Add exclude patterns for wp-scripts generated blocks files, Ref: DEV-748
4+
15
### 1.0.6: 2026-01-30
26

37
* Support both `front-end.css` and `global.css` for air-light 10.0.0+, Ref: DEV-720

DCS/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<exclude-pattern>*/mu-plugins/bedrock-autoloader*</exclude-pattern>
2525
<exclude-pattern>*/content/db.php</exclude-pattern>
2626
<exclude-pattern>scripts/Roots/*</exclude-pattern>
27+
<exclude-pattern>*/blocks/*.asset.php</exclude-pattern>
28+
<exclude-pattern>*/blocks/*.js</exclude-pattern>
29+
<exclude-pattern>*/blocks/*.css</exclude-pattern>
2730

2831
<!-- Suppress deprecation warnings -->
2932
<config name="ignore_warnings_on_exit" value="1"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digitoimistodude/stylelint-config",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Dude's shareable stylelint config for SCSS",
55
"main": "stylelint.config.js",
66
"repository": {

0 commit comments

Comments
 (0)