diff --git a/docs-content/html/releases.ts b/docs-content/html/releases.ts index 63d17e35e..b41bdc01a 100644 --- a/docs-content/html/releases.ts +++ b/docs-content/html/releases.ts @@ -1,4 +1,24 @@ export const releases = [ + { + version: "2.3.0", + date: "August 30, 2024", + name: "@material-tailwind/html", + description: "Material Tailwind v2.3.0", + content: [ + { + title: "patch changes", + data: [ + "Accordion component - Code & UI changes", + "Alert component - Code & UI changes", + "Badge component - Code & UI changes", + "Button component - Code & UI changes", + "Button Group component - Code & UI changes", + "Icon Button component - Code & UI changes", + "Badge component - Code & UI changes", + ], + }, + ], + }, { version: "2.2.5", date: "August 20, 2024",