Skip to content

Commit 1e0611b

Browse files
committed
v0.24.0
1 parent e6b9b92 commit 1e0611b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.1",
5+
"version": "0.24.0",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

packages/cli/package.json

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

packages/eslint-plugin/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/eslint-plugin",
3-
"version": "0.23.1",
3+
"version": "0.24.0",
44
"description": "ESLint plugin for html",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
@@ -45,7 +45,7 @@
4545
"accessibility"
4646
],
4747
"devDependencies": {
48-
"@html-eslint/parser": "^0.23.0",
48+
"@html-eslint/parser": "^0.24.0",
4949
"@types/eslint": "^8.56.2",
5050
"@types/estree": "^0.0.47",
5151
"es-html-parser": "^0.0.8",

packages/parser/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/parser",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "Parser for @html-eslint/eslint-plugin",
55
"author": "yeonjuan",
66
"homepage": "https://github.com/yeonjuan/html-eslint#readme",

packages/web-linter/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/web-linter",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "",
55
"private": true,
66
"main": "out/output.js",

packages/website/package.json

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

0 commit comments

Comments
 (0)