mirror of https://github.com/halo-dev/halo
Prepare for developing Halo 2.9.0 (#4344)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump up Halo to `2.9.0-SNAPSHOT` for developing Halo 2.9.0. #### Does this PR introduce a user-facing change? ```release-note None ```pull/4354/head
parent
ebe77ad697
commit
7efd29e722
|
@ -30,7 +30,7 @@ docker run \
|
|||
--name halo \
|
||||
-p 8090:8090 \
|
||||
-v ~/.halo2:/root/.halo2 \
|
||||
halohub/halo:2.7 \
|
||||
halohub/halo:2.8 \
|
||||
--halo.security.initializer.superadminusername=admin \
|
||||
--halo.security.initializer.superadminpassword=P@88w0rd
|
||||
```
|
||||
|
@ -46,7 +46,7 @@ docker run \
|
|||
|
||||
## 生态
|
||||
|
||||
可访问 [awesome-halo](https://github.com/halo-sigs/awesome-halo) 查看已经适用于 Halo 2.0 的主题和插件,以及适用于 Halo
|
||||
可访问 [awesome-halo](https://github.com/halo-sigs/awesome-halo) 查看已经适用于 Halo 2.x 的主题和插件,以及适用于 Halo
|
||||
1.x 的相关仓库。
|
||||
|
||||
## 许可证
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/components",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1 +1 @@
|
|||
version=2.8.0-SNAPSHOT
|
||||
version=2.9.0-SNAPSHOT
|
||||
|
|
Loading…
Reference in New Issue