Skip to content

Commit

Permalink
chore: bump up version to 2.4.2 (#3708)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

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

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

```release-note
None
```
  • Loading branch information
ruibaby committed Apr 7, 2023
1 parent 0d83e47 commit fe02bd8
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.4.1",
"version": "2.4.2",
"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.4.1",
"version": "2.4.2",
"description": "",
"scripts": {
"build": "unbuild",
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.4.1",
"version": "2.4.2",
"description": "",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.4.1-SNAPSHOT
version=2.4.2-SNAPSHOT

0 comments on commit fe02bd8

Please sign in to comment.