chore: release packages (#397)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-30 16:59:49 +08:00
committed by GitHub
parent 04b08f3f07
commit ddc7d1f726
22 changed files with 92 additions and 18 deletions

View File

@@ -1,7 +0,0 @@
---
"@esengine/ecs-framework": patch
---
fix(ecs): COMPONENT_ADDED 事件添加 entity 字段
修复 `ECSEventType.COMPONENT_ADDED` 事件缺少 `entity` 字段的问题,导致 ECSRoom 的 `@NetworkEntity` 自动广播功能报错。