release: WRNexusJS 0.2.26 -- fix bugs
This commit is contained in:
@@ -9,4 +9,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@
|
||||
"@wrnexus/db": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -304,6 +304,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Explicit no-op: updating @wrnexus/compiler and @wrnexus/csr is sufficient.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.26",
|
||||
id: "class-improvements-attributes",
|
||||
description:
|
||||
"Adds conditional class directives, route state parameters, formatter improvements, and HMR fixes.",
|
||||
apply() {
|
||||
// No project file migration is required for this framework release.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@
|
||||
"./jsx-dev-runtime": "./src/jsx-dev-runtime.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
"./mongo": "./src/adapters/mongo.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@
|
||||
"@wrnexus/uploader": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
"@wrnexus/native": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@
|
||||
"./mobile": "./src/mobile.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@
|
||||
"./redis": "./src/redis.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@
|
||||
"@wrnexus/uploader": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
"@wrnexus/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user