Skip to content

Commit

Permalink
released v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 27, 2021
1 parent eacd271 commit ce6ff9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/core/package.json
tag: next
# tag: next

release:
runs-on: ubuntu-20.04
Expand Down
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.2",
"version": "2.0.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.0-alpha.2",
"version": "2.0.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 website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"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.2"
"validator.tool": "2.0.0"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
Expand Down

0 comments on commit ce6ff9f

Please sign in to comment.