From fbb84b8c9894efc3085bf65108d19a56464df365 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 30 Dec 2022 10:00:33 +0800 Subject: [PATCH] Bump Console to 2.0.3 (#810) #### What type of PR is this? /kind improvement #### What this PR does / why we need it: For Console 2.0.3 release. See https://github.com/halo-dev/halo/issues/3078 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3078 #### 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 f817cc62e..944f646cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "prepare": "husky install", "dev": "vite --host", diff --git a/packages/shared/package.json b/packages/shared/package.json index fcf66ff1f..a798f24a9 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.0.2", + "version": "2.0.3", "description": "", "files": [ "dist"