From 39daf308e7e3d90bf052e77ce89cad969163d3c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:50:22 -0700 Subject: [PATCH] Chore: Publish release (#354) --- .changeset/pretty-tigers-think.md | 5 ----- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/pretty-tigers-think.md diff --git a/.changeset/pretty-tigers-think.md b/.changeset/pretty-tigers-think.md deleted file mode 100644 index 34a3b75..0000000 --- a/.changeset/pretty-tigers-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add `will-change` property to the Transitions & Animation group. diff --git a/CHANGELOG.md b/CHANGELOG.md index e686608..df68278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.0 + +### Minor Changes + +- Add `will-change` property to the Transitions & Animation group. ([#353](https://github.com/stormwarning/stylelint-config-recess-order/pull/353)) + Thanks [@connor-baer](https://github.com/connor-baer)! + ## 4.4.0 — 2023-11-19 ### Minor Changes @@ -11,7 +18,7 @@ `mask` was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties. - `mask-border` properties are sorted above `mask` to highlight the fact that `mask` will reset `mask-border` to its initial value ([as per W3C spec](https://drafts.fxtf.org/css-masking/#the-mask)). I’m not familiar with this properties; if this order is problematic in practice, please file an issue! + `mask-border` properties are sorted above `mask` to highlight the fact that `mask` will reset `mask-border` to its initial value ([as per W3C spec](https://drafts.fxtf.org/css-masking/#the-mask)). I’m not familiar with these properties; if this order is problematic in practice, please file an issue! ### Patch Changes diff --git a/package.json b/package.json index 76d66c9..7ee69d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recess-order", - "version": "4.4.0", + "version": "4.5.0", "description": "Recess-based property sort order for Stylelint.", "keywords": [ "bootstrap",