Skip to content

Commit 4b78264

Browse files
committed
chore: release v1.2.0
1 parent 5dd5abf commit 4b78264

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.2.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.1.0...v1.2.0) (2024-2-20)
2+
3+
4+
### Features
5+
6+
* ` ignore: ["keyframe-selectors"]` to `selector-disallowed-list` ([62c8a1f](https://github.com/stylelint-types/stylelint-define-config/commit/62c8a1f68dc9f53b1f05942525ae60193a345dc7))
7+
* `checkContextFunctionalPseudoClasses: []` to `selector-max-id` ([775da81](https://github.com/stylelint-types/stylelint-define-config/commit/775da81bd54a64ee5356287c540d4f8f1df62c0d))
8+
* `media-query-no-invalid` specific problem messages ([c7cabbf](https://github.com/stylelint-types/stylelint-define-config/commit/c7cabbf287ec19bd3cc862fecc33536d9b92d054))
9+
* add `KebabCaseStandardPropertiesMap` type ([eb32e76](https://github.com/stylelint-types/stylelint-define-config/commit/eb32e76a8adc02187bb9901666abad602cb8b1f8))
10+
* add `lightness-notation` rule ([22992bb](https://github.com/stylelint-types/stylelint-define-config/commit/22992bb541b60e7db61fea20ab8215934f0bb302))
11+
* add viewport unit types ([4b844cc](https://github.com/stylelint-types/stylelint-define-config/commit/4b844cc451f7266578fc51d9516d663cfc6bebf7))
12+
* rename `@stylistic/stylelint-plugin` ([5c80fb7](https://github.com/stylelint-types/stylelint-define-config/commit/5c80fb7a533dde7eb9e967d3ecc905b832028b07))
13+
14+
15+
### Performance Improvements
16+
17+
* bump non-major deps to latest ([60fccd1](https://github.com/stylelint-types/stylelint-define-config/commit/60fccd1abd32e7f6690582704eb0136bede5a32e))
18+
19+
20+
121
# [1.1.0](https://github.com/stylelint-types/stylelint-define-config/compare/v1.0.2...v1.1.0) (2023-12-16)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stylelint-define-config",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
66
"description": "Provide a defineConfig function for stylelint.config.js files",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",

0 commit comments

Comments
 (0)