From 7ffa3efaf075a7145535d73929a7d345bc60eebe Mon Sep 17 00:00:00 2001 From: Markus Hartung Date: Fri, 21 Aug 2026 21:25:26 -0300 Subject: [PATCH] fix(quality): move #11050 changelog fragment to valid fixes/ section + rebaseline AddApiKeyModal (1067->1073, #11056 growth) --- .../{breaking => fixes}/11050-remove-ghost-webhook-events.md | 0 config/quality/file-size-baseline.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename changelog.d/{breaking => fixes}/11050-remove-ghost-webhook-events.md (100%) diff --git a/changelog.d/breaking/11050-remove-ghost-webhook-events.md b/changelog.d/fixes/11050-remove-ghost-webhook-events.md similarity index 100% rename from changelog.d/breaking/11050-remove-ghost-webhook-events.md rename to changelog.d/fixes/11050-remove-ghost-webhook-events.md diff --git a/config/quality/file-size-baseline.json b/config/quality/file-size-baseline.json index 4706111a5c..da8b6c3449 100644 --- a/config/quality/file-size-baseline.json +++ b/config/quality/file-size-baseline.json @@ -443,7 +443,7 @@ "src/shared/components/ModelSelectModal.tsx": 1138, "src/shared/constants/providers/apikey/gateways.ts": 1250 }, - "src/app/(dashboard)/dashboard/providers/[id]/components/modals/AddApiKeyModal.tsx": 1067, + "src/app/(dashboard)/dashboard/providers/[id]/components/modals/AddApiKeyModal.tsx": 1073, "src/app/(dashboard)/dashboard/providers/[id]/hooks/useProviderConnections.ts": 1051, "src/shared/components/ModelSelectModal.tsx": 1138, "src/shared/constants/providers/apikey/gateways.ts": 1298,