Skip to content

Commit 173ab19

Browse files
authored
chore(ecs-lib): release @nanoforge-dev/ecs-lib@1.0.0 (#174)
1 parent 083b4f4 commit 173ab19

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/ecs-lib/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [@nanoforge-dev/ecs-lib@1.0.0](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/ecs-lib@1.0.0) - (2026-01-09)
6+
7+
## Bug Fixes
8+
9+
- **ecs:** Change ecs tests build (#152) ([246759e](https://github.com/NanoForge-dev/Engine/commit/246759ead7bee2364f8405fab50133463ae88978)) by @Exeloo
10+
- **ecs:** Type error in editor manifest (#148) ([389b2d8](https://github.com/NanoForge-dev/Engine/commit/389b2d86ad1515579af94042234ebdf9685bb6ab)) by @MartinFillon
11+
12+
## Documentation
13+
14+
- Document registry and setup auto push for docs (#159) ([6d7caa6](https://github.com/NanoForge-dev/Engine/commit/6d7caa63fc78a5269536771d69e027775f1197d2)) by @MartinFillon
15+
- 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
16+
- Add funding (#147) ([7301fad](https://github.com/NanoForge-dev/Engine/commit/7301fad10f59b7e1f7fa788f8a2f6fc81d0db72e)) by @Exeloo
17+
18+
## Features
19+
20+
- **packages/network:** Client and server for tcp/udp and networked pong as example (#156) ([839fb95](https://github.com/NanoForge-dev/Engine/commit/839fb95449f6ae0ee66d7f7e279374268b743f65)) by @Tchips46
21+
- Split ecs between client and server (#142) ([18fdd4a](https://github.com/NanoForge-dev/Engine/commit/18fdd4ab8d693ddcd0d3290e9ade127c4f410009)) by @Exeloo
22+

packages/ecs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@nanoforge-dev/ecs-lib",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"description": "NanoForge Engine - ECS Lib (source code use by ECS Client and Server)",
66
"keywords": [
77
"nanoforge",

0 commit comments

Comments
 (0)