chore: release 2.0.0 (halo-dev/console#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/3445/head
Ryan Wang 2022-12-01 09:05:51 +08:00 committed by GitHub
parent a1a53dae2f
commit fc61a82f88
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.0.0-rc.2", "version": "2.0.0",
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
"dev": "vite --host", "dev": "vite --host",

View File

@ -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"

View File

@ -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"