From 63296b7ed519e7dba1002899fbd208cefbb38aa5 Mon Sep 17 00:00:00 2001 From: randomguy-2650 <150704902+randomguy-2650@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:01:35 +0200 Subject: [PATCH] update FA version from 7.0.0 to 7.0.1 (#1399) --- packages/webawesome/src/components/icon/library.default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webawesome/src/components/icon/library.default.ts b/packages/webawesome/src/components/icon/library.default.ts index e1aa5d47f..bcf04d8ee 100644 --- a/packages/webawesome/src/components/icon/library.default.ts +++ b/packages/webawesome/src/components/icon/library.default.ts @@ -1,7 +1,7 @@ import { getKitCode } from '../../utilities/base-path.js'; import type { IconLibrary } from './library.js'; -const FA_VERSION = '7.0.0'; +const FA_VERSION = '7.0.1'; function getIconUrl(name: string, family: string, variant: string) { const kitCode = getKitCode();