diff --git a/.changeset/cuddly-spies-impress.md b/.changeset/cuddly-spies-impress.md deleted file mode 100644 index 45ae24bd37..0000000000 --- a/.changeset/cuddly-spies-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support to `ignoreValues` for `value-no-vendor-prefix` diff --git a/.changeset/famous-deers-build.md b/.changeset/famous-deers-build.md deleted file mode 100644 index 260e1856bc..0000000000 --- a/.changeset/famous-deers-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `shorthand-property-no-redundant-values` false negatives for functions diff --git a/.changeset/hungry-teachers-bow.md b/.changeset/hungry-teachers-bow.md deleted file mode 100644 index 39d2133344..0000000000 --- a/.changeset/hungry-teachers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `value-no-vendor-prefix` false negatives/positives diff --git a/.changeset/little-mirrors-deny.md b/.changeset/little-mirrors-deny.md deleted file mode 100644 index 6daa3eeb23..0000000000 --- a/.changeset/little-mirrors-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `CosmiconfigResult` type error diff --git a/.changeset/serious-bees-burn.md b/.changeset/serious-bees-burn.md deleted file mode 100644 index 8a9e0d3cde..0000000000 --- a/.changeset/serious-bees-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `value-no-vendor-prefix` false negatives diff --git a/CHANGELOG.md b/CHANGELOG.md index 511d460b34..459778e609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 16.5.0 + +- Added: regex support to `ignoreValues` for `value-no-vendor-prefix` ([#7650](https://github.com/stylelint/stylelint/pull/7650)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `shorthand-property-no-redundant-values` false negatives for functions ([#7657](https://github.com/stylelint/stylelint/pull/7657)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `value-no-vendor-prefix` false negatives/positives ([#7654](https://github.com/stylelint/stylelint/pull/7654) & [#7658](https://github.com/stylelint/stylelint/pull/7658)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `CosmiconfigResult` type error ([#7661](https://github.com/stylelint/stylelint/pull/7661)) ([@ybiquitous](https://github.com/ybiquitous)). + ## 16.4.0 - Added: `no-unknown-custom-media` ([#7594](https://github.com/stylelint/stylelint/pull/7594)) ([@fpetrakov](https://github.com/fpetrakov)).