Skip to content

Commit 8ee807d

Browse files
committed
release: Release version 6.0.0
1 parent 8c66e05 commit 8ee807d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11

22

3+
## [6.0.0](https://github.com/MorevM/stylelint-config/compare/v5.5.0...v6.0.0) (2024-06-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **scss:** With new rule `scss/at-mixin-no-risky-nesting-selector` SCSS config becomes more strict.
9+
10+
### Features
11+
12+
* **scss:** Add `at-mixin-no-risky-nesting-selector` rule ([cb9ea60](https://github.com/MorevM/stylelint-config/commit/cb9ea601e0aaff7c8fb39509ca547afc3aad5497))
13+
14+
15+
### Documentation
16+
17+
* **css:** Fix stylistic rules docs links ([0ec4c3f](https://github.com/MorevM/stylelint-config/commit/0ec4c3fa0beb4b817ee77731256bd853d74f58b9))
18+
19+
20+
### Chores
21+
* Bump @stylistic/stylelint-plugin from 2.1.1 to 2.1.2 ([#299](https://github.com/MorevM/stylelint-config/issues/299)) ([2ba0e81](https://github.com/MorevM/stylelint-config/commit/2ba0e811990a761c87c3feb5eb32ac2a46b919d2))
22+
* Bump `stylelint-scss` from 6.2.1 to 6.3.0 ([9b4b882](https://github.com/MorevM/stylelint-config/commit/9b4b882e5885952afaa44a4f13289d1013babda3))
23+
* Bump stylelint from 16.4.0 to 16.6.1 ([#308](https://github.com/MorevM/stylelint-config/issues/308)) ([c49d455](https://github.com/MorevM/stylelint-config/commit/c49d455c938154b8b7be07cbcad2aef18fd347df))
24+
25+
26+
### CI improvements
27+
28+
* Extract latest changelog entry to GH release ([cfc3fb7](https://github.com/MorevM/stylelint-config/commit/cfc3fb7bc52a7c536eed58deb8b21edf53b2bdd2))
29+
330
## [5.5.0](https://github.com/MorevM/stylelint-config/compare/v5.4.1...v5.5.0) (2024-04-28)
431

532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@morev/stylelint-config",
33
"description": "Strict shareable Stylelint configuration",
44
"type": "module",
5-
"version": "5.5.0",
5+
"version": "6.0.0",
66
"private": false,
77
"engines": {
88
"node": ">=18.12.0"

0 commit comments

Comments
 (0)