Skip to content

Commit

Permalink
update the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Dec 13, 2023
1 parent 5e0d8e3 commit 4dda019
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.1.5-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.1.6-blue.svg" alt="Version" />
</a>
</p>
<p align="center">
Expand All @@ -22,7 +22,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/html.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.1.0-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.1.1-blue.svg" alt="Version" />
</a>
</p>

Expand Down
16 changes: 16 additions & 0 deletions docs-content/html/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
export const releases = [
{
version: "2.1.1",
date: "December 13, 2023",
name: "@material-tailwind/html",
description: "Material Tailwind v2.1.1",
content: [
{
title: "docs changes",
data: [
"Fixed broken links.",
"Fixed typos.",
"Updated icon button examples.",
],
},
],
},
{
version: "2.1.0",
date: "Dec 01, 2023",
Expand Down
42 changes: 42 additions & 0 deletions docs-content/react/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
export const releases = [
{
version: "2.1.6",
date: "December 13, 2023",
name: "@material-tailwind/react",
description: "Material Tailwind v2.1.6",
content: [
{
title: "patch changes",
data: [
"Improved disabled state style for input and select.",
"Fixed input placeholder overlap with label.",
"Fixed textarea label issue.",
"Fixed typos in navbar theme object.",
"Fixed typos in navbar theme object.",
"Added loading state for the button.",
],
},
{
title: "docs changes",
data: [
"Fixed broken links.",
"Fixed typos.",
"Updated button docs page.",
"Improved Next.js integration guide.",
],
},
],
},
{
version: "2.1.5",
date: "November 29, 2023",
name: "@material-tailwind/react",
description: "Material Tailwind v2.1.5",
content: [
{
title: "patch changes",
data: [
"Plugins integration guides (Date Picker, Charts and Algolia Search).",
],
},
],
},
{
version: "2.1.4",
date: "Octuber 18, 2023",
Expand Down
1 change: 1 addition & 0 deletions documentation/html/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.1",
"v2.1.0",
"v2.0.0",
"v1.2.4",
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.6",
"v2.1.5",
"v2.1.4",
"v2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-html/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##### MIT License

Copyright © 2022 Material Tailwind by [Creative Tim](https://www.creative-tim.com?ref=material-tailwind)
Copyright © 2023 Material Tailwind by [Creative Tim](https://www.creative-tim.com?ref=material-tailwind)

<br />
Permission is hereby granted, free of charge, to any person obtaining a copy of this
Expand Down
4 changes: 2 additions & 2 deletions packages/material-tailwind-html/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://www.material-tailwind.com">
<img width="100%" src="https://www.material-tailwind.com/img/material-tailwind-thumbnail.jpg" alt="material-tailwind" style="border-radius: 24px" />
<img width="100%" src="https://www.material-tailwind.com/image/material-tailwind-readme.jpg" alt="material-tailwind" style="border-radius: 24px" />
<h1 align="center">Material Tailwind</h1>
</a>
</br>
Expand All @@ -8,7 +8,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/html.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.1.0-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.1.1-blue.svg" alt="Version" />
</a>
<a href="https://www.material-tailwind.com/docs/html/license">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material-tailwind/html",
"homepage": "https://material-tailwind.com",
"version": "2.1.0",
"version": "2.1.1",
"description": "@material-tailwind/html is an easy-to-use components library for Tailwind CSS inspired by Material Design.",
"repository": "https://github.com/creativetimofficial/material-tailwind",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-react/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##### MIT License

Copyright © 2022 Material Tailwind by [Creative Tim](https://www.creative-tim.com?ref=material-tailwind)
Copyright © 2023 Material Tailwind by [Creative Tim](https://www.creative-tim.com?ref=material-tailwind)

<br />
Permission is hereby granted, free of charge, to any person obtaining a copy of this
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.1.5-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.1.6-blue.svg" alt="Version" />
</a>
<a href="https://www.material-tailwind.com/docs/react/license">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material-tailwind/react",
"homepage": "https://material-tailwind.com",
"version": "2.1.5",
"version": "2.1.6",
"description": "@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.",
"repository": "https://github.com/creativetimofficial/material-tailwind",
"license": "MIT",
Expand Down

1 comment on commit 4dda019

@vercel
Copy link

@vercel vercel bot commented on 4dda019 Dec 13, 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.