From 8c837c3c6944d04b840b072f7261fd616d4060a7 Mon Sep 17 00:00:00 2001
From: harrywan <harrywan@webank.com>
Date: Wed, 23 Jun 2021 15:14:18 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89rc?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2613ff4d..4596e5c4 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
     "clean": "lerna clean",
     "bootstrap": "lerna bootstrap",
     "build": "father-build --watch",
-    "ver": "lerna version prerelease --no-changelog --no-commit-hooks --no-private",
+    "ver": "lerna version patch --no-changelog --no-commit-hooks --no-private",
     "release": "father-build && lerna publish from-git",
     "docs:dev": "vuepress dev docs --clean-cache",
     "docs:build": "vuepress build docs --clean-cache"