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
John Niang 2023-09-22 05:08:23 -05:00 committed by GitHub
parent 5a34fb51a8
commit 54d839377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/api-client",
"version": "2.9.1",
"version": "2.9.2",
"description": "",
"scripts": {
"build": "unbuild",

View File

@ -1,6 +1,6 @@
{
"name": "@halo-dev/console-shared",
"version": "2.9.1",
"version": "2.9.2",
"description": "",
"files": [
"dist"

View File

@ -1 +1 @@
version=2.9.1-SNAPSHOT
version=2.9.2-SNAPSHOT