From cb8125c75c4d2dde21cbe21bc3cafff25e88ee48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Dec 2022 09:20:04 +0000 Subject: [PATCH] Prepare release --- .changeset/fifty-donuts-arrive.md | 5 ----- .changeset/itchy-seas-care.md | 5 ----- .changeset/rude-hornets-begin.md | 5 ----- .changeset/strong-hounds-exercise.md | 5 ----- CHANGELOG.md | 7 +++++++ 5 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 .changeset/fifty-donuts-arrive.md delete mode 100644 .changeset/itchy-seas-care.md delete mode 100644 .changeset/rude-hornets-begin.md delete mode 100644 .changeset/strong-hounds-exercise.md diff --git a/.changeset/fifty-donuts-arrive.md b/.changeset/fifty-donuts-arrive.md deleted file mode 100644 index d93636f78c..0000000000 --- a/.changeset/fifty-donuts-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `customSyntax` resolution with `configBasedir` diff --git a/.changeset/itchy-seas-care.md b/.changeset/itchy-seas-care.md deleted file mode 100644 index dacfed0db0..0000000000 --- a/.changeset/itchy-seas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `function-no-unknown` false positives for `scroll`, `-webkit-gradient`, `color-stop`, `from`, and `to` diff --git a/.changeset/rude-hornets-begin.md b/.changeset/rude-hornets-begin.md deleted file mode 100644 index d1aaf43d77..0000000000 --- a/.changeset/rude-hornets-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `declaration-block-no-duplicate-properties` autofix for `!important` diff --git a/.changeset/strong-hounds-exercise.md b/.changeset/strong-hounds-exercise.md deleted file mode 100644 index 1ee0481b98..0000000000 --- a/.changeset/strong-hounds-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option diff --git a/CHANGELOG.md b/CHANGELOG.md index c34ce14ef9..4e55fa254f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 14.16.1 + +- Fixed: `customSyntax` resolution with `configBasedir` ([#6536](https://github.com/stylelint/stylelint/pull/6536)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `declaration-block-no-duplicate-properties` autofix for `!important` ([#6528](https://github.com/stylelint/stylelint/pull/6528)) ([@sidx1024](https://github.com/sidx1024)). +- Fixed: `function-no-unknown` false positives for `scroll`, `-webkit-gradient`, `color-stop`, `from`, and `to` ([#6539](https://github.com/stylelint/stylelint/pull/6539)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option ([#6517](https://github.com/stylelint/stylelint/pull/6517)) ([@kimulaco](https://github.com/kimulaco)). + ## 14.16.0 - Added: `media-feature-range-notation` rule ([#6497](https://github.com/stylelint/stylelint/pull/6497)) ([@jeddy3](https://github.com/jeddy3)).