From 62903977d8106d40b1916b5abcb65538ade321e2 Mon Sep 17 00:00:00 2001 From: yeonjuan Date: Sat, 27 Jan 2024 16:33:47 +0900 Subject: [PATCH] v0.23.1 --- lerna.json | 2 +- packages/cli/package.json | 4 ++-- packages/eslint-plugin/package.json | 2 +- packages/website/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 1683bc3..24ca459 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "0.23.0", + "version": "0.23.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/cli/package.json b/packages/cli/package.json index b60f463..8c4c838 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@html-eslint/cli", - "version": "0.23.0", + "version": "0.23.1", "description": "HTML-ESLint CLI", "author": "yeonjuan ", "homepage": "https://github.com/yeonjuan/html-eslint#readme", @@ -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", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 1f45cc4..016810a 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -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", diff --git a/packages/website/package.json b/packages/website/package.json index ede6680..0a439d0 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.23.0", + "version": "0.23.1", "private": true, "scripts": { "clear:cache": "rimraf ../../parcel-cache", @@ -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"