chore: bump up version to 2.6.0-rc.1 (#3998)

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

修改版本号,准备发布 2.6.0-rc.1。

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

```release-note
None
```
pull/4005/head v2.6.0-rc.1
Ryan Wang 2023-05-26 23:06:13 +08:00 committed by GitHub
parent c8cc9f2710
commit 67e13546ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/console", "name": "@halo-dev/console",
"version": "2.5.1", "version": "2.6.0-rc.1",
"scripts": { "scripts": {
"prepare": "cd .. && husky install console/.husky", "prepare": "cd .. && husky install console/.husky",
"dev": "vite --host", "dev": "vite --host",

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/api-client", "name": "@halo-dev/api-client",
"version": "2.5.1", "version": "2.6.0-rc.1",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "unbuild", "build": "unbuild",

View File

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/console-shared", "name": "@halo-dev/console-shared",
"version": "2.5.1", "version": "2.6.0-rc.1",
"description": "", "description": "",
"files": [ "files": [
"dist" "dist"