From 1bfea84ff0610a360dcceeba1442a29dd8da45e4 Mon Sep 17 00:00:00 2001 From: harrywan Date: Fri, 23 Jul 2021 10:52:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E6=89=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=AD=96=E7=95=A5?= 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 f8ce3bab..62359730 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "lerna clean", "bootstrap": "lerna bootstrap", "build": "father-build --watch", - "ver": "lerna version patch --no-changelog --no-commit-hooks --no-private", + "ver": "lerna version --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",