From ee660d77e273bd8a45ecd48cc71c842664f04919 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 30 Dec 2022 10:32:33 +0800 Subject: [PATCH] chore: release 2.1.0 (#811) 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 #### Which issue(s) this PR fixes: Ref https://github.com/halo-dev/halo/issues/3077 #### 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 216150520..d6fc20fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.1.0-rc.1", + "version": "2.1.0", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index 32fc872cc..316cdd553 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.1.0-rc.1", + "version": "2.1.0", "description": "", "files": [ "dist"