release: prepare WRNexusJS 0.2.66
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.65",
|
||||
"version": "0.2.66",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -655,6 +655,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// The production gateway applies the private bind address automatically.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.66",
|
||||
id: "named-workspace-environments-and-reusable-public-chrome",
|
||||
description:
|
||||
"Adds top-level named workspace environment commands and data-driven public announcement, header, and footer components.",
|
||||
apply() {
|
||||
// Existing workspaces gain the CLI command aliases and optional UI props automatically.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user