Skip to content

Commit 9139c33

Browse files
committed
release(stylelint-config): v0.2.1
1 parent 8b1e959 commit 9139c33

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/stylelint-config/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.1](https://github.com/vexip-ui/lint-config/compare/stylelint-config@0.2.0...stylelint-config@0.2.1) (2023-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **stylelint-config:** add allow any for stylelint ([e0e412f](https://github.com/vexip-ui/lint-config/commit/e0e412f8a85b3e1f9c4dff3a9a13890b4167b33e))
7+
8+
9+
110
# [0.2.0](https://github.com/vexip-ui/lint-config/compare/stylelint-config@0.1.1...stylelint-config@0.2.0) (2023-02-24)
211

312

packages/stylelint-config/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vexip-ui/stylelint-config",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"author": "qmhc",
66
"homepage": "https://github.com/vexip-ui/lint-config",
@@ -31,7 +31,9 @@
3131
"pnpm": {
3232
"peerDependencyRules": {
3333
"allowedVersions": {
34-
"allowAny": ["stylelint"]
34+
"allowAny": [
35+
"stylelint"
36+
]
3537
}
3638
}
3739
}

0 commit comments

Comments
 (0)