mirror of https://github.com/halo-dev/halo-admin
chore: bump version for Halo 2.0.2 (#778)
#### What type of PR is this? /kind improvement /milestone 2.0.2 #### What this PR does / why we need it: 发布 Console 2.0.2。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/783/head v2.0.2
parent
73abea1686
commit
bfbb5a1290
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console",
|
"name": "@halo-dev/console",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console-shared",
|
"name": "@halo-dev/console-shared",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
Loading…
Reference in New Issue