Skip to content

Commit

Permalink
Chore: Publish release (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 6, 2024
1 parent ab5536f commit 39daf30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-tigers-think.md

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.5.0

### Minor Changes

- Add `will-change` property to the Transitions & Animation group. ([#353](https://github.com/stormwarning/stylelint-config-recess-order/pull/353))
Thanks [@connor-baer](https://github.com/connor-baer)!

## 4.4.0 — 2023-11-19

### Minor Changes
Expand All @@ -11,7 +18,7 @@

`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!
`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 these properties; if this order is problematic in practice, please file an issue!

### Patch Changes

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": "4.4.0",
"version": "4.5.0",
"description": "Recess-based property sort order for Stylelint.",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit 39daf30

Please sign in to comment.