From 9a8e1d87538879f6b95bee2fe5a29c1d3c937824 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:12:37 -0700 Subject: [PATCH] Chore: Publish release (#348) --- .changeset/four-dolls-brake.md | 5 ----- .changeset/fuzzy-balloons-act.md | 12 ------------ CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 4 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 .changeset/four-dolls-brake.md delete mode 100644 .changeset/fuzzy-balloons-act.md diff --git a/.changeset/four-dolls-brake.md b/.changeset/four-dolls-brake.md deleted file mode 100644 index 4b2691c..0000000 --- a/.changeset/four-dolls-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'stylelint-config-recess-order': patch ---- - -Fix `block-size` property support diff --git a/.changeset/fuzzy-balloons-act.md b/.changeset/fuzzy-balloons-act.md deleted file mode 100644 index bc11370..0000000 --- a/.changeset/fuzzy-balloons-act.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add Masking properties - -- [`mask-border`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-border) and related longhand properties -- [`mask`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask) and related longhand properties - -`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! diff --git a/CHANGELOG.md b/CHANGELOG.md index 047fd60..e686608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 4.4.0 — 2023-11-19 + +### Minor Changes + +- Add Masking properties [#349](https://github.com/stormwarning/stylelint-config-recess-order/pull/349) + + - [`mask-border`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-border) and related longhand properties + - [`mask`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask) and related longhand properties + + `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! + +### Patch Changes + +- Fix `block-size` property support [#346](https://github.com/stormwarning/stylelint-config-recess-order/pull/346) + Thanks [@azat-io](https://github.com/azat-io)! + ## 4.3.0 — 2023-07-10 ### Minor Changes diff --git a/package.json b/package.json index e31b65f..b6e55b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recess-order", - "version": "4.3.0", + "version": "4.4.0", "description": "Recess-based property sort order for Stylelint.", "keywords": [ "bootstrap",