Skip to content

Commit 0e6a0cd

Browse files
committed
πŸ”§ chore: ζ›΄ζ–°ζ‰€ζœ‰εŒ…ηš„η‰ˆζœ¬ε·θ‡³2.0.0-alpha.62
1 parent ffbc367 commit 0e6a0cd

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Dadigua",
55
"email": "0laopo0@gmail.com"
66
},
7-
"version": "2.0.0-alpha.61",
7+
"version": "2.0.0-alpha.62",
88
"private": true,
99
"scripts": {
1010
"dev": "node scripts/build.mjs dev",

β€Žpackages/core/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dadigua/hyperchat",
3-
"version": "2.0.0-alpha.61",
3+
"version": "2.0.0-alpha.62",
44
"description": "HyperChat Core - Node.js backend and CLI tool with AI chat, MCP support",
55
"author": "Dadigua <0laopo0@gmail.com>",
66
"license": "MIT",

β€Žpackages/electron/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
]
114114
}
115115
},
116-
"version": "2.0.0-alpha.61",
116+
"version": "2.0.0-alpha.62",
117117
"description": "HyperChat Electron main process and related functionality",
118118
"main": "dist/electron/src/main.mjs",
119119
"type": "module",

β€Ž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": "@dadigua/hyperchat-shared",
3-
"version": "2.0.0-alpha.61",
3+
"version": "2.0.0-alpha.62",
44
"description": "HyperChat Shared - Common types, utilities and schemas",
55
"type": "module",
66
"main": "dist/index.js",

β€Žpackages/web/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dadigua/hyperchat-web",
3-
"version": "2.0.0-alpha.61",
3+
"version": "2.0.0-alpha.62",
44
"private": true,
55
"dependencies": {
66
"@ant-design/cssinjs": "^1.24.0",

0 commit comments

Comments
Β (0)