Skip to content

Commit

Permalink
released v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 26, 2021
1 parent fd78da7 commit ba75ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0-alpha.0",
"version": "2.0.0-alpha.1",
"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.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "轻量级的JavaScript表单验证,字符串验证。没有依赖,支持UMD,~3kb。",
"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 website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"private": true,
"homepage": "http://jaywcjlove.github.io/validator.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"validator.tool": "2.0.0-alpha.0"
"validator.tool": "2.0.0-alpha.1"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
Expand Down

0 comments on commit ba75ddd

Please sign in to comment.