release: complete UI component catalog 0.2.58

This commit is contained in:
2026-07-19 18:14:06 +05:30
parent c0c09426ff
commit 0d3ec79ee4
1481 changed files with 136921 additions and 101 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.57",
"version": "0.2.58",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -584,6 +584,15 @@ const MIGRATIONS: Migration[] = [
// Existing theme configuration remains compatible; blue is the default palette.
},
},
{
version: "0.2.58",
id: "complete-ui-component-catalog",
description:
"Completes the PDF-aligned UI catalog and ships generated props, slots, and events metadata.",
apply() {
// UI components remain auto-discovered; no application files require migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */