mirror of https://github.com/halo-dev/halo-admin
Bump Console to 2.0.3 (#810)
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: For Console 2.0.3 release. See https://github.com/halo-dev/halo/issues/3078 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3078 #### Does this PR introduce a user-facing change? ```release-note None ```pull/814/head v2.0.3
parent
bc3337b598
commit
fbb84b8c98
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue