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,5 +1,13 @@
# @esengine/spatial
## 1.0.2
### Patch Changes
- [`d66c180`](https://github.com/esengine/esengine/commit/d66c18041ebffa67b4dd12a026075e22dc1f5d36) Thanks [@esengine](https://github.com/esengine)! - fix(spatial): 修复 GridAOI 可见性更新问题
- 修复 `addObserver` 时现有观察者无法检测到新实体的问题
- 修复实体远距离移动时观察者可见性未正确更新的问题
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/spatial",
"version": "1.0.1",
"version": "1.0.2",
"description": "Spatial query and indexing system for ECS Framework / ECS 框架的空间查询和索引系统",
"type": "module",
"main": "./dist/index.js",