From a0f071afaa11032a9b7570dee67b6999c98db39d Mon Sep 17 00:00:00 2001 From: "release-kun[bot]" <276042328+release-kun[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:17:58 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 +++++++++--------- packages/core/CHANGELOG.md | 15 +++++++++++++++ packages/core/package.json | 2 +- packages/devtools/CHANGELOG.md | 18 ++++++++++++++++++ packages/devtools/package.json | 2 +- packages/ecsia/CHANGELOG.md | 18 ++++++++++++++++++ packages/ecsia/package.json | 2 +- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 2 +- packages/relations/CHANGELOG.md | 15 +++++++++++++++ packages/relations/package.json | 2 +- packages/scheduler/CHANGELOG.md | 17 +++++++++++++++++ packages/scheduler/package.json | 2 +- packages/schema/CHANGELOG.md | 7 +++++++ packages/schema/package.json | 2 +- packages/serialization/CHANGELOG.md | 17 +++++++++++++++++ packages/serialization/package.json | 2 +- packages/three/CHANGELOG.md | 17 +++++++++++++++++ packages/three/package.json | 2 +- 19 files changed, 160 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f3ec963..5e3614a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/core": "0.10.0", - "packages/devtools": "0.10.0", - "packages/ecsia": "0.10.0", - "packages/react": "0.10.0", - "packages/relations": "0.10.0", - "packages/scheduler": "0.10.0", - "packages/schema": "0.10.0", - "packages/serialization": "0.10.0", - "packages/three": "0.10.0" + "packages/core": "0.11.0", + "packages/devtools": "0.11.0", + "packages/ecsia": "0.11.0", + "packages/react": "0.11.0", + "packages/relations": "0.11.0", + "packages/scheduler": "0.11.0", + "packages/schema": "0.11.0", + "packages/serialization": "0.11.0", + "packages/three": "0.11.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7fbb58d..30f9119 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/core-v0.10.0...core-v0.11.0) (2026-06-08) + + +### Features + +* **core:** deferred-dead-row hold closes the numeric observer-window boundary (PR2/2) ([#79](https://github.com/andymai/ecsia/issues/79)) ([8f8867d](https://github.com/andymai/ecsia/commit/8f8867d821fbfa3f8b22c983ed30e396939a28c8)) +* **core:** generation-aware numeric reads in the observer window (PR1/2) ([#77](https://github.com/andymai/ecsia/issues/77)) ([abd8ceb](https://github.com/andymai/ecsia/commit/abd8cebe1a4cbee33883bf9437ed76c1b83a87c5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/schema bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/core-v0.9.0...core-v0.10.0) (2026-06-08) diff --git a/packages/core/package.json b/packages/core/package.json index bc85783..ee2d6be 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/core", - "version": "0.10.0", + "version": "0.11.0", "description": "The ecsia core: archetype storage, typed component accessors, queries, and change tracking. Works standalone on a single thread.", "keywords": [ "ecs", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index d5944c7..5ca6589 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/devtools-v0.10.0...devtools-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **devtools:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * @ecsia/scheduler bumped to 0.11.0 + * devDependencies + * @ecsia/relations bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/devtools-v0.9.0...devtools-v0.10.0) (2026-06-08) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index f6c4019..2d255f5 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/devtools", - "version": "0.10.0", + "version": "0.11.0", "description": "Inspect ecsia worlds and schedules: entity and archetype reports, plus a breakdown of what runs in parallel and why.", "keywords": [ "ecs", diff --git a/packages/ecsia/CHANGELOG.md b/packages/ecsia/CHANGELOG.md index c72dbad..9d72fb5 100644 --- a/packages/ecsia/CHANGELOG.md +++ b/packages/ecsia/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/ecsia-v0.10.0...ecsia-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **ecsia:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * @ecsia/relations bumped to 0.11.0 + * @ecsia/scheduler bumped to 0.11.0 + * @ecsia/serialization bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/ecsia-v0.9.0...ecsia-v0.10.0) (2026-06-08) diff --git a/packages/ecsia/package.json b/packages/ecsia/package.json index 508ea2c..1bcd60a 100644 --- a/packages/ecsia/package.json +++ b/packages/ecsia/package.json @@ -1,6 +1,6 @@ { "name": "ecsia", - "version": "0.10.0", + "version": "0.11.0", "description": "Fast, type-safe entity component system for TypeScript with automatic multithreading.", "keywords": [ "ecs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 034d6d5..e9d01c3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/react-v0.10.0...react-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **react:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * devDependencies + * @ecsia/relations bumped to 0.11.0 + * @ecsia/scheduler bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/react-v0.9.0...react-v0.10.0) (2026-06-08) diff --git a/packages/react/package.json b/packages/react/package.json index 438ae90..80f45f4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/react", - "version": "0.10.0", + "version": "0.11.0", "description": "React bindings for ecsia: render entity lists and component values from hooks, driven by the world's deferred observers.", "keywords": [ "ecs", diff --git a/packages/relations/CHANGELOG.md b/packages/relations/CHANGELOG.md index 4de8092..fef8c5d 100644 --- a/packages/relations/CHANGELOG.md +++ b/packages/relations/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/relations-v0.10.0...relations-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **relations:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/relations-v0.9.0...relations-v0.10.0) (2026-06-08) diff --git a/packages/relations/package.json b/packages/relations/package.json index 3478a1a..9b8b028 100644 --- a/packages/relations/package.json +++ b/packages/relations/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/relations", - "version": "0.10.0", + "version": "0.11.0", "description": "Entity relationships for ecsia: hierarchies, targeting, and other entity-to-entity links, with fast queries and despawn cascades.", "keywords": [ "ecs", diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index ffc5bc7..b9160e3 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/scheduler-v0.10.0...scheduler-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **scheduler:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * devDependencies + * @ecsia/relations bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/scheduler-v0.9.0...scheduler-v0.10.0) (2026-06-08) diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 7b014b8..4146b4c 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/scheduler", - "version": "0.10.0", + "version": "0.11.0", "description": "System scheduler for ecsia: declare what each system reads and writes, and non-conflicting systems run in parallel across worker threads.", "keywords": [ "ecs", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 42d87f0..da786f1 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/schema-v0.10.0...schema-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **schema:** Synchronize ecsia versions + ## [0.10.0](https://github.com/andymai/ecsia/compare/schema-v0.9.0...schema-v0.10.0) (2026-06-08) diff --git a/packages/schema/package.json b/packages/schema/package.json index b158918..c458e05 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/schema", - "version": "0.10.0", + "version": "0.11.0", "description": "Component schema tokens and query type inference for ecsia.", "keywords": [ "ecs", diff --git a/packages/serialization/CHANGELOG.md b/packages/serialization/CHANGELOG.md index 9ab72c4..cc65a27 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/serialization-v0.10.0...serialization-v0.11.0) (2026-06-08) + + +### Features + +* **core:** deferred-dead-row hold closes the numeric observer-window boundary (PR2/2) ([#79](https://github.com/andymai/ecsia/issues/79)) ([8f8867d](https://github.com/andymai/ecsia/commit/8f8867d821fbfa3f8b22c983ed30e396939a28c8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * devDependencies + * @ecsia/relations bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/serialization-v0.9.0...serialization-v0.10.0) (2026-06-08) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 4788467..4211332 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/serialization", - "version": "0.10.0", + "version": "0.11.0", "description": "Save and load ecsia worlds: full snapshots, incremental deltas, and worker handoff.", "keywords": [ "ecs", diff --git a/packages/three/CHANGELOG.md b/packages/three/CHANGELOG.md index 6c20c12..e213e61 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.11.0](https://github.com/andymai/ecsia/compare/three-v0.10.0...three-v0.11.0) (2026-06-08) + + +### Miscellaneous + +* **three:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.11.0 + * @ecsia/schema bumped to 0.11.0 + * devDependencies + * @ecsia/scheduler bumped to 0.11.0 + ## [0.10.0](https://github.com/andymai/ecsia/compare/three-v0.9.0...three-v0.10.0) (2026-06-08) diff --git a/packages/three/package.json b/packages/three/package.json index a54aff9..518984c 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/three", - "version": "0.10.0", + "version": "0.11.0", "description": "three.js bindings for ecsia: drive Object3D transforms and instanced meshes from components.", "keywords": [ "ecs",