diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c3864..2d8b99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.4.1...@nanoforge-dev/nanoforge@1.4.2) - (2026-07-06) + +## Bug Fixes + +- Change url protocols validation on isIpOrURL validator in network (#398) ([541dd16](https://github.com/NanoForge-dev/Engine/commit/541dd16e307e355288ec49ec7ae75566bb7fe2b5)) by @Exeloo +- **core-editor:** Reload event searching for entities (#396) ([eb07c7f](https://github.com/NanoForge-dev/Engine/commit/eb07c7f2fa7ea834c40c7f78517ee7104c85c9b0)) by @Tchips46 + # [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 diff --git a/package.json b/package.json index 15311c0..acbbd93 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.1", + "version": "1.4.2", "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 493056f..1f96280 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/asset-manager/package.json b/packages/asset-manager/package.json index 661f5cf..21fade0 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Asset Manager", "keywords": [ "nanoforge", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index c15853b..c6485bb 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) ## Bug Fixes diff --git a/packages/common/package.json b/packages/common/package.json index 1f6c748..0d0ef33 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Common", "keywords": [ "nanoforge", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index f5db4de..f464d3a 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + +## Bug Fixes + +- Change url protocols validation on isIpOrURL validator in network (#398) ([541dd16](https://github.com/NanoForge-dev/Engine/commit/541dd16e307e355288ec49ec7ae75566bb7fe2b5)) by @Exeloo + # [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) ## Bug Fixes diff --git a/packages/config/package.json b/packages/config/package.json index 6a14d5c..f81b0c3 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Config", "keywords": [ "nanoforge", diff --git a/packages/core-editor/CHANGELOG.md b/packages/core-editor/CHANGELOG.md index 5a490ec..73068e2 100644 --- a/packages/core-editor/CHANGELOG.md +++ b/packages/core-editor/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + +## Bug Fixes + +- **core-editor:** Reload event searching for entities (#396) ([eb07c7f](https://github.com/NanoForge-dev/Engine/commit/eb07c7f2fa7ea834c40c7f78517ee7104c85c9b0)) by @Tchips46 + # [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) diff --git a/packages/core-editor/package.json b/packages/core-editor/package.json index 7325c29..2e9267a 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Core Editor", "keywords": [ "nanoforge", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ed66210..86f2db8 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/core/package.json b/packages/core/package.json index fa3810d..94a308f 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Core", "keywords": [ "nanoforge", diff --git a/packages/ecs-client/CHANGELOG.md b/packages/ecs-client/CHANGELOG.md index 39dbe79..1382e9a 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/ecs-client/package.json b/packages/ecs-client/package.json index 1669a7d..a7618a1 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.1", + "version": "1.4.2", "description": "NanoForge Engine - ECS Client", "keywords": [ "nanoforge", diff --git a/packages/ecs-lib/CHANGELOG.md b/packages/ecs-lib/CHANGELOG.md index 1d0bddf..1b4d1b9 100644 --- a/packages/ecs-lib/CHANGELOG.md +++ b/packages/ecs-lib/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + +## Bug Fixes + +- **core-editor:** Reload event searching for entities (#396) ([eb07c7f](https://github.com/NanoForge-dev/Engine/commit/eb07c7f2fa7ea834c40c7f78517ee7104c85c9b0)) by @Tchips46 + # [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) diff --git a/packages/ecs-lib/package.json b/packages/ecs-lib/package.json index 8bd9c73..d52e82e 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.1", + "version": "1.4.2", "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 c0e169e..b9182d9 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/ecs-server/package.json b/packages/ecs-server/package.json index 2b19450..43f64ba 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.1", + "version": "1.4.2", "description": "NanoForge Engine - ECS Server", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d-editor/CHANGELOG.md b/packages/graphics-2d-editor/CHANGELOG.md index 150064b..c3bbb93 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/graphics-2d-editor/package.json b/packages/graphics-2d-editor/package.json index be210fd..1e2e84b 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Graphics-2d Editor", "keywords": [ "nanoforge", diff --git a/packages/graphics-2d/CHANGELOG.md b/packages/graphics-2d/CHANGELOG.md index 8e24c35..d011c59 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/graphics-2d/package.json b/packages/graphics-2d/package.json index 7343c46..54ba5e5 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Graphics-2d", "keywords": [ "nanoforge", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index c7872c6..1746b04 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/input/package.json b/packages/input/package.json index 98b2100..591f296 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Input", "keywords": [ "nanoforge", diff --git a/packages/music/CHANGELOG.md b/packages/music/CHANGELOG.md index 8f9ae60..68d930e 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/music/package.json b/packages/music/package.json index e595a17..f667f9a 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Music", "keywords": [ "nanoforge", diff --git a/packages/network-client/CHANGELOG.md b/packages/network-client/CHANGELOG.md index e746e82..c9ee867 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + +## Bug Fixes + +- Change url protocols validation on isIpOrURL validator in network (#398) ([541dd16](https://github.com/NanoForge-dev/Engine/commit/541dd16e307e355288ec49ec7ae75566bb7fe2b5)) by @Exeloo + # [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) ## Bug Fixes diff --git a/packages/network-client/package.json b/packages/network-client/package.json index 385eacd..3bbda11 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Network Client", "keywords": [ "nanoforge", diff --git a/packages/network-server/CHANGELOG.md b/packages/network-server/CHANGELOG.md index 0f9708f..5cb0595 100644 --- a/packages/network-server/CHANGELOG.md +++ b/packages/network-server/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06) ## Bug Fixes diff --git a/packages/network-server/package.json b/packages/network-server/package.json index 7ec0ce1..512f91b 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Network Server", "keywords": [ "nanoforge", diff --git a/packages/sound/CHANGELOG.md b/packages/sound/CHANGELOG.md index 9f2d5ae..ecb5d78 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.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06) + # [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) diff --git a/packages/sound/package.json b/packages/sound/package.json index 3531ca8..e72f2c6 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.1", + "version": "1.4.2", "description": "NanoForge Engine - Sound", "keywords": [ "nanoforge",