Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Bump Console to 2.0.3 (#810)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind improvement

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

For Console 2.0.3 release. See halo-dev/halo#3078 for more.

#### Which issue(s) this PR fixes:

Fixes halo-dev/halo#3078

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

```release-note
None
```
  • Loading branch information
JohnNiang committed Dec 30, 2022
1 parent bc3337b commit fbb84b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/console",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {
"prepare": "husky install",
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2",
"version": "2.0.3",
"description": "",
"files": [
"dist"
Expand Down

0 comments on commit fbb84b8

Please sign in to comment.