mirror of https://github.com/halo-dev/halo
chore: bump up version to 2.5.0 (#3870)
#### What this PR does / why we need it: 修改版本号,准备发布 2.5.0。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/3870/merge v2.5.0
parent
6209afb912
commit
0794644dbd
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.5.0-rc.2",
|
||||
"version": "2.5.0",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.5.0-rc.2",
|
||||
"version": "2.5.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/components",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.5.0-rc.2",
|
||||
"version": "2.5.0",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue