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 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.

# [1.3.0](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/nanoforge@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

## Features

- **input:** Add mouse input event in input library (#332) ([39c185d](https://github.com/NanoForge-dev/Engine/commit/39c185d935771ddeae6d293e3a6e6f4096de3cf2)) by @bill-h4rper
- Add core editor contribution ressources (#263) ([6c27bf0](https://github.com/NanoForge-dev/Engine/commit/6c27bf08b7d894d96940d2c572e224c01c48e374)) by @Exeloo

## Testing

- Add unit and e2e tests (#244) ([d593579](https://github.com/NanoForge-dev/Engine/commit/d593579f149370e1d4f32eec5cac5d251fc31f9c)) by @Exeloo

2 changes: 1 addition & 1 deletion 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/nanoforge",
"version": "0.0.0",
"version": "1.3.0",
"description": "NanoForge Engine",
"homepage": "https://github.com/NanoForge-dev/Engine#readme",
"bugs": "https://github.com/NanoForge-dev/Engine/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/asset-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/asset-manager@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/asset-manager@1.0.2...@nanoforge-dev/asset-manager@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/asset-manager@1.0.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/asset-manager@1.0.1...@nanoforge-dev/asset-manager@1.0.2) - (2026-04-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-manager/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/asset-manager",
"version": "1.0.2",
"version": "1.3.0",
"description": "NanoForge Engine - Asset Manager",
"keywords": [
"nanoforge",
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

# [@nanoforge-dev/common@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/common@1.1.1...@nanoforge-dev/common@1.3.0) - (2026-05-26)

## Features

- **input:** Add mouse input event in input library (#332) ([39c185d](https://github.com/NanoForge-dev/Engine/commit/39c185d935771ddeae6d293e3a6e6f4096de3cf2)) by @bill-h4rper

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/common@1.1.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/common@1.1.0...@nanoforge-dev/common@1.1.1) - (2026-04-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/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/common",
"version": "1.1.1",
"version": "1.3.0",
"description": "NanoForge Engine - Common",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/config@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/config@1.1.0...@nanoforge-dev/config@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/config@1.1.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/config@1.0.1...@nanoforge-dev/config@1.1.0) - (2026-04-02)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/config/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/config",
"version": "1.1.0",
"version": "1.3.0",
"description": "NanoForge Engine - Config",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/core-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/core-editor@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core-editor@1.0.2...@nanoforge-dev/core-editor@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/core-editor@1.0.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core-editor@1.0.1...@nanoforge-dev/core-editor@1.0.2) - (2026-04-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-editor/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/core-editor",
"version": "1.0.2",
"version": "1.3.0",
"description": "NanoForge Engine - Core Editor",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/core@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core@1.1.0...@nanoforge-dev/core@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/core@1.1.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core@1.0.1...@nanoforge-dev/core@1.1.0) - (2026-04-02)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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/core",
"version": "1.1.0",
"version": "1.3.0",
"description": "NanoForge Engine - Core",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/ecs-client@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-client@1.1.4...@nanoforge-dev/ecs-client@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/ecs-client@1.1.4](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-client@1.1.3...@nanoforge-dev/ecs-client@1.1.4) - (2026-04-29)

## Bug Fixes
Expand Down
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": "1.1.4",
"version": "1.3.0",
"description": "NanoForge Engine - ECS Client",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecs-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/ecs-lib@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-lib@1.1.2...@nanoforge-dev/ecs-lib@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/ecs-lib@1.1.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-lib@1.1.1...@nanoforge-dev/ecs-lib@1.1.2) - (2026-04-16)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-lib/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-lib",
"version": "1.1.2",
"version": "1.3.0",
"description": "NanoForge Engine - ECS Lib (source code use by ECS Client and Server)",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/ecs-server@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-server@1.1.4...@nanoforge-dev/ecs-server@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/ecs-server@1.1.4](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-server@1.1.3...@nanoforge-dev/ecs-server@1.1.4) - (2026-04-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-server/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-server",
"version": "1.1.4",
"version": "1.3.0",
"description": "NanoForge Engine - ECS Server",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphics-2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/graphics-2d@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/graphics-2d@1.0.3...@nanoforge-dev/graphics-2d@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/graphics-2d@1.0.3](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/graphics-2d@1.0.2...@nanoforge-dev/graphics-2d@1.0.3) - (2026-04-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphics-2d/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/graphics-2d",
"version": "1.0.3",
"version": "1.3.0",
"description": "NanoForge Engine - Graphics-2d",
"keywords": [
"nanoforge",
Expand Down
10 changes: 10 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

# [@nanoforge-dev/input@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/input@1.0.2...@nanoforge-dev/input@1.3.0) - (2026-05-26)

## Features

- **input:** Add mouse input event in input library (#332) ([39c185d](https://github.com/NanoForge-dev/Engine/commit/39c185d935771ddeae6d293e3a6e6f4096de3cf2)) by @bill-h4rper

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/input@1.0.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/input@1.0.1...@nanoforge-dev/input@1.0.2) - (2026-04-14)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/input/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/input",
"version": "1.0.2",
"version": "1.3.0",
"description": "NanoForge Engine - Input",
"keywords": [
"nanoforge",
Expand Down
14 changes: 14 additions & 0 deletions packages/music/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

# [@nanoforge-dev/music@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/music@1.0.1...@nanoforge-dev/music@1.3.0) - (2026-05-26)

## Features

- Add core editor contribution ressources (#263) ([6c27bf0](https://github.com/NanoForge-dev/Engine/commit/6c27bf08b7d894d96940d2c572e224c01c48e374)) by @Exeloo

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

## Testing

- Add unit and e2e tests (#244) ([d593579](https://github.com/NanoForge-dev/Engine/commit/d593579f149370e1d4f32eec5cac5d251fc31f9c)) by @Exeloo

# [@nanoforge-dev/music@1.0.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/music@1.0.0...@nanoforge-dev/music@1.0.1) - (2026-02-16)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/music/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/music",
"version": "1.0.1",
"version": "1.3.0",
"description": "NanoForge Engine - Music",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/network-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/network-client@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-client@1.2.0...@nanoforge-dev/network-client@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/network-client@1.2.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-client@1.1.0...@nanoforge-dev/network-client@1.2.0) - (2026-04-02)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/network-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/network-client",
"version": "1.2.0",
"version": "1.3.0",
"description": "NanoForge Engine - Network Client",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/network-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [@nanoforge-dev/network-server@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-server@1.2.0...@nanoforge-dev/network-server@1.3.0) - (2026-05-26)

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

# [@nanoforge-dev/network-server@1.2.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-server@1.1.0...@nanoforge-dev/network-server@1.2.0) - (2026-04-02)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/network-server/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/network-server",
"version": "1.2.0",
"version": "1.3.0",
"description": "NanoForge Engine - Network Server",
"keywords": [
"nanoforge",
Expand Down
14 changes: 14 additions & 0 deletions packages/sound/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

# [@nanoforge-dev/sound@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/sound@1.0.1...@nanoforge-dev/sound@1.3.0) - (2026-05-26)

## Features

- Add core editor contribution ressources (#263) ([6c27bf0](https://github.com/NanoForge-dev/Engine/commit/6c27bf08b7d894d96940d2c572e224c01c48e374)) by @Exeloo

## Refactor

- **docs:** Migrate to mdx (#343) ([66f66a7](https://github.com/NanoForge-dev/Engine/commit/66f66a71fa0a50cf528645c0929702e973ba6178)) by @MartinFillon

## Testing

- Add unit and e2e tests (#244) ([d593579](https://github.com/NanoForge-dev/Engine/commit/d593579f149370e1d4f32eec5cac5d251fc31f9c)) by @Exeloo

# [@nanoforge-dev/sound@1.0.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/sound@1.0.0...@nanoforge-dev/sound@1.0.1) - (2026-02-16)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/sound/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/sound",
"version": "1.0.1",
"version": "1.3.0",
"description": "NanoForge Engine - Sound",
"keywords": [
"nanoforge",
Expand Down
Loading