chore: release packages (#351)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-26 22:32:12 +08:00
committed by GitHub
parent d66c18041e
commit 1e31e9101b
8 changed files with 28 additions and 20 deletions

View File

@@ -1,9 +0,0 @@
---
"@esengine/cli": minor
---
feat(cli): 添加模块管理命令
- 新增 `list` 命令:按分类显示可用模块
- 新增 `add [modules...]` 命令:添加模块到项目,支持交互式选择
- 新增 `remove [modules...]` 命令:从项目移除模块,支持确认提示

View File

@@ -1,8 +0,0 @@
---
"@esengine/spatial": patch
---
fix(spatial): 修复 GridAOI 可见性更新问题
- 修复 `addObserver` 时现有观察者无法检测到新实体的问题
- 修复实体远距离移动时观察者可见性未正确更新的问题