From 677b64b939b41856062fabc8d1991a9d1348ff45 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 7 Dec 2022 15:08:53 +0800 Subject: [PATCH] chore: bump version for Halo 2.0.1 (#757) 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.1 #### What this PR does / why we need it: 发布 Console 2.0.1。 #### 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 e18b19ed..c7f11b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index 9fff4e24..3b7aae40 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.0.0", + "version": "2.0.1", "description": "", "files": [ "dist"