diff --git a/.changeset/fuzzy-peaches-try.md b/.changeset/fuzzy-peaches-try.md deleted file mode 100644 index e8bfc80..0000000 --- a/.changeset/fuzzy-peaches-try.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -🎁 Add `inset-*` properties - -Fixes #241 diff --git a/.changeset/real-socks-juggle.md b/.changeset/real-socks-juggle.md deleted file mode 100644 index ebffbf4..0000000 --- a/.changeset/real-socks-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -🎁 Add `place-content` and `place-self` properties diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc408c..d2c119a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.5.0 + +### Minor Changes + +- [#242](https://github.com/stormwarning/stylelint-config-recess-order/pull/242) [`a8da2ff`](https://github.com/stormwarning/stylelint-config-recess-order/commit/a8da2ff6663be0355bb04ed3671560a46b5b0b66) Thanks [@xeho91](https://github.com/xeho91)! - 🎁 Add `inset-*` properties + + Fixes #241 + +* [#249](https://github.com/stormwarning/stylelint-config-recess-order/pull/249) [`40bb724`](https://github.com/stormwarning/stylelint-config-recess-order/commit/40bb7243f3720ebb858acb6dfc44137a35e33523) Thanks [@chalkygames123](https://github.com/chalkygames123)! - 🎁 Add `place-content` and `place-self` properties + ## 2.4.0 — 2021-04-19 #### Added @@ -7,7 +17,7 @@ - 🎁 Add `text-decoration-*` and `text-underline-*` properties [#224](https://github.com/stormwarning/stylelint-config-recess-order/pull/224) Order based on the [Text Decoration shorthand spec](https://drafts.csswg.org/css-text-decor-4/#text-decoration-property) Thanks [@cammarin](https://github.com/cammarin)! -- 🎁 Add `overscroll-behavior` properties [#229](https://github.com/stormwarning/stylelint-config-recess-order/pull/229) +- 🎁 Add `overscroll-behavior` properties [#229](https://github.com/stormwarning/stylelint-config-recess-order/pull/229) - 🎁 Add `font-variant-*` and related properties [#228](https://github.com/stormwarning/stylelint-config-recess-order/pull/228) Order based on [`font-variant` shorthand spec](https://www.w3.org/TR/css-fonts-3/#propdef-font-variant) order. @@ -86,11 +96,11 @@ #### Changed -- 📦 Upgrade dependency versions [#30](https://github.com/stormwarning/stylelint-config-recess-order/issues/30) +- 📦 Upgrade dependency versions [#30](https://github.com/stormwarning/stylelint-config-recess-order/issues/30) - `stylelint-order` now at `2.x.x` - Dev dependencies updated - Fixed sub-dependency vulnerabilities fixed per `npm audit` -- ✅ Add tests [#29](https://github.com/stormwarning/stylelint-config-recess-order/issues/29) +- ✅ Add tests [#29](https://github.com/stormwarning/stylelint-config-recess-order/issues/29) - Includes AVA test runner - Adds stylelint as a dev/peer dependency - Adds example code fixtures & basic tests diff --git a/package.json b/package.json index d66548f..822a674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recess-order", - "version": "2.4.0", + "version": "2.5.0", "description": "Recess-based property sort order for Stylelint.", "keywords": [ "bootstrap",