chore: release packages (#358)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-27 10:31:43 +08:00
committed by GitHub
parent 5131ec3c52
commit c7f8208b6f
19 changed files with 80 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
# @esengine/ecs-framework
## 2.4.4
### Patch Changes
- [`7d74623`](https://github.com/esengine/esengine/commit/7d746237100084ac3456f1af92ff664db4e50cc8) Thanks [@esengine](https://github.com/esengine)! - fix(core): 修复 npm 发布目录配置,确保从 dist 目录发布以保持与 Cocos Creator 的兼容性
## 2.4.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/ecs-framework",
"version": "2.4.3",
"version": "2.4.4",
"description": "用于Laya、Cocos Creator等JavaScript游戏引擎的高性能ECS框架",
"main": "dist/index.cjs",
"module": "dist/index.mjs",