Browse Source

chore: release 2.3.0 (#896)

#### What type of PR is this?

/kind improvement
/milestone 2.3.0

#### What this PR does / why we need it:

发布 2.3.0。

#### Does this PR introduce a user-facing change?


```release-note
None
```
pull/897/head
Ryan Wang 2 years ago committed by GitHub
parent
commit
604f27227c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      packages/api-client/package.json
  3. 2
      packages/components/package.json
  4. 2
      packages/shared/package.json

2
package.json

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

2
packages/api-client/package.json

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/api-client", "name": "@halo-dev/api-client",
"version": "2.3.0-rc.1", "version": "2.3.0",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "unbuild", "build": "unbuild",

2
packages/components/package.json

@ -1,6 +1,6 @@
{ {
"name": "@halo-dev/components", "name": "@halo-dev/components",
"version": "1.1.0", "version": "1.2.0",
"description": "", "description": "",
"files": [ "files": [
"dist" "dist"

2
packages/shared/package.json

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

Loading…
Cancel
Save