From 84adf606f930e1b0140da07f2d6c64503cf6d997 Mon Sep 17 00:00:00 2001 From: caoenze Date: Mon, 30 Aug 2021 16:46:15 +0800 Subject: [PATCH] web_0.0.1-alpha.3 --- Web/lerna.json | 2 +- Web/packages/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/lerna.json b/Web/lerna.json index 360640bb..d339269d 100644 --- a/Web/lerna.json +++ b/Web/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "npmClient": "npm", "command": { "bootstrap": { diff --git a/Web/packages/web/package.json b/Web/packages/web/package.json index ee472267..4b110d78 100644 --- a/Web/packages/web/package.json +++ b/Web/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@dokit/web", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "description": "Dokit Web Main Entry", "keywords": [ "Dokit" -- GitLab