Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2021
1 parent a8da2ff commit e92eead
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/fuzzy-peaches-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-socks-juggle.md

This file was deleted.

16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# 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

- 🎁 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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e92eead

Please sign in to comment.