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