Skip to content

Commit a7fb5a1

Browse files
github-actions[bot]github-actions[bot]
andauthored
chore: release @nanoforge-dev/engine@1.4.2 (#399)
Co-authored-by: github-actions[bot] <username@users.noreply.github.com>
1 parent 541dd16 commit a7fb5a1

32 files changed

Lines changed: 69 additions & 16 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
# [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)
6+
7+
## Bug Fixes
8+
9+
- Change url protocols validation on isIpOrURL validator in network (#398) ([541dd16](https://github.com/NanoForge-dev/Engine/commit/541dd16e307e355288ec49ec7ae75566bb7fe2b5)) by @Exeloo
10+
- **core-editor:** Reload event searching for entities (#396) ([eb07c7f](https://github.com/NanoForge-dev/Engine/commit/eb07c7f2fa7ea834c40c7f78517ee7104c85c9b0)) by @Tchips46
11+
512
# [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)
613

714
## Bug Fixes

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/nanoforge",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "NanoForge Engine",
66
"homepage": "https://github.com/NanoForge-dev/Engine#readme",
77
"bugs": "https://github.com/NanoForge-dev/Engine/issues",

packages/asset-manager/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06)
6+
57
# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06)
68

79
# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

packages/asset-manager/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/asset-manager",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "NanoForge Engine - Asset Manager",
66
"keywords": [
77
"nanoforge",

packages/common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06)
6+
57
# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06)
68

79
## Bug Fixes

packages/common/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/common",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "NanoForge Engine - Common",
66
"keywords": [
77
"nanoforge",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06)
6+
7+
## Bug Fixes
8+
9+
- Change url protocols validation on isIpOrURL validator in network (#398) ([541dd16](https://github.com/NanoForge-dev/Engine/commit/541dd16e307e355288ec49ec7ae75566bb7fe2b5)) by @Exeloo
10+
511
# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06)
612

713
## Bug Fixes

packages/config/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/config",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "NanoForge Engine - Config",
66
"keywords": [
77
"nanoforge",

packages/core-editor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# [1.4.2](https://github.com/NanoForge-dev/Engine/compare/1.4.1...1.4.2) - (2026-07-06)
6+
7+
## Bug Fixes
8+
9+
- **core-editor:** Reload event searching for entities (#396) ([eb07c7f](https://github.com/NanoForge-dev/Engine/commit/eb07c7f2fa7ea834c40c7f78517ee7104c85c9b0)) by @Tchips46
10+
511
# [1.4.1](https://github.com/NanoForge-dev/Engine/compare/1.4.0...1.4.1) - (2026-07-06)
612

713
# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

packages/core-editor/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/core-editor",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "NanoForge Engine - Core Editor",
66
"keywords": [
77
"nanoforge",

0 commit comments

Comments
 (0)