Browse Source

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
Ryan Wang 2 years ago committed by GitHub
parent
commit
40765be2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      packages/components/package.json
  3. 2
      packages/shared/package.json

2
package.json

@ -1,6 +1,6 @@
{
"name": "@halo-dev/console",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"scripts": {
"prepare": "husky install",
"dev": "vite --host",

2
packages/components/package.json

@ -1,6 +1,6 @@
{
"name": "@halo-dev/components",
"version": "0.0.0-alpha.9",
"version": "1.0.0",
"description": "",
"files": [
"dist"

2
packages/shared/package.json

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

Loading…
Cancel
Save