Skip to content

Commit

Permalink
v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Jan 27, 2024
1 parent 42c7e60 commit 6290397
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.23.0",
"version": "0.23.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/cli",
"version": "0.23.0",
"version": "0.23.1",
"description": "HTML-ESLint CLI",
"author": "yeonjuan <yeonjuan93@naver.com>",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/yeonjuan/html-eslint/issues"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.23.0",
"@html-eslint/eslint-plugin": "^0.23.1",
"@html-eslint/parser": "^0.23.0",
"axios": "^1.6.2",
"chalk": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-eslint/eslint-plugin",
"version": "0.23.0",
"version": "0.23.1",
"description": "ESLint plugin for html",
"author": "yeonjuan",
"homepage": "https://github.com/yeonjuan/html-eslint#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.23.0",
"version": "0.23.1",
"private": true,
"scripts": {
"clear:cache": "rimraf ../../parcel-cache",
Expand All @@ -11,7 +11,7 @@
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.23.0",
"@html-eslint/eslint-plugin": "^0.23.1",
"@html-eslint/parser": "^0.23.0",
"@html-eslint/web-linter": "^0.23.0",
"codemirror": "^5.58.3"
Expand Down

0 comments on commit 6290397

Please sign in to comment.