Skip to content

Commit 6290397

Browse files
committed
v0.23.1
1 parent 42c7e60 commit 6290397

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.23.0",
5+
"version": "0.23.1",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/cli",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "HTML-ESLint CLI",
55
"author": "yeonjuan <[email protected]>",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/yeonjuan/html-eslint/issues"
2828
},
2929
"dependencies": {
30-
"@html-eslint/eslint-plugin": "^0.23.0",
30+
"@html-eslint/eslint-plugin": "^0.23.1",
3131
"@html-eslint/parser": "^0.23.0",
3232
"axios": "^1.6.2",
3333
"chalk": "^4.1.1",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-eslint/eslint-plugin",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "ESLint plugin for html",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"private": true,
55
"scripts": {
66
"clear:cache": "rimraf ../../parcel-cache",
@@ -11,7 +11,7 @@
1111
"deploy": "yarn build && firebase deploy"
1212
},
1313
"dependencies": {
14-
"@html-eslint/eslint-plugin": "^0.23.0",
14+
"@html-eslint/eslint-plugin": "^0.23.1",
1515
"@html-eslint/parser": "^0.23.0",
1616
"@html-eslint/web-linter": "^0.23.0",
1717
"codemirror": "^5.58.3"

0 commit comments

Comments
 (0)