Prepare for next development 2.11.0 (#4709)

#### What type of PR is this?

/kind cleanup

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

Bump all versions.

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

```release-note
None
```
pull/4717/head
John Niang 2023-10-11 01:46:30 -05:00 committed by GitHub
parent 72e5cf293c
commit 5742a7d5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/components",
"version": "1.9.0",
"version": "1.10.0",
"description": "",
"files": [
"dist"

View File

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

View File

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