From 0074f02945d0a8401c314a20950f9c9aad680b65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 16:35:23 +0000 Subject: [PATCH] chore: release @nanoforge-dev/loader@1.4.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ apps/client/CHANGELOG.md | 19 +++++++++++++++++++ apps/client/package.json | 2 +- apps/server/CHANGELOG.md | 19 +++++++++++++++++++ apps/server/package.json | 2 +- apps/website/CHANGELOG.md | 23 +++++++++++++++++++++++ apps/website/package.json | 2 +- package.json | 2 +- 8 files changed, 95 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6c57d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/@nanoforge-dev/loader@1.4.0) - (2026-06-29) + +## Documentation + +- Add docs (#96) ([23532b9](https://github.com/NanoForge-dev/Loader/commit/23532b94646b5592ced68828f5ef1308852df006)) by @Exeloo +- Add contribution resources (#28) ([255b7b9](https://github.com/NanoForge-dev/Loader/commit/255b7b98136246e34992afc854b66f7e0622a506)) by @Exeloo + +## Features + +- Add visual errors on loading and in the game (#94) ([f1073af](https://github.com/NanoForge-dev/Loader/commit/f1073af0abef61cefc5223dd1a461e8c82a72537)) by @josephinecr +- Add env handling and loader params (#67) ([8bba275](https://github.com/NanoForge-dev/Loader/commit/8bba2751abc4cef3f579ed40a0486ead2c0fae35)) by @Exeloo +- **client:** Add tls options for https (#41) ([f3b51a1](https://github.com/NanoForge-dev/Loader/commit/f3b51a185d3107631af016d8a93c1f9bd4dd8091)) by @MartinFillon +- Add watcher (#30) ([66be4fb](https://github.com/NanoForge-dev/Loader/commit/66be4fbfbdb368b26837484d76d7007cb6b2eaf7)) by @Exeloo +- Add server and change client (#18) ([af3aa3f](https://github.com/NanoForge-dev/Loader/commit/af3aa3f00345b7b2a6f1233cb216d1bec36fdc92)) by @Exeloo +### New Contributors +- @josephinecr made their first contribution in #94 +- Add working process for cli and add publish (#14) ([33aa464](https://github.com/NanoForge-dev/Loader/commit/33aa4648a9dc95a59f6abdacb6a7024b3b6d7538)) by @Exeloo +- Initial commit ([7ada495](https://github.com/NanoForge-dev/Loader/commit/7ada495fce338b2edbc725910bc6cffb2547c8ce)) by @Exeloo +- **website:** Add watcher (#29) ([16342a1](https://github.com/NanoForge-dev/Loader/commit/16342a187c793e01cf7f4d25064dd54923af6d5e)) by @Exeloo +- @Tchips46 made their first contribution in #93 + +## Bug Fixes + +- **server:** Update start script to use node instead of bun (#23) ([6bc149d](https://github.com/NanoForge-dev/Loader/commit/6bc149db69fe8ad0442771cd58abbbdb88516024)) by @Exeloo +- **render:** Change specific container canva for general html div (#93) ([361720c](https://github.com/NanoForge-dev/Loader/commit/361720c40902b0dc966fa7f4c692decd522df8a2)) by @Tchips46 + diff --git a/apps/client/CHANGELOG.md b/apps/client/CHANGELOG.md index 50c820d..8e2aa3e 100644 --- a/apps/client/CHANGELOG.md +++ b/apps/client/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29) + +## Documentation + +- Add docs (#96) ([23532b9](https://github.com/NanoForge-dev/Loader/commit/23532b94646b5592ced68828f5ef1308852df006)) by @Exeloo +- Add contribution resources (#28) ([255b7b9](https://github.com/NanoForge-dev/Loader/commit/255b7b98136246e34992afc854b66f7e0622a506)) by @Exeloo + +## Features + +- Add visual errors on loading and in the game (#94) ([f1073af](https://github.com/NanoForge-dev/Loader/commit/f1073af0abef61cefc5223dd1a461e8c82a72537)) by @josephinecr +- Add env handling and loader params (#67) ([8bba275](https://github.com/NanoForge-dev/Loader/commit/8bba2751abc4cef3f579ed40a0486ead2c0fae35)) by @Exeloo +- **client:** Add tls options for https (#41) ([f3b51a1](https://github.com/NanoForge-dev/Loader/commit/f3b51a185d3107631af016d8a93c1f9bd4dd8091)) by @MartinFillon +- Add watcher (#30) ([66be4fb](https://github.com/NanoForge-dev/Loader/commit/66be4fbfbdb368b26837484d76d7007cb6b2eaf7)) by @Exeloo +- Add server and change client (#18) ([af3aa3f](https://github.com/NanoForge-dev/Loader/commit/af3aa3f00345b7b2a6f1233cb216d1bec36fdc92)) by @Exeloo + +### New Contributors + +- @josephinecr made their first contribution in #94 + # [@nanoforge-dev/loader-client@1.3.0](https://github.com/NanoForge-dev/Loader/compare/@nanoforge-dev/loader-client@1.2.0...@nanoforge-dev/loader-client@1.3.0) - (2026-03-08) ## Features diff --git a/apps/client/package.json b/apps/client/package.json index ed0826f..dd4e31f 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/loader-client", - "version": "1.3.0", + "version": "1.4.0", "description": "NanoForge Loader - Client", "homepage": "https://github.com/NanoForge-dev/Loader#readme", "bugs": "https://github.com/NanoForge-dev/Loader/issues", diff --git a/apps/server/CHANGELOG.md b/apps/server/CHANGELOG.md index 92cc16c..a7b6152 100644 --- a/apps/server/CHANGELOG.md +++ b/apps/server/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29) + +## Bug Fixes + +- **server:** Update start script to use node instead of bun (#23) ([6bc149d](https://github.com/NanoForge-dev/Loader/commit/6bc149db69fe8ad0442771cd58abbbdb88516024)) by @Exeloo + +## Documentation + +- Add docs (#96) ([23532b9](https://github.com/NanoForge-dev/Loader/commit/23532b94646b5592ced68828f5ef1308852df006)) by @Exeloo +- Add contribution resources (#28) ([255b7b9](https://github.com/NanoForge-dev/Loader/commit/255b7b98136246e34992afc854b66f7e0622a506)) by @Exeloo + +## Features + +- Add env handling and loader params (#67) ([8bba275](https://github.com/NanoForge-dev/Loader/commit/8bba2751abc4cef3f579ed40a0486ead2c0fae35)) by @Exeloo +- Add watcher (#30) ([66be4fb](https://github.com/NanoForge-dev/Loader/commit/66be4fbfbdb368b26837484d76d7007cb6b2eaf7)) by @Exeloo +- Add server and change client (#18) ([af3aa3f](https://github.com/NanoForge-dev/Loader/commit/af3aa3f00345b7b2a6f1233cb216d1bec36fdc92)) by @Exeloo +- Add working process for cli and add publish (#14) ([33aa464](https://github.com/NanoForge-dev/Loader/commit/33aa4648a9dc95a59f6abdacb6a7024b3b6d7538)) by @Exeloo +- Initial commit ([7ada495](https://github.com/NanoForge-dev/Loader/commit/7ada495fce338b2edbc725910bc6cffb2547c8ce)) by @Exeloo + # [@nanoforge-dev/loader-server@1.2.0](https://github.com/NanoForge-dev/Loader/compare/@nanoforge-dev/loader-server@1.1.0...@nanoforge-dev/loader-server@1.2.0) - (2026-03-08) ## Features diff --git a/apps/server/package.json b/apps/server/package.json index 8359d7e..814c81b 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/loader-server", - "version": "1.2.0", + "version": "1.4.0", "description": "NanoForge Loader - Server", "homepage": "https://github.com/NanoForge-dev/Loader#readme", "bugs": "https://github.com/NanoForge-dev/Loader/issues", diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index 89c5cbf..93b456a 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29) + +## Bug Fixes + +- **render:** Change specific container canva for general html div (#93) ([361720c](https://github.com/NanoForge-dev/Loader/commit/361720c40902b0dc966fa7f4c692decd522df8a2)) by @Tchips46 + +## Documentation + +- Add docs (#96) ([23532b9](https://github.com/NanoForge-dev/Loader/commit/23532b94646b5592ced68828f5ef1308852df006)) by @Exeloo +- Add contribution resources (#28) ([255b7b9](https://github.com/NanoForge-dev/Loader/commit/255b7b98136246e34992afc854b66f7e0622a506)) by @Exeloo + +## Features + +- Add visual errors on loading and in the game (#94) ([f1073af](https://github.com/NanoForge-dev/Loader/commit/f1073af0abef61cefc5223dd1a461e8c82a72537)) by @josephinecr +- Add env handling and loader params (#67) ([8bba275](https://github.com/NanoForge-dev/Loader/commit/8bba2751abc4cef3f579ed40a0486ead2c0fae35)) by @Exeloo +- **website:** Add watcher (#29) ([16342a1](https://github.com/NanoForge-dev/Loader/commit/16342a187c793e01cf7f4d25064dd54923af6d5e)) by @Exeloo +- Add server and change client (#18) ([af3aa3f](https://github.com/NanoForge-dev/Loader/commit/af3aa3f00345b7b2a6f1233cb216d1bec36fdc92)) by @Exeloo + +### New Contributors + +- @josephinecr made their first contribution in #94 +- @Tchips46 made their first contribution in #93 + # [@nanoforge-dev/loader-website@1.2.0](https://github.com/NanoForge-dev/Loader/compare/@nanoforge-dev/loader-website@1.1.0...@nanoforge-dev/loader-website@1.2.0) - (2026-03-08) ## Features diff --git a/apps/website/package.json b/apps/website/package.json index 1575272..55e22f4 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/loader-website", - "version": "1.2.0", + "version": "1.4.0", "description": "NanoForge Loader - Website", "homepage": "https://github.com/NanoForge-dev/Loader#readme", "bugs": "https://github.com/NanoForge-dev/Loader/issues", diff --git a/package.json b/package.json index 6035313..a42bc00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/loader", - "version": "0.0.0", + "version": "1.4.0", "description": "NanoForge Loader - Monorepo", "homepage": "https://github.com/NanoForge-dev/Loader#readme", "bugs": "https://github.com/NanoForge-dev/Engine/issues",