mirror of https://github.com/halo-dev/halo
chore: release 2.7.0 (#4158)
#### What this PR does / why we need it: 修改版本号,准备发布 2.7.0。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/4167/head v2.7.0
parent
529740a238
commit
dcafee7e1f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console",
|
"name": "@halo-dev/console",
|
||||||
"version": "2.6.0",
|
"version": "2.7.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.6.0",
|
"version": "2.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "unbuild",
|
"build": "unbuild",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/components",
|
"name": "@halo-dev/components",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@halo-dev/console-shared",
|
"name": "@halo-dev/console-shared",
|
||||||
"version": "2.6.0",
|
"version": "2.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
Loading…
Reference in New Issue