diff --git a/.changeset/pre.json b/.changeset/pre.json index 7b43d6bd..9dc52729 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "@10up/library-ts-test": "2.1.5" }, "changesets": [ + "funny-dogs-learn", "gentle-falcons-shop", "good-pumas-teach", "grumpy-experts-wait", @@ -18,6 +19,7 @@ "healthy-radios-own", "hot-crabs-exercise", "mean-pens-juggle", + "pink-dots-grab", "rare-ducks-hang", "six-crabs-cry", "smooth-trees-pump", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index a44d7172..69712501 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.0-next.1 + +### Patch Changes + +- 5734ef9: Update `custom-property-pattern` regular expression to also match custom properties that use a singular `-` as a group separator +- ae04aa8: fix update custom property pattern to also allow for single `-` separator + ## 3.0.0-next.0 ### Major Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index efb03020..3b9f2d36 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@10up/stylelint-config", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "10up stylelint config for WordPress projects", "main": "index.js", "homepage": "https://github.com/10up/10up-toolkit/tree/develop/packages/stylelint-config#readme",