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
19 changes: 19 additions & 0 deletions packages/ecs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

# [@nanoforge-dev/[email protected]](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/[email protected]) - (2026-01-09)

## Bug Fixes

- **ecs:** Change ecs tests build (#152) ([246759e](https://github.com/NanoForge-dev/Engine/commit/246759ead7bee2364f8405fab50133463ae88978)) by @Exeloo

## Documentation

- Update README files with new structure and detailed usage examples for all packages (#157) ([63fab73](https://github.com/NanoForge-dev/Engine/commit/63fab7326bd9c7e6b00f950694ab16c9d9190c53)) by @Exeloo
- Add funding (#147) ([7301fad](https://github.com/NanoForge-dev/Engine/commit/7301fad10f59b7e1f7fa788f8a2f6fc81d0db72e)) by @Exeloo

## Features

- Split ecs between client and server (#142) ([18fdd4a](https://github.com/NanoForge-dev/Engine/commit/18fdd4ab8d693ddcd0d3290e9ade127c4f410009)) by @Exeloo

2 changes: 1 addition & 1 deletion packages/ecs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/ecs-client",
"version": "0.0.1",
"version": "1.0.0",
"description": "NanoForge Engine - ECS Client",
"keywords": [
"nanoforge",
Expand Down
Loading