diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e3614a..df9d97a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "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" + "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" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 30f9119..eecbde1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/core-v0.11.0...core-v0.12.0) (2026-06-08) + + +### Features + +* **core:** expose per-spec strides on bindColumns meta ([#80](https://github.com/andymai/ecsia/issues/80)) ([a690bff](https://github.com/andymai/ecsia/commit/a690bffbd421c9d168f7aec30c5eeadd3cb8bff0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/schema bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/core-v0.10.0...core-v0.11.0) (2026-06-08) diff --git a/packages/core/package.json b/packages/core/package.json index ee2d6be..ffe5af7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/core", - "version": "0.11.0", + "version": "0.12.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 5ca6589..5394cc2 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/devtools-v0.11.0...devtools-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **devtools:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * @ecsia/scheduler bumped to 0.12.0 + * devDependencies + * @ecsia/relations bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/devtools-v0.10.0...devtools-v0.11.0) (2026-06-08) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2d255f5..3c3d111 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/devtools", - "version": "0.11.0", + "version": "0.12.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 9d72fb5..ede1e07 100644 --- a/packages/ecsia/CHANGELOG.md +++ b/packages/ecsia/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/ecsia-v0.11.0...ecsia-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **ecsia:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * @ecsia/relations bumped to 0.12.0 + * @ecsia/scheduler bumped to 0.12.0 + * @ecsia/serialization bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/ecsia-v0.10.0...ecsia-v0.11.0) (2026-06-08) diff --git a/packages/ecsia/package.json b/packages/ecsia/package.json index 1bcd60a..665a209 100644 --- a/packages/ecsia/package.json +++ b/packages/ecsia/package.json @@ -1,6 +1,6 @@ { "name": "ecsia", - "version": "0.11.0", + "version": "0.12.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 e9d01c3..7d25694 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/react-v0.11.0...react-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **react:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * devDependencies + * @ecsia/relations bumped to 0.12.0 + * @ecsia/scheduler bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/react-v0.10.0...react-v0.11.0) (2026-06-08) diff --git a/packages/react/package.json b/packages/react/package.json index 80f45f4..fccc3aa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/react", - "version": "0.11.0", + "version": "0.12.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 fef8c5d..071f23f 100644 --- a/packages/relations/CHANGELOG.md +++ b/packages/relations/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/relations-v0.11.0...relations-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **relations:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/relations-v0.10.0...relations-v0.11.0) (2026-06-08) diff --git a/packages/relations/package.json b/packages/relations/package.json index 9b8b028..09e40f3 100644 --- a/packages/relations/package.json +++ b/packages/relations/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/relations", - "version": "0.11.0", + "version": "0.12.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 b9160e3..62a8670 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/scheduler-v0.11.0...scheduler-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **scheduler:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * devDependencies + * @ecsia/relations bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/scheduler-v0.10.0...scheduler-v0.11.0) (2026-06-08) diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 4146b4c..024065f 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/scheduler", - "version": "0.11.0", + "version": "0.12.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 da786f1..710e350 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/schema-v0.11.0...schema-v0.12.0) (2026-06-08) + + +### Features + +* **core:** expose per-spec strides on bindColumns meta ([#80](https://github.com/andymai/ecsia/issues/80)) ([a690bff](https://github.com/andymai/ecsia/commit/a690bffbd421c9d168f7aec30c5eeadd3cb8bff0)) + ## [0.11.0](https://github.com/andymai/ecsia/compare/schema-v0.10.0...schema-v0.11.0) (2026-06-08) diff --git a/packages/schema/package.json b/packages/schema/package.json index c458e05..00b8a81 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/schema", - "version": "0.11.0", + "version": "0.12.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 cc65a27..242f5ca 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/serialization-v0.11.0...serialization-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **serialization:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * devDependencies + * @ecsia/relations bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/serialization-v0.10.0...serialization-v0.11.0) (2026-06-08) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 4211332..04ea02d 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/serialization", - "version": "0.11.0", + "version": "0.12.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 e213e61..e0799a1 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.12.0](https://github.com/andymai/ecsia/compare/three-v0.11.0...three-v0.12.0) (2026-06-08) + + +### Miscellaneous + +* **three:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.12.0 + * @ecsia/schema bumped to 0.12.0 + * devDependencies + * @ecsia/scheduler bumped to 0.12.0 + ## [0.11.0](https://github.com/andymai/ecsia/compare/three-v0.10.0...three-v0.11.0) (2026-06-08) diff --git a/packages/three/package.json b/packages/three/package.json index 518984c..eb998ce 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/three", - "version": "0.11.0", + "version": "0.12.0", "description": "three.js bindings for ecsia: drive Object3D transforms and instanced meshes from components.", "keywords": [ "ecs",