Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 604f272

Browse files
authored
chore: release 2.3.0 (#896)
#### What type of PR is this? /kind improvement /milestone 2.3.0 #### What this PR does / why we need it: 发布 2.3.0。 #### Does this PR introduce a user-facing change? ```release-note None ```
1 parent 0a65f5b commit 604f272

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halo-dev/console",
3-
"version": "2.3.0-rc.1",
3+
"version": "2.3.0",
44
"scripts": {
55
"prepare": "husky install",
66
"dev": "vite --host",

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halo-dev/api-client",
3-
"version": "2.3.0-rc.1",
3+
"version": "2.3.0",
44
"description": "",
55
"scripts": {
66
"build": "unbuild",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halo-dev/components",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"files": [
66
"dist"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halo-dev/console-shared",
3-
"version": "2.3.0-rc.1",
3+
"version": "2.3.0",
44
"description": "",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)