chore: 发布 v2.5.1

This commit is contained in:
nongyehong 2024-10-29 14:56:24 +08:00
parent 4cd9a9355d
commit e222216e1d
5 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
## [2.5.1](https://github.com/HuLaSpark/HuLa/compare/v2.5.0...v2.5.1) (2024-10-29)
### 🐛 Bug Fixes | Bug 修复
- **build:** :bug: 修复release配置导致打包的问题 ([4cd9a93](https://github.com/HuLaSpark/HuLa/commit/4cd9a9355d3c5cbd9101b709a839017c92538bfd))
- **build:** :bug: 添加不同编译版本,以修复不同架构安装出错问题 ([19fb138](https://github.com/HuLaSpark/HuLa/commit/19fb138d51afd2884c1abd7fc62ae47762c2678b))
- **global:** :bug: 修复艾特弹窗在mac下高度问题导致不显示 ([8a18e84](https://github.com/HuLaSpark/HuLa/commit/8a18e84ce781a7a987575ed9f27d2a8eff334bb6))
- **layout:** :bug: 修复更新弹窗显示更新的内容 ([bd7f6fb](https://github.com/HuLaSpark/HuLa/commit/bd7f6fbe7f27e69275e54c776d761a1751289bf0))
- **view:** :bug: 修复消息输入框部分bug ([24b8a51](https://github.com/HuLaSpark/HuLa/commit/24b8a517d85f5895ae66db64ac7d6d8ae547cad4))
## [2.5.0](https://github.com/HuLaSpark/HuLa/compare/v2.4.0...v2.5.0) (2024-10-27)
### ⚠ BREAKING CHANGES

View File

@ -1,7 +1,7 @@
{
"name": "hula",
"type": "module",
"version": "2.5.0",
"version": "2.5.1",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.0",
"version": "2.5.1",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.0",
"version": "2.5.1",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",

View File

@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.0",
"version": "2.5.1",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",