From 04161d04bcaa856ea34ebf1716d63af41f96ebc0 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 15 May 2022 23:52:21 +0800 Subject: [PATCH] released v2.2.3 --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/hook/package.json | 4 ++-- website/package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index 2315981..3c8e6b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.2.2", + "version": "2.2.3", "packages": [ "packages/*", "website" diff --git a/packages/core/package.json b/packages/core/package.json index 5a1659d..f378034 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "validator.tool", - "version": "2.2.2", + "version": "2.2.3", "description": "Lightweight JavaScript form validation, that had minimal configuration and felt natural to use. No dependencies, support UMD.", "homepage": "http://jaywcjlove.github.io/validator.js", "author": "kenny wang (https://github.com/jaywcjlove)", diff --git a/packages/hook/package.json b/packages/hook/package.json index 475d116..3b82c97 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,6 +1,6 @@ { "name": "@validator.tool/hook", - "version": "2.2.2", + "version": "2.2.3", "description": "Hooks for use with `validator.tool`.", "homepage": "http://jaywcjlove.github.io/validator.js", "author": "kenny wang (https://github.com/jaywcjlove)", @@ -30,7 +30,7 @@ ], "license": "MIT", "dependencies": { - "validator.tool": "2.2.2" + "validator.tool": "2.2.3" }, "devDependencies": { "@babel/runtime": "7.16.3", diff --git a/website/package.json b/website/package.json index bfadecd..854f908 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.2.2", + "version": "2.2.3", "private": true, "homepage": "http://jaywcjlove.github.io/validator.js", "scripts": { @@ -9,8 +9,8 @@ }, "license": "MIT", "dependencies": { - "@validator.tool/hook": "2.2.2", - "validator.tool": "2.2.2" + "@validator.tool/hook": "2.2.3", + "validator.tool": "2.2.3" }, "devDependencies": { "@kkt/less-modules": "7.0.0",