From cdd834f6b8cb894846ca18c081cfb270930ccf07 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 1 Sep 2023 16:30:13 +0800 Subject: [PATCH] [release-2.9] Prepare for developing 2.9.1 (#4535) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: - Bump Halo version to 2.9.1-SNAPSHOT - Bump Console 2.9.1 - Update README.md #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 9 +-------- console/package.json | 2 +- console/packages/api-client/package.json | 2 +- console/packages/shared/package.json | 2 +- gradle.properties | 2 +- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4f2ddbbb2..993643389 100755 --- a/README.md +++ b/README.md @@ -26,14 +26,7 @@ ## 快速开始 ```bash -docker run \ - -it -d \ - --name halo \ - -p 8090:8090 \ - -v ~/.halo2:/root/.halo2 \ - halohub/halo:2.8 \ - --halo.security.initializer.superadminusername=admin \ - --halo.security.initializer.superadminpassword=P@88w0rd +docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.9 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/console/package.json b/console/package.json index 82e861598..933b0fe89 100644 --- a/console/package.json +++ b/console/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console", - "version": "2.9.0", + "version": "2.9.1", "scripts": { "prepare": "cd .. && husky install console/.husky", "dev": "vite --host", diff --git a/console/packages/api-client/package.json b/console/packages/api-client/package.json index c9db43ebc..e31fd233c 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.9.0", + "version": "2.9.1", "description": "", "scripts": { "build": "unbuild", diff --git a/console/packages/shared/package.json b/console/packages/shared/package.json index 3508aa63b..0898b8c27 100644 --- a/console/packages/shared/package.json +++ b/console/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.9.0", + "version": "2.9.1", "description": "", "files": [ "dist" diff --git a/gradle.properties b/gradle.properties index 10ed5e674..31ff54631 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.9.0-SNAPSHOT +version=2.9.1-SNAPSHOT