From 27b9e174eb66c2424e0f1decf81c767da9e234ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:16:57 +0800 Subject: [PATCH] chore: release packages (#348) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/framework-package-configs.md | 9 --------- packages/framework/fsm/CHANGELOG.md | 7 +++++++ packages/framework/fsm/package.json | 2 +- packages/framework/pathfinding/CHANGELOG.md | 7 +++++++ packages/framework/pathfinding/package.json | 2 +- packages/framework/procgen/CHANGELOG.md | 7 +++++++ packages/framework/procgen/package.json | 2 +- packages/framework/spatial/CHANGELOG.md | 7 +++++++ packages/framework/spatial/package.json | 2 +- packages/framework/timer/CHANGELOG.md | 7 +++++++ packages/framework/timer/package.json | 2 +- 11 files changed, 40 insertions(+), 14 deletions(-) delete mode 100644 .changeset/framework-package-configs.md create mode 100644 packages/framework/fsm/CHANGELOG.md create mode 100644 packages/framework/pathfinding/CHANGELOG.md create mode 100644 packages/framework/procgen/CHANGELOG.md create mode 100644 packages/framework/spatial/CHANGELOG.md create mode 100644 packages/framework/timer/CHANGELOG.md diff --git a/.changeset/framework-package-configs.md b/.changeset/framework-package-configs.md deleted file mode 100644 index 0faa19d6..00000000 --- a/.changeset/framework-package-configs.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@esengine/fsm": patch -"@esengine/timer": patch -"@esengine/spatial": patch -"@esengine/procgen": patch -"@esengine/pathfinding": patch ---- - -fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/fsm/CHANGELOG.md b/packages/framework/fsm/CHANGELOG.md new file mode 100644 index 00000000..6e73a509 --- /dev/null +++ b/packages/framework/fsm/CHANGELOG.md @@ -0,0 +1,7 @@ +# @esengine/fsm + +## 1.0.1 + +### Patch Changes + +- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/fsm/package.json b/packages/framework/fsm/package.json index 64266848..7179aa7f 100644 --- a/packages/framework/fsm/package.json +++ b/packages/framework/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/fsm", - "version": "1.0.0", + "version": "1.0.1", "description": "Finite State Machine for ECS Framework / ECS 框架的有限状态机", "type": "module", "main": "./dist/index.js", diff --git a/packages/framework/pathfinding/CHANGELOG.md b/packages/framework/pathfinding/CHANGELOG.md new file mode 100644 index 00000000..84785636 --- /dev/null +++ b/packages/framework/pathfinding/CHANGELOG.md @@ -0,0 +1,7 @@ +# @esengine/pathfinding + +## 1.0.1 + +### Patch Changes + +- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/pathfinding/package.json b/packages/framework/pathfinding/package.json index ec33d723..25969a3d 100644 --- a/packages/framework/pathfinding/package.json +++ b/packages/framework/pathfinding/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/pathfinding", - "version": "1.0.0", + "version": "1.0.1", "description": "寻路系统 | Pathfinding System - A*, Grid, NavMesh", "type": "module", "main": "./dist/index.js", diff --git a/packages/framework/procgen/CHANGELOG.md b/packages/framework/procgen/CHANGELOG.md new file mode 100644 index 00000000..fa25a0a5 --- /dev/null +++ b/packages/framework/procgen/CHANGELOG.md @@ -0,0 +1,7 @@ +# @esengine/procgen + +## 1.0.1 + +### Patch Changes + +- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/procgen/package.json b/packages/framework/procgen/package.json index 6f5b2248..45a92ddd 100644 --- a/packages/framework/procgen/package.json +++ b/packages/framework/procgen/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/procgen", - "version": "1.0.0", + "version": "1.0.1", "description": "Procedural generation tools for ECS Framework / ECS 框架的程序化生成工具", "type": "module", "main": "./dist/index.js", diff --git a/packages/framework/spatial/CHANGELOG.md b/packages/framework/spatial/CHANGELOG.md new file mode 100644 index 00000000..3ef65014 --- /dev/null +++ b/packages/framework/spatial/CHANGELOG.md @@ -0,0 +1,7 @@ +# @esengine/spatial + +## 1.0.1 + +### Patch Changes + +- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/spatial/package.json b/packages/framework/spatial/package.json index f16bad70..38eaa81a 100644 --- a/packages/framework/spatial/package.json +++ b/packages/framework/spatial/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/spatial", - "version": "1.0.0", + "version": "1.0.1", "description": "Spatial query and indexing system for ECS Framework / ECS 框架的空间查询和索引系统", "type": "module", "main": "./dist/index.js", diff --git a/packages/framework/timer/CHANGELOG.md b/packages/framework/timer/CHANGELOG.md new file mode 100644 index 00000000..02d5f2de --- /dev/null +++ b/packages/framework/timer/CHANGELOG.md @@ -0,0 +1,7 @@ +# @esengine/timer + +## 1.0.1 + +### Patch Changes + +- [#347](https://github.com/esengine/esengine/pull/347) [`ede440d`](https://github.com/esengine/esengine/commit/ede440d277e5834f7ccf5e771d2186873570438b) Thanks [@esengine](https://github.com/esengine)! - fix: 补充 peerDependencies, repository 和 keywords 配置 diff --git a/packages/framework/timer/package.json b/packages/framework/timer/package.json index f55fe8e6..7411d199 100644 --- a/packages/framework/timer/package.json +++ b/packages/framework/timer/package.json @@ -1,6 +1,6 @@ { "name": "@esengine/timer", - "version": "1.0.0", + "version": "1.0.1", "description": "Timer and cooldown system for ECS Framework / ECS 框架的定时器和冷却系统", "type": "module", "main": "./dist/index.js",