From f9bcc2bc7e4851d83c9417e89c04f18f856ccb9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Nov 2021 18:12:36 +0000 Subject: [PATCH] Version Packages --- .changeset/orange-jokes-explode.md | 12 ------------ .changeset/ten-wombats-cheer.md | 6 ------ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 4 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 .changeset/orange-jokes-explode.md delete mode 100644 .changeset/ten-wombats-cheer.md diff --git a/.changeset/orange-jokes-explode.md b/.changeset/orange-jokes-explode.md deleted file mode 100644 index 8f80598..0000000 --- a/.changeset/orange-jokes-explode.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add `@font-face`–specific properties - -Adds `src` and [other properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face) -pertaining to display and metrics following the list properties in -the typography group. - -Also adds the `font-variation-settings` and `font-optical-sizing` -OpenType properties. diff --git a/.changeset/ten-wombats-cheer.md b/.changeset/ten-wombats-cheer.md deleted file mode 100644 index 1bf8c9d..0000000 --- a/.changeset/ten-wombats-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add `aspect-ratio` and logical properties -[CSS Logical Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) control layout based on the writing mode. diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a9d12..3e3e229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.6.0 + +### Minor Changes + +- [#271](https://github.com/stormwarning/stylelint-config-recess-order/pull/271) [`4fbc8e7`](https://github.com/stormwarning/stylelint-config-recess-order/commit/4fbc8e78ea572c9b78fccddb361bb5fac522747a) Thanks [@stormwarning](https://github.com/stormwarning)! - Add `@font-face`–specific properties + + Adds `src` and [other properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face) + pertaining to display and metrics following the list properties in + the typography group. + + Also adds the `font-variation-settings` and `font-optical-sizing` + OpenType properties. + +* [#257](https://github.com/stormwarning/stylelint-config-recess-order/pull/257) [`73eb83f`](https://github.com/stormwarning/stylelint-config-recess-order/commit/73eb83f4af49d345abed76f2de2ff2c6df4ef9c0) Thanks [@4dr1en](https://github.com/4dr1en)! - Add `aspect-ratio` and logical properties + [CSS Logical Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) control layout based on the writing mode. + ## 2.5.0 — 2021-08-15 #### Added diff --git a/package.json b/package.json index f800772..79d3df9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recess-order", - "version": "2.5.0", + "version": "2.6.0", "description": "Recess-based property sort order for Stylelint.", "keywords": [ "bootstrap",