Prepare for developing 2.18.0 (#6259)

#### What type of PR is this?

/kind cleanup
/area core

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

This PR bumps Halo version into 2.18.0 for next development iteration.

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

```release-note
None
```
pull/6268/head
John Niang 2024-07-04 10:36:31 +08:00 committed by GitHub
parent b964c7bb00
commit 284417ae8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,2 +1,2 @@
version=2.17.0-SNAPSHOT
version=2.18.0-SNAPSHOT
r2dbc-mariadb.version=1.2.1

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/api-client",
"version": "2.17.0",
"version": "2.18.0",
"description": "API Client for Halo 2",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
"bugs": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/richtext-editor",
"version": "2.17.0",
"version": "2.18.0",
"description": "Default editor for Halo",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
"bugs": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/ui-plugin-bundler-kit",
"version": "2.17.0",
"version": "2.18.0",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"