fix: normalize component boundary spacing

This commit is contained in:
2026-07-19 20:08:14 +05:30
parent eaea2c5f72
commit c5326f7622
191 changed files with 1280 additions and 351 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.60",
"version": "0.2.61",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -610,6 +610,15 @@ const MIGRATIONS: Migration[] = [
// The UI stylesheet update applies automatically.
},
},
{
version: "0.2.61",
id: "spacing-neutral-component-boundaries",
description:
"Removes default outer component spacing and standardizes root class customization.",
apply() {
// The UI component and stylesheet updates apply automatically.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */