Skip to content

Commit

Permalink
πŸ”– Publish release (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeff <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2021
1 parent a8da2ff commit a214b12
Show file tree
Hide file tree
Showing 4 changed files with 13 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.

15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Change Log

## 2.5.0 β€” 2021-08-15

#### Added

- 🎁 Add `inset-*` properties [#242](https://github.com/stormwarning/stylelint-config-recess-order/pull/242)
Thanks [@xeho91](https://github.com/xeho91)!
- 🎁 Add `place-content` and `place-self` properties [#249](https://github.com/stormwarning/stylelint-config-recess-order/pull/249)
Thanks [@chalkygames123](https://github.com/chalkygames123), [@ModyQyW](https://github.com/ModyQyW)!

## 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 +95,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 a214b12

Please sign in to comment.