mirror of https://github.com/halo-dev/halo
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
parent
272e279891
commit
2baf6aeb31
|
@ -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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version=2.9.0-SNAPSHOT
|
version=2.10.0-SNAPSHOT
|
||||||
|
|
Loading…
Reference in New Issue