mirror of https://github.com/halo-dev/halo
Prepare for next development 2.9.2 (#4649)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump Halo version to 2.9.2-SNAPSHOT. #### Does this PR introduce a user-facing change? ```release-note None ```release-2.9 v2.9.2
parent
5a34fb51a8
commit
54d839377d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"scripts": {
|
||||
"prepare": "cd .. && husky install console/.husky",
|
||||
"dev": "vite --host",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/api-client",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@halo-dev/console-shared",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"description": "",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
@ -1 +1 @@
|
|||
version=2.9.1-SNAPSHOT
|
||||
version=2.9.2-SNAPSHOT
|
||||
|
|
Loading…
Reference in New Issue