Prepare for developing Halo 2.10.0 (#4533)

#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

Bump Halo to 2.10.0-SNAPSHOT.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/4562/head^2
John Niang 2023-09-01 12:06:12 +08:00 committed by GitHub
parent 272e279891
commit 2baf6aeb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 12 deletions

View File

@ -26,14 +26,7 @@
## 快速开始 ## 快速开始
```bash ```bash
docker run \ docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.9
-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
``` ```
以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose> 以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/console", "name": "@halo-dev/console",
"version": "2.9.0", "version": "2.10.0",
"scripts": { "scripts": {
"prepare": "cd .. && husky install console/.husky", "prepare": "cd .. && husky install console/.husky",
"dev": "vite --host", "dev": "vite --host",

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/api-client", "name": "@halo-dev/api-client",
"version": "2.9.0", "version": "2.10.0",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "unbuild", "build": "unbuild",

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/console-shared", "name": "@halo-dev/console-shared",
"version": "2.9.0", "version": "2.10.0",
"description": "", "description": "",
"files": [ "files": [
"dist" "dist"

View File

@ -1 +1 @@
version=2.9.0-SNAPSHOT version=2.10.0-SNAPSHOT