From 79c0e2678b512a2933f43508f060bedd5bb3c5b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jul 2026 12:26:49 +0000 Subject: [PATCH] chore: release @nanoforge-dev/engine@1.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/asset-manager/CHANGELOG.md | 2 ++ packages/asset-manager/package.json | 2 +- packages/common/CHANGELOG.md | 6 ++++++ packages/common/package.json | 2 +- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- packages/core-editor/CHANGELOG.md | 2 ++ packages/core-editor/package.json | 2 +- packages/core/CHANGELOG.md | 2 ++ packages/core/package.json | 2 +- packages/ecs-client/CHANGELOG.md | 2 ++ packages/ecs-client/package.json | 2 +- packages/ecs-lib/CHANGELOG.md | 2 ++ packages/ecs-lib/package.json | 2 +- packages/ecs-server/CHANGELOG.md | 2 ++ packages/ecs-server/package.json | 2 +- packages/graphics-2d-editor/CHANGELOG.md | 2 ++ packages/graphics-2d-editor/package.json | 2 +- packages/graphics-2d/CHANGELOG.md | 2 ++ packages/graphics-2d/package.json | 2 +- packages/input/CHANGELOG.md | 2 ++ packages/input/package.json | 2 +- packages/music/CHANGELOG.md | 2 ++ packages/music/package.json | 2 +- packages/network-client/CHANGELOG.md | 6 ++++++ packages/network-client/package.json | 2 +- packages/network-server/CHANGELOG.md | 6 ++++++ packages/network-server/package.json | 2 +- packages/sound/CHANGELOG.md | 2 ++ packages/sound/package.json | 2 +- 32 files changed, 68 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de9d9..40c3864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.4.0...@nanoforge-dev/nanoforge@1.4.1) - (2026-07-06) + +## Bug Fixes + +- Change check for address from fqdn to url (#394) ([8823c59](https://github.com/NanoForge-dev/Engine/commit/8823c5911f8c5a673a96c32df9888b2dea4d6370)) by @Exeloo + # [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 diff --git a/package.json b/package.json index fcfbdfd..15311c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/nanoforge", - "version": "1.4.0", + "version": "1.4.1", "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 a60b41c..493056f 100644 --- a/packages/asset-manager/CHANGELOG.md +++ b/packages/asset-manager/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Bug Fixes diff --git a/packages/asset-manager/package.json b/packages/asset-manager/package.json index 63bce9c..661f5cf 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Asset Manager", "keywords": [ "nanoforge", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index de9f934..c15853b 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + +## Bug Fixes + +- Change check for address from fqdn to url (#394) ([8823c59](https://github.com/NanoForge-dev/Engine/commit/8823c5911f8c5a673a96c32df9888b2dea4d6370)) by @Exeloo + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Bug Fixes diff --git a/packages/common/package.json b/packages/common/package.json index e6ab967..1f6c748 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Common", "keywords": [ "nanoforge", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 552b982..f5db4de 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.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + +## Bug Fixes + +- Change check for address from fqdn to url (#394) ([8823c59](https://github.com/NanoForge-dev/Engine/commit/8823c5911f8c5a673a96c32df9888b2dea4d6370)) by @Exeloo + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/config/package.json b/packages/config/package.json index ab36338..6a14d5c 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Config", "keywords": [ "nanoforge", diff --git a/packages/core-editor/CHANGELOG.md b/packages/core-editor/CHANGELOG.md index 8d46d1d..5a490ec 100644 --- a/packages/core-editor/CHANGELOG.md +++ b/packages/core-editor/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Bug Fixes diff --git a/packages/core-editor/package.json b/packages/core-editor/package.json index 64991c0..7325c29 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Core Editor", "keywords": [ "nanoforge", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 13c167e..ed66210 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/core/package.json b/packages/core/package.json index af1de78..fa3810d 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Core", "keywords": [ "nanoforge", diff --git a/packages/ecs-client/CHANGELOG.md b/packages/ecs-client/CHANGELOG.md index 464571c..39dbe79 100644 --- a/packages/ecs-client/CHANGELOG.md +++ b/packages/ecs-client/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/ecs-client/package.json b/packages/ecs-client/package.json index 4df1f55..1669a7d 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - ECS Client", "keywords": [ "nanoforge", diff --git a/packages/ecs-lib/CHANGELOG.md b/packages/ecs-lib/CHANGELOG.md index 56ee900..1d0bddf 100644 --- a/packages/ecs-lib/CHANGELOG.md +++ b/packages/ecs-lib/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/ecs-lib/package.json b/packages/ecs-lib/package.json index ac6e1f6..8bd9c73 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.4.0", + "version": "1.4.1", "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 e50b6ab..c0e169e 100644 --- a/packages/ecs-server/CHANGELOG.md +++ b/packages/ecs-server/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/ecs-server/package.json b/packages/ecs-server/package.json index 2c9ca5b..2b19450 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - ECS Server", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d-editor/CHANGELOG.md b/packages/graphics-2d-editor/CHANGELOG.md index c7a5661..150064b 100644 --- a/packages/graphics-2d-editor/CHANGELOG.md +++ b/packages/graphics-2d-editor/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Features diff --git a/packages/graphics-2d-editor/package.json b/packages/graphics-2d-editor/package.json index 6641fc4..be210fd 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": "1.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Graphics-2d Editor", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d/CHANGELOG.md b/packages/graphics-2d/CHANGELOG.md index 1d11717..8e24c35 100644 --- a/packages/graphics-2d/CHANGELOG.md +++ b/packages/graphics-2d/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Bug Fixes diff --git a/packages/graphics-2d/package.json b/packages/graphics-2d/package.json index b98987c..7343c46 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Graphics-2d", "keywords": [ "nanoforge", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 0a8c42c..c7872c6 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/input/package.json b/packages/input/package.json index d16c306..98b2100 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Input", "keywords": [ "nanoforge", diff --git a/packages/music/CHANGELOG.md b/packages/music/CHANGELOG.md index 2bd1241..8f9ae60 100644 --- a/packages/music/CHANGELOG.md +++ b/packages/music/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/music/package.json b/packages/music/package.json index 704d48b..e595a17 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Music", "keywords": [ "nanoforge", diff --git a/packages/network-client/CHANGELOG.md b/packages/network-client/CHANGELOG.md index 37e363f..e746e82 100644 --- a/packages/network-client/CHANGELOG.md +++ b/packages/network-client/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + +## Bug Fixes + +- Change check for address from fqdn to url (#394) ([8823c59](https://github.com/NanoForge-dev/Engine/commit/8823c5911f8c5a673a96c32df9888b2dea4d6370)) by @Exeloo + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/network-client/package.json b/packages/network-client/package.json index e67e47e..385eacd 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Network Client", "keywords": [ "nanoforge", diff --git a/packages/network-server/CHANGELOG.md b/packages/network-server/CHANGELOG.md index d66bb8e..0f9708f 100644 --- a/packages/network-server/CHANGELOG.md +++ b/packages/network-server/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + +## Bug Fixes + +- Change check for address from fqdn to url (#394) ([8823c59](https://github.com/NanoForge-dev/Engine/commit/8823c5911f8c5a673a96c32df9888b2dea4d6370)) by @Exeloo + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/network-server/package.json b/packages/network-server/package.json index 98eb3a4..7ec0ce1 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Network Server", "keywords": [ "nanoforge", diff --git a/packages/sound/CHANGELOG.md b/packages/sound/CHANGELOG.md index 4494a2d..9f2d5ae 100644 --- a/packages/sound/CHANGELOG.md +++ b/packages/sound/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) + # [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01) ## Documentation diff --git a/packages/sound/package.json b/packages/sound/package.json index 0787d22..3531ca8 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.4.0", + "version": "1.4.1", "description": "NanoForge Engine - Sound", "keywords": [ "nanoforge",