Skip to content

Commit

Permalink
released v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 28, 2021
1 parent 1959e2c commit 128c987
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.0.1",
"version": "2.1.0",
"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.0.1",
"version": "2.1.0",
"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.0.1",
"version": "2.1.0",
"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 @@ -29,7 +29,7 @@
],
"license": "MIT",
"dependencies": {
"validator.tool": "2.0.1"
"validator.tool": "2.1.0"
},
"devDependencies": {
"@babel/runtime": "7.15.4",
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.0.1",
"version": "2.1.0",
"private": true,
"homepage": "http://jaywcjlove.github.io/validator.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
},
"license": "MIT",
"dependencies": {
"@validator.tool/hook": "2.0.1",
"validator.tool": "2.0.1"
"@validator.tool/hook": "2.1.0",
"validator.tool": "2.1.0"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
Expand Down

0 comments on commit 128c987

Please sign in to comment.