fix(changelog): fix radio-group component name

Signed-off-by: Antony Bouyon <antony.bouyon@believe.com>
This commit is contained in:
Antony Bouyon
2026-01-14 17:23:12 +01:00
parent b01ab96638
commit 111235079a
+1 -1
View File
@@ -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.`,