release: WRNexusJS 0.2.30
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.29",
|
||||
"version": "0.2.30",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -339,6 +339,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Existing applications remain compatible with this release.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.30",
|
||||
id: "workspace-config-auth-improvements",
|
||||
description:
|
||||
"Adds dynamic workspace origins, workspace forward-auth resolution, layout support, component tag syntax, and editor improvements.",
|
||||
apply() {
|
||||
// No generated application files require automatic migration.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user