mirror of https://github.com/halo-dev/halo
chore: bump console and packages version to 2.4.0-rc.1 (#3596)
#### What type of PR is this? /area console /milestone 2.4.0 #### What this PR does / why we need it: 修改 Console 以及其下 packages 的版本为 2.4.0-rc.1 #### Does this PR introduce a user-facing change? ```release-note None ```pull/3568/head
parent
3339b381c8
commit
ab4b7c1f0d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0-rc.1",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0-rc.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0-rc.1",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue