Skip to content

Commit

Permalink
released v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 5, 2023
1 parent 132071a commit 84d576c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.2.4",
"version": "2.2.5",
"packages": [
"packages/*",
"website"
]
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validator.tool",
"version": "2.2.4",
"version": "2.2.5",
"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 <[email protected]> (https://github.com/jaywcjlove)",
Expand Down Expand Up @@ -38,8 +38,8 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"bannerjs": "^3.0.1",
"rollup": "^3.0.0"
}
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.4",
"version": "2.2.5",
"description": "Hooks for use with `validator.tool`.",
"homepage": "http://jaywcjlove.github.io/validator.js",
"author": "kenny wang <[email protected]> (https://github.com/jaywcjlove)",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"dependencies": {
"validator.tool": "2.2.4"
"validator.tool": "2.2.5"
},
"devDependencies": {
"@babel/runtime": "^7.21.0",
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.4",
"version": "2.2.5",
"private": true,
"homepage": "http://jaywcjlove.github.io/validator.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
},
"license": "MIT",
"dependencies": {
"@validator.tool/hook": "2.2.4",
"validator.tool": "2.2.4"
"@validator.tool/hook": "2.2.5",
"validator.tool": "2.2.5"
},
"devDependencies": {
"@kkt/less-modules": "^7.4.9",
Expand Down

0 comments on commit 84d576c

Please sign in to comment.