Skip to content

Commit 776d251

Browse files
committed
update the release notes
1 parent 369da3f commit 776d251

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

docs-content/react/releases.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
export const releases = [
2+
{
3+
version: "2.1.3",
4+
date: "Octuber 17, 2023",
5+
name: "@material-tailwind/react",
6+
description: "Material Tailwind v2.1.3",
7+
content: [
8+
{
9+
title: "patch changes",
10+
data: ["Fix theme issue with <Button /> component."],
11+
},
12+
{
13+
title: "docs updates",
14+
data: ["Fix typos.", "Update the design"],
15+
},
16+
],
17+
},
218
{
319
version: "2.1.2",
420
date: "September 14, 2023",

documentation/react/release-notes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Release Notes - Material Tailwind
33
description: Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
44
navigation: [
5+
"v2.1.3",
56
"v2.1.2",
67
"v2.1.1",
78
"v2.1.0",

widgets/layout/docs-navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function DocsNavbar({ slug, setMobileNav }: DocsNavbar) {
196196
Material <br /> Tailwind
197197
</Typography>
198198
<Chip
199-
value="v2.1.2"
199+
value="v2.1.3"
200200
variant="outlined"
201201
className="ml-2 rounded-full border-[1.5px] border-blue-gray-50 pb-1 pt-1.5 text-primary"
202202
/>

widgets/layout/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export function Navbar() {
195195
</Typography>
196196
<hr className="mx-2 h-8 border-r border-primary/10" />
197197
<Chip
198-
value="v2.1.2"
198+
value="v2.1.3"
199199
variant="outlined"
200200
className="rounded-full border-[1.5px] border-blue-gray-50 pb-1 pt-1.5 text-primary"
201201
/>

0 commit comments

Comments
 (0)