Skip to content

Commit 309bc5d

Browse files
authored
chore(asset-manager): release @nanoforge-dev/[email protected] (#175)
1 parent 8289883 commit 309bc5d

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [@nanoforge-dev/asset-manager@1.0.0](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/[email protected]) - (2026-01-09)
6+
7+
## Bug Fixes
8+
9+
- **ecs:** Change type handling on lib ecs ([580192d](https://github.com/NanoForge-dev/Engine/commit/580192d5038f386c965434f78aacdf3d1e399ff8)) by @Exeloo
10+
11+
## Documentation
12+
13+
- Update README files with new structure and detailed usage examples for all packages (#157) ([63fab73](https://github.com/NanoForge-dev/Engine/commit/63fab7326bd9c7e6b00f950694ab16c9d9190c53)) by @Exeloo
14+
- Add funding (#147) ([7301fad](https://github.com/NanoForge-dev/Engine/commit/7301fad10f59b7e1f7fa788f8a2f6fc81d0db72e)) by @Exeloo
15+
- Add building and dependency docs to every readme ([2d4785b](https://github.com/NanoForge-dev/Engine/commit/2d4785bdcb455e83337b37540f9ab6b3394c0850)) by @MartinFillon
16+
17+
## Features
18+
19+
- **core:** Introduce `EditableApplicationContext` for managing sound libraries ([6c7bac2](https://github.com/NanoForge-dev/Engine/commit/6c7bac261eeb7ad79203d5695d5ad76dc9e9e9f5)) by @Exeloo
20+
- **graphics:** Add base component and circle component ([28f5c45](https://github.com/NanoForge-dev/Engine/commit/28f5c45229bd525deaca3aacb341e2633be46ea4)) by @Exeloo
21+
- **asset-manager:** Add file return ([6bc326a](https://github.com/NanoForge-dev/Engine/commit/6bc326a66be52693f014ea080497a905531d85dc)) by @Exeloo
22+
- **asset-manager:** Add wgsl handling ([335b400](https://github.com/NanoForge-dev/Engine/commit/335b400547ca90f55b4c761c28e8c13dc034d07c)) by @Exeloo
23+
- **asset-manager:** Add tests ([28f4cce](https://github.com/NanoForge-dev/Engine/commit/28f4cce7d71ae4746fb6656aad7decd07b1b910e)) by @Exeloo
24+
- **asset-manager:** Add asset manager ([1774a26](https://github.com/NanoForge-dev/Engine/commit/1774a26593099b4faa0a2527d1684de35211d5d2)) by @Exeloo
25+
- **asset-manager:** Add base library ([83a0351](https://github.com/NanoForge-dev/Engine/commit/83a0351baa0c23a93cc54e9361243ad68ffbc421)) by @Exeloo
26+
27+
## Refactor
28+
29+
- Change test engine (#126) ([ce2c71f](https://github.com/NanoForge-dev/Engine/commit/ce2c71fc1d1b5e3fb3ff4e86fd30aa77c969fbe0)) by @Exeloo
30+
- Migrate namespaces to `@nanoforge-dev` and update related imports ([c84c927](https://github.com/NanoForge-dev/Engine/commit/c84c927ead941d914e5a9fd752fd3a5ac969f981)) by @Exeloo
31+
- **libraries:** Implement initialization validation and standardize nullable fields ([8b04575](https://github.com/NanoForge-dev/Engine/commit/8b04575cf7f649a440b8f40ad6114414406b0c1a)) by @Exeloo
32+
- **asset-manager:** Replace generic error with `NfNotFound` for missing assets ([11bc944](https://github.com/NanoForge-dev/Engine/commit/11bc944e8acbbf48e5d851c2972b5ef8958a61c7)) by @Exeloo
33+
- **asset-manager:** Simplify the usage of asset manager ([8759e95](https://github.com/NanoForge-dev/Engine/commit/8759e958a0c66e3c6e36fbea1a8ee6a305f86dc0)) by @Exeloo
34+
- **libs:** Remove `ECSContext` type in favor of `Context` ([b4ea6f1](https://github.com/NanoForge-dev/Engine/commit/b4ea6f1622b4a29cf57b9bfa1b715f56d248806e)) by @Exeloo
35+
36+
## Testing
37+
38+
- Refactor context initialization and asset handling in library tests ([3864643](https://github.com/NanoForge-dev/Engine/commit/38646439ed40dac4d190829e3839228d0e2605fa)) by @Exeloo
39+
- **libs:** Include ConfigRegistry in library initialization test ([b559759](https://github.com/NanoForge-dev/Engine/commit/b5597595087b42132f491cc59ace69d63394c178)) by @Exeloo
40+

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": "0.0.1",
4+
"version": "1.0.0",
55
"description": "NanoForge Engine - Asset Manager",
66
"keywords": [
77
"nanoforge",

0 commit comments

Comments
 (0)