fix(ui): polish linked catalog cards
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.62",
|
||||
"version": "0.2.63",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -628,6 +628,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Package auto-discovery and the root-level theme aliases apply automatically.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.63",
|
||||
id: "polished-linked-catalog-cards",
|
||||
description:
|
||||
"Fixes visually hidden full-card links and improves channel, integration, and campaign card hierarchy and interaction.",
|
||||
apply() {
|
||||
// The shared UI stylesheet update applies automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user