Skip to content

Commit 3f584c4

Browse files
committed
Prepare version 2.1.1
1 parent 4d2f19d commit 3f584c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.1.1
2+
3+
- Fixed: do not warn for `:root` pseudo selector (CSS variables).
4+
15
## v2.1.0
26

37
- Added: support for ICSS `:export` block (don't show warnings).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-react-native-css-modules",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Shareable stylelint config for React Native CSS modules",
55
"main": "index.js",
66
"files": ["index.js", "CHANGELOG.md", "README.md"],

0 commit comments

Comments
 (0)