mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-21 18:55:14 +02:00
chore(release): v2.0.7 "Visible"
Hygiene release + two UI gap closures. Full CHANGELOG in CHANGELOG.md. Version bumps: - vestige-core: 2.0.6 -> 2.0.7 - vestige-mcp: 2.0.6 -> 2.0.7 - @vestige/dashboard: 2.0.6 -> 2.0.7 - @vestige/init: 2.0.6 -> 2.0.7 - vestige-mcp-server: 2.0.6 -> 2.0.7 Rebuild: pnpm --dir apps/dashboard run build regenerates apps/dashboard/build/** with the v2.0.7 asset hashes. Pre-release validation green: - cargo check --workspace: clean - cargo test -p vestige-core --lib: 366 passed - cargo test -p vestige-mcp --lib: 425 passed - pnpm run check (svelte-check): 580 files, 0 errors - cargo clippy on touched crates: -D warnings clean - 4-parallel-agent pre-merge audit passed (security, code quality, end-to-end flow, external verification). Two MEDIUM fixes landed in-branch before tag. The 12 feature/fix commits on chore/v2.0.7-clean are preserved via fast-forward merge so each logical change stays independently revertible on main.
This commit is contained in:
parent
7a3d30914d
commit
40b963e15b
111 changed files with 95 additions and 55 deletions
|
|
@ -11,13 +11,13 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/dashboard/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="/dashboard/favicon.svg" />
|
||||
<link rel="manifest" href="/dashboard/manifest.json" />
|
||||
<link href="/dashboard/_app/immutable/entry/start.D1AvCvNH.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/D1EqE5Bq.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/entry/start.w1cwg9DL.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/Bmuqs8iK.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/nyjtQ1Ok.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/DAj0p1rI.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/BAlzCWFX.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/DLW_bV71.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/DeTA_5mp.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/entry/app.Bvvx1UVC.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/entry/app.C3iNv4Nf.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/C4L78yoI.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/B0IenmM-.js" rel="modulepreload">
|
||||
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_k7ei3f = {
|
||||
__sveltekit_1mjd28j = {
|
||||
base: "/dashboard",
|
||||
assets: "/dashboard"
|
||||
};
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/dashboard/_app/immutable/entry/start.D1AvCvNH.js"),
|
||||
import("/dashboard/_app/immutable/entry/app.Bvvx1UVC.js")
|
||||
import("/dashboard/_app/immutable/entry/start.w1cwg9DL.js"),
|
||||
import("/dashboard/_app/immutable/entry/app.C3iNv4Nf.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue