mirror of https://github.com/halo-dev/halo
chore: bump console version to 2.4.0 (#3650)
#### What type of PR is this? /kind improvement /area console /milestone 2.4.0 #### What this PR does / why we need it: 修改 Console 的版本号为 2.4.0。 修改 `@halo-dev/components` 的版本为 1.3.0 #### Does this PR introduce a user-facing change? ```release-note None ```pull/3653/head
parent
ff5a62b900
commit
74c543ec37
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console",
|
"name": "@halo-dev/console",
|
||||||
"version": "2.4.0-rc.1",
|
"version": "2.4.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "cd .. && husky install console/.husky",
|
"prepare": "cd .. && husky install console/.husky",
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/api-client",
|
"name": "@halo-dev/api-client",
|
||||||
"version": "2.4.0-rc.1",
|
"version": "2.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "unbuild",
|
"build": "unbuild",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/components",
|
"name": "@halo-dev/components",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console-shared",
|
"name": "@halo-dev/console-shared",
|
||||||
"version": "2.4.0-rc.1",
|
"version": "2.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
Loading…
Reference in New Issue