Skip to content

Commit e844146

Browse files
chore(release): 2.0.0 [skip ci]
1 parent 2cdf841 commit e844146

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [2.0.0](https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.1...2.0.0) (2025-09-08)
2+
3+
4+
### Code Refactoring
5+
6+
* remove concept of "direct assignments" ([2cdf841](https://github.com/simonsmith/stylelint-component-custom-property/commit/2cdf84156105ec485efa079f79ac8c64439847b3))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* this was prevent legit use of custom properties to
12+
override children:
13+
14+
```css
15+
.root {
16+
position: relative;
17+
18+
--SomeChild-width: 960px;
19+
}
20+
```
21+
22+
Instead we now just care about "API declarations"
23+
124
## [1.0.1](https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.0...1.0.1) (2025-09-04)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simonsmith/stylelint-component-custom-property",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Stylelint plugin that validates CSS custom properties in CSS modules to ensure they follow a component-based naming convention.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)