Skip to content

Commit 6fc149d

Browse files
committed
chore(music): release @nanoforge-dev/[email protected]
1 parent 7e771e5 commit 6fc149d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

packages/music/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [@nanoforge-dev/music@1.0.0](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/[email protected]) - (2026-01-09)
6+
7+
## Bug Fixes
8+
9+
- **music:** Versions issue ([7304293](https://github.com/NanoForge-dev/Engine/commit/7304293efbcc2a2ae82fbc82278390b63ff33c01)) by @MartinFillon
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 a basic introduction readme ([b240964](https://github.com/NanoForge-dev/Engine/commit/b240964a265b31769a8c5422e23e20156ba56192)) by @MartinFillon
16+
- Add building and dependency docs to every readme ([2d4785b](https://github.com/NanoForge-dev/Engine/commit/2d4785bdcb455e83337b37540f9ab6b3394c0850)) by @MartinFillon
17+
18+
## Features
19+
20+
- **music:** Finish music library and add an interface for mutable libraries ([8e00c5d](https://github.com/NanoForge-dev/Engine/commit/8e00c5d00f2901ada86f59667eff7e5d3446076b)) by @MartinFillon
21+
- **music:** Init basic music library ([de447e2](https://github.com/NanoForge-dev/Engine/commit/de447e2f64ad166fc26e9da9dd987479bf17f67c)) by @MartinFillon
22+
23+
## Refactor
24+
25+
- Change test engine (#126) ([ce2c71f](https://github.com/NanoForge-dev/Engine/commit/ce2c71fc1d1b5e3fb3ff4e86fd30aa77c969fbe0)) by @Exeloo
26+
- Migrate namespaces to `@nanoforge-dev` and update related imports ([c84c927](https://github.com/NanoForge-dev/Engine/commit/c84c927ead941d914e5a9fd752fd3a5ac969f981)) by @Exeloo
27+
- **libraries:** Implement initialization validation and standardize nullable fields ([8b04575](https://github.com/NanoForge-dev/Engine/commit/8b04575cf7f649a440b8f40ad6114414406b0c1a)) by @Exeloo
28+
- **libs:** Remove `ECSContext` type in favor of `Context` ([b4ea6f1](https://github.com/NanoForge-dev/Engine/commit/b4ea6f1622b4a29cf57b9bfa1b715f56d248806e)) by @Exeloo
29+

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

0 commit comments

Comments
 (0)