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
```
pull/4983/head
John Niang 2023-12-01 16:34:09 +08:00 committed by GitHub
parent 0351a67377
commit f5dcc622f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 8 deletions

View File

@ -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
```
以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>

View File

@ -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",

View File

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

View File

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

View File

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

View File

@ -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"

View File

@ -1,2 +1,2 @@
version=2.11.0-SNAPSHOT
version=2.12.0-SNAPSHOT
snakeyaml.version=2.2