release: complete UI component catalog 0.2.58
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.57",
|
||||
"version": "0.2.58",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user