Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/ecsia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ecsia/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/relations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/relations/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/serialization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/three/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading