Skip to content

Commit

Permalink
released v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent c200952 commit 599da77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.3",
"version": "2.2.4",
"packages": [
"packages/*",
"website"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validator.tool",
"version": "2.2.3",
"version": "2.2.4",
"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 <wowohoo@qq.com> (https://github.com/jaywcjlove)",
Expand Down
4 changes: 2 additions & 2 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@validator.tool/hook",
"version": "2.2.3",
"version": "2.2.4",
"description": "Hooks for use with `validator.tool`.",
"homepage": "http://jaywcjlove.github.io/validator.js",
"author": "kenny wang <wowohoo@qq.com> (https://github.com/jaywcjlove)",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"dependencies": {
"validator.tool": "2.2.3"
"validator.tool": "2.2.4"
},
"devDependencies": {
"@babel/runtime": "7.16.3",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"homepage": "http://jaywcjlove.github.io/validator.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
},
"license": "MIT",
"dependencies": {
"@validator.tool/hook": "2.2.3",
"validator.tool": "2.2.3"
"@validator.tool/hook": "2.2.4",
"validator.tool": "2.2.4"
},
"devDependencies": {
"@kkt/less-modules": "^7.1.2",
Expand Down

0 comments on commit 599da77

Please sign in to comment.