Skip to content

Commit 84d576c

Browse files
committed
released v2.2.5
1 parent 132071a commit 84d576c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "2.2.4",
2+
"version": "2.2.5",
33
"packages": [
44
"packages/*",
55
"website"
66
]
7-
}
7+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.tool",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Lightweight JavaScript form validation, that had minimal configuration and felt natural to use. No dependencies, support UMD.",
55
"homepage": "http://jaywcjlove.github.io/validator.js",
66
"author": "kenny wang <[email protected]> (https://github.com/jaywcjlove)",
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"@rollup/plugin-commonjs": "^24.0.0",
4040
"@rollup/plugin-node-resolve": "^15.0.0",
41-
"@rollup/plugin-typescript": "^11.0.0",
4241
"@rollup/plugin-terser": "^0.4.0",
42+
"@rollup/plugin-typescript": "^11.0.0",
4343
"bannerjs": "^3.0.1",
4444
"rollup": "^3.0.0"
4545
}

packages/hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@validator.tool/hook",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Hooks for use with `validator.tool`.",
55
"homepage": "http://jaywcjlove.github.io/validator.js",
66
"author": "kenny wang <[email protected]> (https://github.com/jaywcjlove)",
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"validator.tool": "2.2.4"
33+
"validator.tool": "2.2.5"
3434
},
3535
"devDependencies": {
3636
"@babel/runtime": "^7.21.0",

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"private": true,
55
"homepage": "http://jaywcjlove.github.io/validator.js",
66
"scripts": {
@@ -9,8 +9,8 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@validator.tool/hook": "2.2.4",
13-
"validator.tool": "2.2.4"
12+
"@validator.tool/hook": "2.2.5",
13+
"validator.tool": "2.2.5"
1414
},
1515
"devDependencies": {
1616
"@kkt/less-modules": "^7.4.9",

0 commit comments

Comments
 (0)