From 9d83fb5ee318cc12a6b19d066f6ba71b64968cae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Aug 2023 02:14:05 +0000 Subject: [PATCH] Prepare 15.10.3 --- .changeset/nice-toes-reflect.md | 5 ----- .changeset/popular-fishes-behave.md | 5 ----- CHANGELOG.md | 5 +++++ 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 .changeset/nice-toes-reflect.md delete mode 100644 .changeset/popular-fishes-behave.md 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)).