Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Oct 17, 2023
1 parent 369da3f commit 776d251
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs-content/react/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
export const releases = [
{
version: "2.1.3",
date: "Octuber 17, 2023",
name: "@material-tailwind/react",
description: "Material Tailwind v2.1.3",
content: [
{
title: "patch changes",
data: ["Fix theme issue with <Button /> component."],
},
{
title: "docs updates",
data: ["Fix typos.", "Update the design"],
},
],
},
{
version: "2.1.2",
date: "September 14, 2023",
Expand Down
1 change: 1 addition & 0 deletions documentation/react/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Release Notes - Material Tailwind
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.
navigation: [
"v2.1.3",
"v2.1.2",
"v2.1.1",
"v2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion widgets/layout/docs-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function DocsNavbar({ slug, setMobileNav }: DocsNavbar) {
Material <br /> Tailwind
</Typography>
<Chip
value="v2.1.2"
value="v2.1.3"
variant="outlined"
className="ml-2 rounded-full border-[1.5px] border-blue-gray-50 pb-1 pt-1.5 text-primary"
/>
Expand Down
2 changes: 1 addition & 1 deletion widgets/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function Navbar() {
</Typography>
<hr className="mx-2 h-8 border-r border-primary/10" />
<Chip
value="v2.1.2"
value="v2.1.3"
variant="outlined"
className="rounded-full border-[1.5px] border-blue-gray-50 pb-1 pt-1.5 text-primary"
/>
Expand Down

1 comment on commit 776d251

@vercel
Copy link

@vercel vercel bot commented on 776d251 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.