Skip to content

Commit

Permalink
update the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Aug 19, 2024
1 parent 83d6912 commit f7837a5
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.2.3-blue.svg" alt="Version" />
</a>
</p>

Expand Down
33 changes: 33 additions & 0 deletions docs-content/html/releases.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
export const releases = [
{
version: "2.2.4",
date: "August 19, 2024",
name: "@material-tailwind/html",
description: "Material Tailwind v2.2.4",
content: [
{
title: "patch changes",
data: ["Reduce the bundle size"],
},
],
},
{
version: "2.2.3",
date: "August 16, 2024",
name: "@material-tailwind/html",
description: "Material Tailwind v2.2.3",
content: [
{
title: "minor changes",
data: ["Add new colors: slate, neutral"],
},
{
title: "docs changes",
data: [
"New components added to Input category",
"New components added to Input Number category",
"New components added to Input Phone category",
"New components added to Table category",
],
},
],
},
{
version: "2.2.2",
date: "January 01, 2024",
Expand Down
2 changes: 2 additions & 0 deletions documentation/html/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
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.2.4",
"v2.2.3",
"v2.2.2",
"v2.1.2",
"v2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-html/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/html.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-2.2.2-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.2.3-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.2.2",
"version": "2.2.4",
"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
3 changes: 1 addition & 2 deletions packages/material-tailwind-html/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const withMT = require("./utils/withMT");

module.exports = withMT({
content: [],
safelist: [{ pattern: /./ }],
content: ["./scripts/**/*.js"],
theme: {
extend: {},
},
Expand Down

0 comments on commit f7837a5

Please sign in to comment.