Skip to content

Commit

Permalink
chore: release 2.7.0 (#4158)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

修改版本号,准备发布 2.7.0。

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

```release-note
None
```
  • Loading branch information
ruibaby authored Jun 30, 2023
1 parent 529740a commit dcafee7
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.6.0",
"version": "2.7.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.6.0",
"version": "2.7.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.5.0",
"version": "1.6.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.6.0",
"version": "2.7.0",
"description": "",
"files": [
"dist"
Expand Down

0 comments on commit dcafee7

Please sign in to comment.