Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

# [1.5](https://github.com/NanoForge-dev/Loader/compare/@nanoforge-dev/loader@1.4.0...@nanoforge-dev/loader@1.5) - (2026-08-29)

## Bug Fixes

- **website:** Stop cross-tab OPFS cache race that breaks asset loading (#101) ([10cf29a](https://github.com/NanoForge-dev/Loader/commit/10cf29a5ab2312e5fc05a54600a30b687c859b6e)) by @Tchips46
- Handle uri encode special characters (#100) ([93e51ae](https://github.com/NanoForge-dev/Loader/commit/93e51aee95d6fcf7ee84ae45400e9adab86e4de6)) by @josephinecr

# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/@nanoforge-dev/loader@1.4.0) - (2026-06-29)

## Documentation
Expand Down
7 changes: 7 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

# [1.5](https://github.com/NanoForge-dev/Loader/compare/1.4.0...1.5) - (2026-08-29)

## Bug Fixes

- **website:** Stop cross-tab OPFS cache race that breaks asset loading (#101) ([10cf29a](https://github.com/NanoForge-dev/Loader/commit/10cf29a5ab2312e5fc05a54600a30b687c859b6e)) by @Tchips46
- Handle uri encode special characters (#100) ([93e51ae](https://github.com/NanoForge-dev/Loader/commit/93e51aee95d6fcf7ee84ae45400e9adab86e4de6)) by @josephinecr

# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/loader-client",
"version": "1.4.0",
"version": "1.5",
"description": "NanoForge Loader - Client",
"homepage": "https://github.com/NanoForge-dev/Loader#readme",
"bugs": "https://github.com/NanoForge-dev/Loader/issues",
Expand Down
2 changes: 2 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

# [1.5](https://github.com/NanoForge-dev/Loader/compare/1.4.0...1.5) - (2026-08-29)

# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/loader-server",
"version": "1.4.0",
"version": "1.5",
"description": "NanoForge Loader - Server",
"homepage": "https://github.com/NanoForge-dev/Loader#readme",
"bugs": "https://github.com/NanoForge-dev/Loader/issues",
Expand Down
6 changes: 6 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# [1.5](https://github.com/NanoForge-dev/Loader/compare/1.4.0...1.5) - (2026-08-29)

## Bug Fixes

- **website:** Stop cross-tab OPFS cache race that breaks asset loading (#101) ([10cf29a](https://github.com/NanoForge-dev/Loader/commit/10cf29a5ab2312e5fc05a54600a30b687c859b6e)) by @Tchips46

# [1.4.0](https://github.com/NanoForge-dev/Loader/tree/1.4.0) - (2026-06-29)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/loader-website",
"version": "1.4.0",
"version": "1.5",
"description": "NanoForge Loader - Website",
"homepage": "https://github.com/NanoForge-dev/Loader#readme",
"bugs": "https://github.com/NanoForge-dev/Loader/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/loader",
"version": "1.4.0",
"version": "1.5",
"description": "NanoForge Loader - Monorepo",
"homepage": "https://github.com/NanoForge-dev/Loader#readme",
"bugs": "https://github.com/NanoForge-dev/Engine/issues",
Expand Down
Loading