From 4b934bcd3067657d93b3e3a77e78177c76bf2111 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 15:41:50 +0000 Subject: [PATCH] chore: release @nanoforge-dev/engine@1.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- packages/asset-manager/CHANGELOG.md | 10 ++++++++++ packages/asset-manager/package.json | 2 +- packages/common/CHANGELOG.md | 14 ++++++++++++++ packages/common/package.json | 2 +- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- packages/core-editor/CHANGELOG.md | 18 ++++++++++++++++++ packages/core-editor/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/ecs-client/CHANGELOG.md | 6 ++++++ packages/ecs-client/package.json | 2 +- packages/ecs-lib/CHANGELOG.md | 14 ++++++++++++++ packages/ecs-lib/package.json | 2 +- packages/ecs-server/CHANGELOG.md | 6 ++++++ packages/ecs-server/package.json | 2 +- packages/graphics-2d-editor/CHANGELOG.md | 10 ++++++++++ packages/graphics-2d-editor/package.json | 2 +- packages/graphics-2d/CHANGELOG.md | 15 +++++++++++++++ packages/graphics-2d/package.json | 2 +- packages/input/CHANGELOG.md | 6 ++++++ packages/input/package.json | 2 +- packages/music/CHANGELOG.md | 6 ++++++ packages/music/package.json | 2 +- packages/network-client/CHANGELOG.md | 10 ++++++++++ packages/network-client/package.json | 2 +- packages/network-server/CHANGELOG.md | 10 ++++++++++ packages/network-server/package.json | 2 +- packages/sound/CHANGELOG.md | 6 ++++++ packages/sound/package.json | 2 +- 32 files changed, 181 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd060c..32de9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.3.1...@nanoforge-dev/nanoforge@1.4.0) - (2026-07-01) + +## Bug Fixes + +- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo +- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46 + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo +- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo +- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46 +- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46 +- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46 +- Indexed zipper (#378) ([208b330](https://github.com/NanoForge-dev/Engine/commit/208b330bfd358561fca259b03bebc50563022d35)) by @Tchips46 +# Changelog +All notable changes to this project will be documented in this file. + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.3.0...@nanoforge-dev/nanoforge@1.3.1) - (2026-06-04) ## Documentation diff --git a/package.json b/package.json index 69a67c2..fcfbdfd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/nanoforge", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine", "homepage": "https://github.com/NanoForge-dev/Engine#readme", "bugs": "https://github.com/NanoForge-dev/Engine/issues", diff --git a/packages/asset-manager/CHANGELOG.md b/packages/asset-manager/CHANGELOG.md index 60d4b4a..a60b41c 100644 --- a/packages/asset-manager/CHANGELOG.md +++ b/packages/asset-manager/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Bug Fixes + +- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/asset-manager/package.json b/packages/asset-manager/package.json index 63ba812..63bce9c 100644 --- a/packages/asset-manager/package.json +++ b/packages/asset-manager/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/asset-manager", - "version": "1.3.2-alpha.make-get-asset-not-throw-if-undefined.0", + "version": "1.4.0", "description": "NanoForge Engine - Asset Manager", "keywords": [ "nanoforge", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 1de4f18..de9f934 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Bug Fixes + +- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/common/package.json b/packages/common/package.json index 846cb58..e6ab967 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/common", - "version": "1.3.2-alpha.make-get-asset-not-throw-if-undefined.0", + "version": "1.4.0", "description": "NanoForge Engine - Common", "keywords": [ "nanoforge", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 07e3f94..552b982 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/config/package.json b/packages/config/package.json index e2f206b..ab36338 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/config", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Config", "keywords": [ "nanoforge", diff --git a/packages/core-editor/CHANGELOG.md b/packages/core-editor/CHANGELOG.md index c24fb8b..8d46d1d 100644 --- a/packages/core-editor/CHANGELOG.md +++ b/packages/core-editor/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Bug Fixes + +- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46 + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo +- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46 +- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46 +- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46 + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/core-editor/package.json b/packages/core-editor/package.json index a307e0e..64991c0 100644 --- a/packages/core-editor/package.json +++ b/packages/core-editor/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/core-editor", - "version": "1.3.2-alpha.dont-run-only-when-paused.0", + "version": "1.4.0", "description": "NanoForge Engine - Core Editor", "keywords": [ "nanoforge", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 70fff37..13c167e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/core/package.json b/packages/core/package.json index 4758dd4..af1de78 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/core", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Core", "keywords": [ "nanoforge", diff --git a/packages/ecs-client/CHANGELOG.md b/packages/ecs-client/CHANGELOG.md index 6124958..464571c 100644 --- a/packages/ecs-client/CHANGELOG.md +++ b/packages/ecs-client/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/ecs-client/package.json b/packages/ecs-client/package.json index 5280b94..4df1f55 100644 --- a/packages/ecs-client/package.json +++ b/packages/ecs-client/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/ecs-client", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - ECS Client", "keywords": [ "nanoforge", diff --git a/packages/ecs-lib/CHANGELOG.md b/packages/ecs-lib/CHANGELOG.md index f73d1e5..56ee900 100644 --- a/packages/ecs-lib/CHANGELOG.md +++ b/packages/ecs-lib/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo +- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46 +- Indexed zipper (#378) ([208b330](https://github.com/NanoForge-dev/Engine/commit/208b330bfd358561fca259b03bebc50563022d35)) by @Tchips46 +- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46 + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) ## Documentation diff --git a/packages/ecs-lib/package.json b/packages/ecs-lib/package.json index 280777a..ac6e1f6 100644 --- a/packages/ecs-lib/package.json +++ b/packages/ecs-lib/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/ecs-lib", - "version": "1.3.2-alpha.core-editor-event-not-analysed-when-paused.0", + "version": "1.4.0", "description": "NanoForge Engine - ECS Lib (source code use by ECS Client and Server)", "keywords": [ "nanoforge", diff --git a/packages/ecs-server/CHANGELOG.md b/packages/ecs-server/CHANGELOG.md index 1fa1662..e50b6ab 100644 --- a/packages/ecs-server/CHANGELOG.md +++ b/packages/ecs-server/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/ecs-server/package.json b/packages/ecs-server/package.json index 7262cd5..2c9ca5b 100644 --- a/packages/ecs-server/package.json +++ b/packages/ecs-server/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/ecs-server", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - ECS Server", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d-editor/CHANGELOG.md b/packages/graphics-2d-editor/CHANGELOG.md index 6361e43..c7a5661 100644 --- a/packages/graphics-2d-editor/CHANGELOG.md +++ b/packages/graphics-2d-editor/CHANGELOG.md @@ -1,3 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. + +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Features + +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo + +# Changelog + +All notable changes to this project will be documented in this file. diff --git a/packages/graphics-2d-editor/package.json b/packages/graphics-2d-editor/package.json index ae8632a..6641fc4 100644 --- a/packages/graphics-2d-editor/package.json +++ b/packages/graphics-2d-editor/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/graphics-2d-editor", - "version": "0.0.0", + "version": "1.4.0", "description": "NanoForge Engine - Graphics-2d Editor", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d/CHANGELOG.md b/packages/graphics-2d/CHANGELOG.md index 1d7a024..1d11717 100644 --- a/packages/graphics-2d/CHANGELOG.md +++ b/packages/graphics-2d/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Bug Fixes + +- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46 + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46 +- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46 + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/graphics-2d/package.json b/packages/graphics-2d/package.json index 35b4bde..b98987c 100644 --- a/packages/graphics-2d/package.json +++ b/packages/graphics-2d/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/graphics-2d", - "version": "1.3.2-alpha.core-editor-event-not-analysed-when-paused.0", + "version": "1.4.0", "description": "NanoForge Engine - Graphics-2d", "keywords": [ "nanoforge", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 11f8f87..0a8c42c 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/input/package.json b/packages/input/package.json index af79aa6..d16c306 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/input", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Input", "keywords": [ "nanoforge", diff --git a/packages/music/CHANGELOG.md b/packages/music/CHANGELOG.md index 6a617d1..2bd1241 100644 --- a/packages/music/CHANGELOG.md +++ b/packages/music/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/music/package.json b/packages/music/package.json index 58e880f..704d48b 100644 --- a/packages/music/package.json +++ b/packages/music/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/music", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Music", "keywords": [ "nanoforge", diff --git a/packages/network-client/CHANGELOG.md b/packages/network-client/CHANGELOG.md index 241ae86..37e363f 100644 --- a/packages/network-client/CHANGELOG.md +++ b/packages/network-client/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/network-client/package.json b/packages/network-client/package.json index 099314d..e67e47e 100644 --- a/packages/network-client/package.json +++ b/packages/network-client/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/network-client", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Network Client", "keywords": [ "nanoforge", diff --git a/packages/network-server/CHANGELOG.md b/packages/network-server/CHANGELOG.md index fa885ad..d66bb8e 100644 --- a/packages/network-server/CHANGELOG.md +++ b/packages/network-server/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + +## Features + +- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/network-server/package.json b/packages/network-server/package.json index e291519..98eb3a4 100644 --- a/packages/network-server/package.json +++ b/packages/network-server/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/network-server", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Network Server", "keywords": [ "nanoforge", diff --git a/packages/sound/CHANGELOG.md b/packages/sound/CHANGELOG.md index 6fa2e7e..4494a2d 100644 --- a/packages/sound/CHANGELOG.md +++ b/packages/sound/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) + +## Documentation + +- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo + # [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04) # [@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) diff --git a/packages/sound/package.json b/packages/sound/package.json index 4c7b3b2..0787d22 100644 --- a/packages/sound/package.json +++ b/packages/sound/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/sound", - "version": "1.3.1", + "version": "1.4.0", "description": "NanoForge Engine - Sound", "keywords": [ "nanoforge",