diff --git a/README.md b/README.md index c6ae8e206..b5a0d6722 100755 --- a/README.md +++ b/README.md @@ -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 ``` 以上仅作为体验使用,详细部署文档请查阅: diff --git a/gradle.properties b/gradle.properties index 3021dab67..de4b69136 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.17.0-SNAPSHOT +version=2.18.0-SNAPSHOT r2dbc-mariadb.version=1.2.1 diff --git a/ui/packages/api-client/package.json b/ui/packages/api-client/package.json index be324286b..a0c27c676 100644 --- a/ui/packages/api-client/package.json +++ b/ui/packages/api-client/package.json @@ -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": { diff --git a/ui/packages/components/package.json b/ui/packages/components/package.json index 8d83a3807..968e122bb 100644 --- a/ui/packages/components/package.json +++ b/ui/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/components", - "version": "2.17.0", + "version": "2.18.0", "description": "", "files": [ "dist" diff --git a/ui/packages/editor/package.json b/ui/packages/editor/package.json index f62fa888e..8f068878d 100644 --- a/ui/packages/editor/package.json +++ b/ui/packages/editor/package.json @@ -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": { diff --git a/ui/packages/shared/package.json b/ui/packages/shared/package.json index 643bdfb6b..d83087ee3 100644 --- a/ui/packages/shared/package.json +++ b/ui/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@halo-dev/console-shared", - "version": "2.17.0", + "version": "2.18.0", "description": "", "files": [ "dist" diff --git a/ui/packages/ui-plugin-bundler-kit/package.json b/ui/packages/ui-plugin-bundler-kit/package.json index f6a49efdc..1633b0af4 100644 --- a/ui/packages/ui-plugin-bundler-kit/package.json +++ b/ui/packages/ui-plugin-bundler-kit/package.json @@ -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"