mirror of https://github.com/halo-dev/halo
Prepare for developing 2.17.0 (#6032)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: This is a regular update after a release. #### Does this PR introduce a user-facing change? ```release-note None ```pull/6040/head
parent
ba96118b4e
commit
1821829f99
|
@ -26,7 +26,7 @@
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.15
|
docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.16
|
||||||
```
|
```
|
||||||
|
|
||||||
以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>
|
以上仅作为体验使用,详细部署文档请查阅:<https://docs.halo.run/getting-started/install/docker-compose>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version=2.16.0-SNAPSHOT
|
version=2.17.0-SNAPSHOT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/api-client",
|
"name": "@halo-dev/api-client",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "unbuild",
|
"build": "unbuild",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/components",
|
"name": "@halo-dev/components",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/richtext-editor",
|
"name": "@halo-dev/richtext-editor",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "Default editor for Halo",
|
"description": "Default editor for Halo",
|
||||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
|
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console-shared",
|
"name": "@halo-dev/console-shared",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/ui-plugin-bundler-kit",
|
"name": "@halo-dev/ui-plugin-bundler-kit",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
|
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/halo-dev/halo/issues"
|
"url": "https://github.com/halo-dev/halo/issues"
|
||||||
|
|
Loading…
Reference in New Issue