diff --git a/.changeset/nice-toes-reflect.md b/.changeset/nice-toes-reflect.md deleted file mode 100644 index 153aa6916c..0000000000 --- a/.changeset/nice-toes-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `declaration-property-value-no-unknown` false negatives for typed custom properties diff --git a/.changeset/popular-fishes-behave.md b/.changeset/popular-fishes-behave.md deleted file mode 100644 index 7f3f5dcd5f..0000000000 --- a/.changeset/popular-fishes-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `property-no-unknown` false positives for scroll-driven animations diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f94b6e878..961a1a3137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 15.10.3 + +- Fixed: `declaration-property-value-no-unknown` false negatives for typed custom properties ([#7078](https://github.com/stylelint/stylelint/pull/7078)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: `property-no-unknown` false positives for scroll-driven animations ([#7090](https://github.com/stylelint/stylelint/pull/7090)) ([@renato-bohler](https://github.com/renato-bohler)). + ## 15.10.2 - Fixed: `declaration-property-value-no-unknown` false negatives for nested declarations ([#7079](https://github.com/stylelint/stylelint/pull/7079)) ([@romainmenke](https://github.com/romainmenke)).