diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77626a2..ca232ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "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" + "packages/core": "0.13.0", + "packages/devtools": "0.13.0", + "packages/ecsia": "0.13.0", + "packages/react": "0.13.0", + "packages/relations": "0.13.0", + "packages/scheduler": "0.13.0", + "packages/schema": "0.13.0", + "packages/serialization": "0.13.0", + "packages/three": "0.13.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b9dfa07..36b8da0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/core-v0.12.1...core-v0.13.0) (2026-06-08) + + +### Features + +* compile() — the ergonomic .each path, codegen'd to bindColumns speed ([#86](https://github.com/andymai/ecsia/issues/86)) ([fb1317c](https://github.com/andymai/ecsia/commit/fb1317c255be9bcc3e3a6ee61fd2308b6d2c547e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/schema bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/core-v0.12.0...core-v0.12.1) (2026-06-08) diff --git a/packages/core/package.json b/packages/core/package.json index cd363f3..2b3e270 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/core", - "version": "0.12.1", + "version": "0.13.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 926beba..d0b2bb7 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/devtools-v0.12.1...devtools-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **devtools:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * @ecsia/scheduler bumped to 0.13.0 + * devDependencies + * @ecsia/relations bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/devtools-v0.12.0...devtools-v0.12.1) (2026-06-08) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index cdf7df1..c8a05ac 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/devtools", - "version": "0.12.1", + "version": "0.13.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 a99b38b..cfaa7e7 100644 --- a/packages/ecsia/CHANGELOG.md +++ b/packages/ecsia/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/ecsia-v0.12.1...ecsia-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **ecsia:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * @ecsia/relations bumped to 0.13.0 + * @ecsia/scheduler bumped to 0.13.0 + * @ecsia/serialization bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/ecsia-v0.12.0...ecsia-v0.12.1) (2026-06-08) diff --git a/packages/ecsia/package.json b/packages/ecsia/package.json index fe9125e..5d1e061 100644 --- a/packages/ecsia/package.json +++ b/packages/ecsia/package.json @@ -1,6 +1,6 @@ { "name": "ecsia", - "version": "0.12.1", + "version": "0.13.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 2e6cdb6..ab64215 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/react-v0.12.1...react-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **react:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * devDependencies + * @ecsia/relations bumped to 0.13.0 + * @ecsia/scheduler bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/react-v0.12.0...react-v0.12.1) (2026-06-08) diff --git a/packages/react/package.json b/packages/react/package.json index 8dcfb7e..2f8c554 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/react", - "version": "0.12.1", + "version": "0.13.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 4498644..f0e4383 100644 --- a/packages/relations/CHANGELOG.md +++ b/packages/relations/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/relations-v0.12.1...relations-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **relations:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/relations-v0.12.0...relations-v0.12.1) (2026-06-08) diff --git a/packages/relations/package.json b/packages/relations/package.json index 31a7760..5f6c071 100644 --- a/packages/relations/package.json +++ b/packages/relations/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/relations", - "version": "0.12.1", + "version": "0.13.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 3c551a3..0f60250 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/scheduler-v0.12.1...scheduler-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **scheduler:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * devDependencies + * @ecsia/relations bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/scheduler-v0.12.0...scheduler-v0.12.1) (2026-06-08) diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index d8c1795..492afaf 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/scheduler", - "version": "0.12.1", + "version": "0.13.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 be3b74a..7eb6410 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/schema-v0.12.1...schema-v0.13.0) (2026-06-08) + + +### Features + +* compile() — the ergonomic .each path, codegen'd to bindColumns speed ([#86](https://github.com/andymai/ecsia/issues/86)) ([fb1317c](https://github.com/andymai/ecsia/commit/fb1317c255be9bcc3e3a6ee61fd2308b6d2c547e)) + ## [0.12.1](https://github.com/andymai/ecsia/compare/schema-v0.12.0...schema-v0.12.1) (2026-06-08) diff --git a/packages/schema/package.json b/packages/schema/package.json index 6b6e4e6..6500e8a 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/schema", - "version": "0.12.1", + "version": "0.13.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 8cb49ec..8c291cb 100644 --- a/packages/serialization/CHANGELOG.md +++ b/packages/serialization/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/serialization-v0.12.1...serialization-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **serialization:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * devDependencies + * @ecsia/relations bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/serialization-v0.12.0...serialization-v0.12.1) (2026-06-08) diff --git a/packages/serialization/package.json b/packages/serialization/package.json index 701f703..318f04d 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/serialization", - "version": "0.12.1", + "version": "0.13.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 33d4935..516e8dd 100644 --- a/packages/three/CHANGELOG.md +++ b/packages/three/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.13.0](https://github.com/andymai/ecsia/compare/three-v0.12.1...three-v0.13.0) (2026-06-08) + + +### Miscellaneous + +* **three:** Synchronize ecsia versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ecsia/core bumped to 0.13.0 + * @ecsia/schema bumped to 0.13.0 + * devDependencies + * @ecsia/scheduler bumped to 0.13.0 + ## [0.12.1](https://github.com/andymai/ecsia/compare/three-v0.12.0...three-v0.12.1) (2026-06-08) diff --git a/packages/three/package.json b/packages/three/package.json index 0cc442d..2d5ff06 100644 --- a/packages/three/package.json +++ b/packages/three/package.json @@ -1,6 +1,6 @@ { "name": "@ecsia/three", - "version": "0.12.1", + "version": "0.13.0", "description": "three.js bindings for ecsia: drive Object3D transforms and instanced meshes from components.", "keywords": [ "ecs",