From 0b03ae075b0575bc5086f16b7ac7ac1407f6fd4a Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 30 Jan 2024 15:53:54 +0800 Subject: [PATCH] chore: change editor version to 2.12.0 (#5281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area console /kind improvement /milestone 2.12.x #### What this PR does / why we need it: 修改 `@halo-dev/richtext-editor` 的版本号,为发布 Halo 2.12 做准备。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- console/packages/editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/packages/editor/package.json b/console/packages/editor/package.json index c13faf484..dbdc06954 100644 --- a/console/packages/editor/package.json +++ b/console/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/richtext-editor", - "version": "0.0.0-alpha.33", + "version": "2.12.0", "description": "Default editor for Halo", "homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/editor#readme", "bugs": {