From 9c76162e0d4719d9656073ab6db67116cf663ef4 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 4 Nov 2022 21:58:09 +0800 Subject: [PATCH] chore: release 2.0.0-alpha.4 (halo-dev/console#682) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 发布 Halo 2.0 第四个 alpha 版本的 Console 部分。 #### Special notes for your reviewer: /cc @halo-dev/sig-halo-console #### Does this PR introduce a user-facing change? ```release-note None ``` --- package.json | 2 +- packages/shared/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d76da93e..4348bc122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index d3cb6e571..f9137731d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "description": "", "files": [ "dist"