fix: normalize component boundary spacing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.60",
|
||||
"version": "0.2.61",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user