Skip to content

Commit 72431b3

Browse files
authored
Prepare 33.0.0 (#288)
1 parent 43b2bd9 commit 72431b3

File tree

4 files changed

+136
-126
lines changed

4 files changed

+136
-126
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Changelog
22

3+
# 33.0.0
4+
5+
- Removed: `stylelint` less than `15.5.0` from peer dependencies.
6+
- Changed: updated to [`stylelint-config-recommended@12.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/12.0.0).
7+
- Changed: restored `declaration-block-single-line-max-declarations` removed on `30.0.0`.
8+
39
# 32.0.0
410

511
- Removed: `stylelint` less than `15.4.0` from peer dependencies.
6-
- Added: `media-feature-range-notation: "context"` rule
12+
- Added: `media-feature-range-notation: "context"` rule.
713

814
## 31.0.0
915

1016
- Removed: `stylelint` less than `15.3.0` from peer dependencies.
11-
- Changed: updated to [`stylelint-config-recommended@11.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/11.0.0)
17+
- Changed: updated to [`stylelint-config-recommended@11.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/11.0.0).
1218

1319
## 30.0.1
1420

15-
- Fixed: updated to [`stylelint-config-recommended@10.0.1`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1)
21+
- Fixed: updated to [`stylelint-config-recommended@10.0.1`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1).
1622

1723
## 30.0.0
1824

@@ -36,20 +42,20 @@
3642
## 27.0.0
3743

3844
- Removed: `stylelint` less than `14.10.0` from peer dependencies.
39-
- Changed: updated to [`stylelint-config-recommended@9.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/9.0.0)
45+
- Changed: updated to [`stylelint-config-recommended@9.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/9.0.0).
4046
- Added: `keyframe-selector-notation` rule.
4147

4248
## 26.0.0
4349

4450
- Removed: `stylelint` less than `14.9.0` from peer dependencies.
45-
- Changed: updated to [`stylelint-config-recommended@8.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/8.0.0)
51+
- Changed: updated to [`stylelint-config-recommended@8.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/8.0.0).
4652
- Added: `import-notation` rule.
4753
- Added: `selector-not-notation` rule.
4854

4955
## 25.0.0
5056

5157
- Removed: `stylelint` less than `14.4.0` from peer dependencies.
52-
- Changed: updated to [`stylelint-config-recommended@7.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/7.0.0)
58+
- Changed: updated to [`stylelint-config-recommended@7.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/7.0.0).
5359

5460
## 24.0.0
5561

@@ -92,12 +98,12 @@ We recommend using [Autoprefixer](https://github.com/postcss/autoprefixer) to au
9298
## 22.0.0
9399

94100
- Removed: `stylelint` less than `13.13.0` from peer dependencies.
95-
- Changed: updated to [`stylelint-config-recommended@5.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/5.0.0)
101+
- Changed: updated to [`stylelint-config-recommended@5.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/5.0.0).
96102

97103
## 21.0.0
98104

99105
- Removed: `stylelint` less than `13.12.0` from peer dependencies.
100-
- Changed: updated to [`stylelint-config-recommended@4.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/4.0.0)
106+
- Changed: updated to [`stylelint-config-recommended@4.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/4.0.0).
101107

102108
## 20.0.0
103109

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = {
5353
},
5454
],
5555
'declaration-block-no-redundant-longhand-properties': true,
56+
'declaration-block-single-line-max-declarations': 1,
5657
'declaration-empty-line-before': [
5758
'always',
5859
{

0 commit comments

Comments
 (0)