Skip to content

Commit 70ab2a6

Browse files
Publish release (stormwarning#419)
1 parent ab7d432 commit 70ab2a6

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
lines changed

.changeset/gold-peas-ring.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/social-clubs-smell.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- Add font synthesis properties ([#418](https://github.com/stormwarning/stylelint-config-recess-order/pull/418))
8+
9+
- [`font-synthesis`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis)
10+
- [`font-synthesis-weight`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-weight)
11+
- [`font-synthesis-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-style)
12+
- [`font-synthesis-small-caps`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-small-caps)
13+
14+
- Add missing Animation properties ([#417](https://github.com/stormwarning/stylelint-config-recess-order/pull/417))
15+
16+
- [`animation-fill-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode)
17+
- [`animation-composition`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-composition)
18+
319
## 7.1.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-recess-order",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Recess-based property sort order for Stylelint.",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)