Skip to content

Commit da89ac8

Browse files
committed
released v2.2.6
1 parent a5c88ae commit da89ac8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.5",
2+
"version": "2.2.6",
33
"packages": [
44
"packages/*",
55
"website"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validator.tool",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
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
"funding": "https://jaywcjlove.github.io/#/sponsor",

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.5",
3+
"version": "2.2.6",
44
"description": "Hooks for use with `validator.tool`.",
55
"homepage": "http://jaywcjlove.github.io/validator.js",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -31,7 +31,7 @@
3131
],
3232
"license": "MIT",
3333
"dependencies": {
34-
"validator.tool": "2.2.5"
34+
"validator.tool": "2.2.6"
3535
},
3636
"devDependencies": {
3737
"@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.5",
3+
"version": "2.2.6",
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.5",
13-
"validator.tool": "2.2.5"
12+
"@validator.tool/hook": "2.2.6",
13+
"validator.tool": "2.2.6"
1414
},
1515
"devDependencies": {
1616
"@kkt/less-modules": "^7.4.9",

0 commit comments

Comments
 (0)