From f5dcc622f8e25ac9f4b2857c4a2506208cb858c0 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 1 Dec 2023 16:34:09 +0800 Subject: [PATCH] Bump versions to 2.12.0-SNAPSHOT for next development (#4968) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump versions to 2.12.0-SNAPSHOT for next development. #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 2 +- console/package.json | 2 -- console/packages/api-client/package.json | 2 +- console/packages/components/package.json | 2 +- console/packages/shared/package.json | 2 +- console/packages/ui-plugin-bundler-kit/package.json | 2 +- gradle.properties | 2 +- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c2041ffc6..3b18c4e88 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.10 +docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.11 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/console/package.json b/console/package.json index 5bdc9b3a0..c255ff64c 100644 --- a/console/package.json +++ b/console/package.json @@ -1,6 +1,4 @@ { - "name": "@halo-dev/console", - "version": "2.11.0", "scripts": { "prepare": "cd .. && husky install console/.husky", "dev": "run-p dev:console dev:uc", diff --git a/console/packages/api-client/package.json b/console/packages/api-client/package.json index 2f317288f..a40dc7f91 100644 --- a/console/packages/api-client/package.json +++ b/console/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/api-client", - "version": "2.11.0", + "version": "2.12.0", "description": "", "scripts": { "build": "unbuild", diff --git a/console/packages/components/package.json b/console/packages/components/package.json index 6b46b9e02..77fa63d44 100644 --- a/console/packages/components/package.json +++ b/console/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "1.10.0", + "version": "2.12.0", "description": "", "files": [ "dist" diff --git a/console/packages/shared/package.json b/console/packages/shared/package.json index 154c1fc2b..6269ac5fc 100644 --- a/console/packages/shared/package.json +++ b/console/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.11.0", + "version": "2.12.0", "description": "", "files": [ "dist" diff --git a/console/packages/ui-plugin-bundler-kit/package.json b/console/packages/ui-plugin-bundler-kit/package.json index 7b950332e..d88d7409a 100644 --- a/console/packages/ui-plugin-bundler-kit/package.json +++ b/console/packages/ui-plugin-bundler-kit/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/ui-plugin-bundler-kit", - "version": "1.0.0", + "version": "2.12.0", "homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/ui-plugin-bundler-kit#readme", "bugs": { "url": "https://github.com/halo-dev/halo/issues" diff --git a/gradle.properties b/gradle.properties index 5fb5d935d..910803e42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.11.0-SNAPSHOT +version=2.12.0-SNAPSHOT snakeyaml.version=2.2