From 003d1f3db822f379920d6b86eab7ad1f099748dc Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 6 Mar 2024 11:04:07 +0800 Subject: [PATCH] Prepare for developing 2.14 (#5448) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump version to 2.14 to prepare for developing 2.14. This always happens after new version is released. #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 2 +- gradle.properties | 2 +- ui/packages/api-client/package.json | 2 +- ui/packages/components/package.json | 2 +- ui/packages/editor/package.json | 2 +- ui/packages/shared/package.json | 2 +- ui/packages/ui-plugin-bundler-kit/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 529623bff..21db10533 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 快速开始 ```bash -docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.12 +docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.13 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/gradle.properties b/gradle.properties index 352c7aad1..ef50ef01e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.13.0-SNAPSHOT +version=2.14.0-SNAPSHOT diff --git a/ui/packages/api-client/package.json b/ui/packages/api-client/package.json index a34b0d816..509515a6d 100644 --- a/ui/packages/api-client/package.json +++ b/ui/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/api-client", - "version": "2.13.0", + "version": "2.14.0", "description": "", "scripts": { "build": "unbuild", diff --git a/ui/packages/components/package.json b/ui/packages/components/package.json index efe913aae..95cb88612 100644 --- a/ui/packages/components/package.json +++ b/ui/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "2.13.0", + "version": "2.14.0", "description": "", "files": [ "dist" diff --git a/ui/packages/editor/package.json b/ui/packages/editor/package.json index f6a919414..d7fb89190 100644 --- a/ui/packages/editor/package.json +++ b/ui/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/richtext-editor", - "version": "2.13.0", + "version": "2.14.0", "description": "Default editor for Halo", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme", "bugs": { diff --git a/ui/packages/shared/package.json b/ui/packages/shared/package.json index 50956041d..9bdf01b2f 100644 --- a/ui/packages/shared/package.json +++ b/ui/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.13.0", + "version": "2.14.0", "description": "", "files": [ "dist" diff --git a/ui/packages/ui-plugin-bundler-kit/package.json b/ui/packages/ui-plugin-bundler-kit/package.json index 5b79340a1..31a015ff5 100644 --- a/ui/packages/ui-plugin-bundler-kit/package.json +++ b/ui/packages/ui-plugin-bundler-kit/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/ui-plugin-bundler-kit", - "version": "2.13.0", + "version": "2.14.0", "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme", "bugs": { "url": "https://github.com/halo-dev/halo/issues"