mirror of https://github.com/halo-dev/halo
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
parent
0351a67377
commit
f5dcc622f8
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/components",
|
||||
"version": "1.10.0",
|
||||
"version": "2.12.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
version=2.11.0-SNAPSHOT
|
||||
version=2.12.0-SNAPSHOT
|
||||
snakeyaml.version=2.2
|
||||
|
|
Loading…
Reference in New Issue