mirror of https://github.com/halo-dev/halo
chore: release 2.0.0-rc.1 (halo-dev/console#710)
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 修改版本号以发布 Console 2.0.0-rc.1 #### Special notes for your reviewer: /cc @halo-dev/sig-halo-console #### Does this PR introduce a user-facing change? ```release-note None ```pull/3445/head
parent
210d5e8b3e
commit
48471b0b8d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-rc.1",
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/components",
|
||||
"version": "0.0.0-alpha.7",
|
||||
"version": "0.0.0-alpha.8",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-rc.1",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue