From c3da4262021389ca7bd94f748266d6302ebf2efe Mon Sep 17 00:00:00 2001 From: "release-kun[bot]" <276042328+release-kun[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:42:35 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 +++++++++--------- packages/core/CHANGELOG.md | 14 ++++++++++++++ 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, 159 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df9d97a..77626a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/core": "0.12.0", - "packages/devtools": "0.12.0", - "packages/ecsia": "0.12.0", - "packages/react": "0.12.0", - "packages/relations": "0.12.0", - "packages/scheduler": "0.12.0", - "packages/schema": "0.12.0", - "packages/serialization": "0.12.0", - "packages/three": "0.12.0" + "packages/core": "0.12.1", + "packages/devtools": "0.12.1", + "packages/ecsia": "0.12.1", + "packages/react": "0.12.1", + "packages/relations": "0.12.1", + "packages/scheduler": "0.12.1", + "packages/schema": "0.12.1", + "packages/serialization": "0.12.1", + "packages/three": "0.12.1" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index eecbde1..b9dfa07 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/core-v0.12.0...core-v0.12.1) (2026-06-08) + + +### Performance + +* **core:** codegen bindColumns runners — beat bitECS, no post-growth penalty ([#82](https://github.com/andymai/ecsia/issues/82)) ([ec50962](https://github.com/andymai/ecsia/commit/ec509621958d5b9b5383e45936caabadb668ec5b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/schema bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/core-v0.11.0...core-v0.12.0) (2026-06-08) diff --git a/packages/core/package.json b/packages/core/package.json index ffe5af7..cd363f3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/core", - "version": "0.12.0", + "version": "0.12.1", "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 5394cc2..926beba 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/devtools-v0.12.0...devtools-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **devtools:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * @ecsia/scheduler bumped to 0.12.1 + * devDependencies + * @ecsia/relations bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/devtools-v0.11.0...devtools-v0.12.0) (2026-06-08) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 3c3d111..cdf7df1 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/devtools", - "version": "0.12.0", + "version": "0.12.1", "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 ede1e07..a99b38b 100644 --- a/packages/ecsia/CHANGELOG.md +++ b/packages/ecsia/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/ecsia-v0.12.0...ecsia-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **ecsia:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * @ecsia/relations bumped to 0.12.1 + * @ecsia/scheduler bumped to 0.12.1 + * @ecsia/serialization bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/ecsia-v0.11.0...ecsia-v0.12.0) (2026-06-08) diff --git a/packages/ecsia/package.json b/packages/ecsia/package.json index 665a209..fe9125e 100644 --- a/packages/ecsia/package.json +++ b/packages/ecsia/package.json @@ -1,6 +1,6 @@ { "name": "ecsia", - "version": "0.12.0", + "version": "0.12.1", "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 7d25694..2e6cdb6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/react-v0.12.0...react-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **react:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * devDependencies + * @ecsia/relations bumped to 0.12.1 + * @ecsia/scheduler bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/react-v0.11.0...react-v0.12.0) (2026-06-08) diff --git a/packages/react/package.json b/packages/react/package.json index fccc3aa..8dcfb7e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/react", - "version": "0.12.0", + "version": "0.12.1", "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 071f23f..4498644 100644 --- a/packages/relations/CHANGELOG.md +++ b/packages/relations/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/relations-v0.12.0...relations-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **relations:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/relations-v0.11.0...relations-v0.12.0) (2026-06-08) diff --git a/packages/relations/package.json b/packages/relations/package.json index 09e40f3..31a7760 100644 --- a/packages/relations/package.json +++ b/packages/relations/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/relations", - "version": "0.12.0", + "version": "0.12.1", "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 62a8670..3c551a3 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/scheduler-v0.12.0...scheduler-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **scheduler:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * devDependencies + * @ecsia/relations bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/scheduler-v0.11.0...scheduler-v0.12.0) (2026-06-08) diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 024065f..d8c1795 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/scheduler", - "version": "0.12.0", + "version": "0.12.1", "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 710e350..be3b74a 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/schema-v0.12.0...schema-v0.12.1) (2026-06-08) + + +### Performance + +* **core:** codegen bindColumns runners — beat bitECS, no post-growth penalty ([#82](https://github.com/andymai/ecsia/issues/82)) ([ec50962](https://github.com/andymai/ecsia/commit/ec509621958d5b9b5383e45936caabadb668ec5b)) + ## [0.12.0](https://github.com/andymai/ecsia/compare/schema-v0.11.0...schema-v0.12.0) (2026-06-08) diff --git a/packages/schema/package.json b/packages/schema/package.json index 00b8a81..6b6e4e6 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/schema", - "version": "0.12.0", + "version": "0.12.1", "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 242f5ca..8cb49ec 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/serialization-v0.12.0...serialization-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **serialization:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * devDependencies + * @ecsia/relations bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/serialization-v0.11.0...serialization-v0.12.0) (2026-06-08) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 04ea02d..701f703 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/serialization", - "version": "0.12.0", + "version": "0.12.1", "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 e0799a1..33d4935 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.1](https://github.com/andymai/ecsia/compare/three-v0.12.0...three-v0.12.1) (2026-06-08) + + +### Miscellaneous + +* **three:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.1 + * @ecsia/schema bumped to 0.12.1 + * devDependencies + * @ecsia/scheduler bumped to 0.12.1 + ## [0.12.0](https://github.com/andymai/ecsia/compare/three-v0.11.0...three-v0.12.0) (2026-06-08) diff --git a/packages/three/package.json b/packages/three/package.json index eb998ce..0cc442d 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/three", - "version": "0.12.0", + "version": "0.12.1", "description": "three.js bindings for ecsia: drive Object3D transforms and instanced meshes from components.", "keywords": [ "ecs",