fix: keep page shells transparent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.59",
|
||||
"version": "0.2.60",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -602,6 +602,14 @@ const MIGRATIONS: Migration[] = [
|
||||
// Existing inferred declarations remain compatible; typed syntax is opt-in.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.60",
|
||||
id: "page-owned-shell-backgrounds",
|
||||
description: "Lets pages own their backgrounds by keeping shared page shells transparent.",
|
||||
apply() {
|
||||
// The UI stylesheet update applies automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user