mirror of https://github.com/halo-dev/halo
chore: release 2.8.0-rc.1 (#4290)
#### What this PR does / why we need it: 修改版本号,发布 2.8.0-rc.1 #### Does this PR introduce a user-facing change? ```release-note None ```pull/4298/head v2.8.0-rc.1
parent
f56de041b4
commit
cfe77c5ded
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.7.0",
|
||||
"version": "2.8.0-rc.1",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.7.0",
|
||||
"version": "2.8.0-rc.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/components",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0-rc.1",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.7.0",
|
||||
"version": "2.8.0-rc.1",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue