mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 18:28:30 +08:00
chore: 发布 v2.5.2
This commit is contained in:
parent
fefa2f9703
commit
5d6b31f86c
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
## [2.5.2](https://github.com/HuLaSpark/HuLa/compare/v2.5.1...v2.5.2) (2024-10-31)
|
||||||
|
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes | Bug 修复
|
||||||
|
|
||||||
|
* **build:** :bug: 升级wry版本修复mac安装报错问题 ([fefa2f9](https://github.com/HuLaSpark/HuLa/commit/fefa2f970305839064764cd1d82a0d8e557f3148))
|
||||||
|
* **component:** :bug: 修复聊天框内右键菜单问题 ([e59630b](https://github.com/HuLaSpark/HuLa/commit/e59630b70ed0d245174c97136d502bb63cac03ec))
|
||||||
|
|
||||||
## [2.5.1](https://github.com/HuLaSpark/HuLa/compare/v2.5.0...v2.5.1) (2024-10-29)
|
## [2.5.1](https://github.com/HuLaSpark/HuLa/compare/v2.5.0...v2.5.1) (2024-10-29)
|
||||||
|
|
||||||
### 🐛 Bug Fixes | Bug 修复
|
### 🐛 Bug Fixes | Bug 修复
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hula",
|
"name": "hula",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.12.0",
|
"node": ">=18.12.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "HuLa",
|
"productName": "HuLa",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"identifier": "com.hula.pc",
|
"identifier": "com.hula.pc",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "HuLa",
|
"productName": "HuLa",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"identifier": "com.hula.pc",
|
"identifier": "com.hula.pc",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "HuLa",
|
"productName": "HuLa",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"identifier": "com.hula.pc",
|
"identifier": "com.hula.pc",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user