Skip to content

Commit

Permalink
chore: bump console version to prepare release 2.8 (#4341)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind cleanup

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

修改 Console 以及其下 packages 的版本号,发布 Halo 2.8

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

```release-note
None
```
  • Loading branch information
ruibaby authored Aug 1, 2023
1 parent 370b44f commit ebe77ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/console",
"version": "2.8.0-rc.2",
"version": "2.8.0",
"scripts": {
"prepare": "cd .. && husky install console/.husky",
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion console/packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/api-client",
"version": "2.8.0-rc.2",
"version": "2.8.0",
"description": "",
"scripts": {
"build": "unbuild",
Expand Down
2 changes: 1 addition & 1 deletion console/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/components",
"version": "1.7.0-rc.2",
"version": "1.7.0",
"description": "",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion console/packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/console-shared",
"version": "2.8.0-rc.2",
"version": "2.8.0",
"description": "",
"files": [
"dist"
Expand Down

0 comments on commit ebe77ad

Please sign in to comment.