From 8135a116066ff47c8b8287bed38032036785f038 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Thu, 30 Jul 2026 16:01:24 -0700 Subject: [PATCH] docs: correct PR 2116 contributor attribution - Credit ksylvan and Dependabot for PR 2116 changes --- cmd/generate_changelog/incoming/2116.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/generate_changelog/incoming/2116.txt b/cmd/generate_changelog/incoming/2116.txt index 4744ae82..7c493aab 100644 --- a/cmd/generate_changelog/incoming/2116.txt +++ b/cmd/generate_changelog/incoming/2116.txt @@ -1,4 +1,4 @@ -### PR [#2116](https://github.com/danielmiessler/Fabric/pull/2116) by [dependabot[bot][bot]](https://github.com/apps/dependabot): fix(web): repair the chat page and modernize the build toolchain +### PR [#2116](https://github.com/danielmiessler/Fabric/pull/2116) by [ksylvan](https://github.com/ksylvan) and [dependabot](https://github.com/apps/dependabot): fix(web): repair the chat page and modernize the build toolchain - Modernized the web stack by upgrading Tailwind, Skeleton, SvelteKit, Vite, and supporting dependencies. - Replaced removed Skeleton components with compatible local implementations to restore UI functionality.