From aff24472018dac17e32d2fa3e3844439aafa9fd2 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 26 Oct 2022 15:48:10 +0800 Subject: [PATCH] chore: release 2.0.0-alpha.3 (#669) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /milestone 2.0 #### What this PR does / why we need it: 发布 2.0.0-alpha.3 从此版本开始,`@halo-dev/console-shared` 包的版本与 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 d3a673741..a0fb0985d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "0.0.0", + "version": "2.0.0-alpha.3", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index 06a2cfb5b..d3cb6e571 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "0.0.0-alpha.6", + "version": "2.0.0-alpha.3", "description": "", "files": [ "dist"