release: WRNexusJS 0.2.55

This commit is contained in:
2026-07-19 17:14:12 +05:30
parent 6dbc75c370
commit 12beb6f4ba
199 changed files with 1687 additions and 85 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.54",
"version": "0.2.55",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -557,6 +557,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.55",
id: "expanded-ui-foundation-catalog",
description:
"Adds the expanded typography, layout, action, surface, card, and indicator catalog.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */