From 111235079afaa803692e3b9b0b3a009966a78a9c Mon Sep 17 00:00:00 2001 From: Antony Bouyon Date: Wed, 14 Jan 2026 17:23:12 +0100 Subject: [PATCH] fix(changelog): fix radio-group component name Signed-off-by: Antony Bouyon --- docs-ui/src/utils/changelogs/v0.9.0.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ui/src/utils/changelogs/v0.9.0.ts b/docs-ui/src/utils/changelogs/v0.9.0.ts index f5546b7ba9..64a2f7f5ea 100644 --- a/docs-ui/src/utils/changelogs/v0.9.0.ts +++ b/docs-ui/src/utils/changelogs/v0.9.0.ts @@ -288,7 +288,7 @@ export const changelog_0_9_0: ChangelogProps[] = [ commitSha: '3c0ea67', }, { - components: ['radiogroup'], + components: ['radio-group'], version: '0.9.0', prs: ['31576'], description: `Fixed RadioGroup radio button ellipse distortion by preventing flex shrink and grow.`,