docs: add verified package usage examples

This commit is contained in:
2026-07-13 20:51:04 +05:30
parent 7a1c6c0041
commit 4ce087b238
67 changed files with 592 additions and 136 deletions
+8
View File
@@ -288,6 +288,14 @@ const MIGRATIONS: Migration[] = [
// Explicit no-op: updating @wrnexus/validation is sufficient.
},
},
{
version: "0.2.24",
id: "package-usage-documentation",
description: "No project-file changes; package usage documentation is expanded",
apply() {
// Explicit no-op: this release updates package and portal documentation only.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */