From f8fe630d4c235d32bbccd76a1f75a0965c907f03 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 26 Dec 2022 23:50:31 +0800 Subject: [PATCH] chore: release 2.1.0-rc.1 (#802) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 发布 Console 2.1.0-rc.1 #### Which issue(s) this PR fixes: Ref https://github.com/halo-dev/halo/issues/3050 #### 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 659965c70..5ab618288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.0.0", + "version": "2.1.0-rc.1", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index 9fff4e244..32fc872cc 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.1.0-rc.1", "description": "", "files": [ "dist"