Skip to content

Commit 9fdc896

Browse files
authored
Merge pull request #36 from maisamaf/feature/v3
feature/v3
2 parents c082d2c + b28a39a commit 9fdc896

30 files changed

+335
-210
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.1.0] 2023-11-14
4+
- Upgrade to Material Tailwind `v2`
5+
36
## [2.0.1] 2023-03-29
47

58
- Add nepcha scripts

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Creative Tim
3+
Copyright (c) 2023 Creative Tim
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# [Material Tailwind Dashboard React](http://demos.creative-tim.com/material-tailwind-dashboard-react/#/?ref=readme-mtdr) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/material-tailwind-dashboard-react&text=Check%20Material%20Tailwind%20Dashboard%20React%20made%20by%20@CreativeTim%20#webdesign%20#kit%20#materialdesign%20#react%20#materialtailwind%20#tailwindcss%20https://www.creative-tim.com/product/material-tailwind-dashboard-react)
22

3-
![version](https://img.shields.io/badge/version-2.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-tailwind-dashboard-react.svg)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-tailwind-dashboard-react.svg)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aissue+is%3Aclosed)
3+
![version](https://img.shields.io/badge/version-2.1.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-tailwind-dashboard-react.svg)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-tailwind-dashboard-react.svg)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aissue+is%3Aclosed)
44

5-
![Image](https://s3.amazonaws.com/creativetim_bucket/products/488/original/material-tailwind-react-dashboard.jpg)
5+
![Image](https://s3.amazonaws.com/creativetim_bucket/products/488/original/material-tailwind-dashboard-react.jpg)
66

77
Material Tailwind Dashboard React is our newest free Material Tailwind Admin Template based on Tailwind CSS and React. If you’re a developer looking to create an admin dashboard that is developer-friendly, rich with features, and highly customisable, here is your match. Our innovative Material Tailwind, Tailwind CSS & React dashboard comes with a beautiful design inspired by Google's Material Design and it will help you create stunning websites & web apps to delight your clients.
88

@@ -63,7 +63,7 @@ Let us know your thoughts below. And good luck with development!
6363
| React |
6464
| ----- |
6565

66-
| [![Material Tailwind Dashboard React](https://s3.amazonaws.com/creativetim_bucket/products/488/thumb/material-tailwind-react-dashboard.jpg)](http://demos.creative-tim.com/material-tailwind-dashboard-react/#/?ref=readme-mtdr)
66+
| [![Material Tailwind Dashboard React](https://s3.amazonaws.com/creativetim_bucket/products/488/thumb/material-tailwind-dashboard-react.jpg)](http://demos.creative-tim.com/material-tailwind-dashboard-react/#/?ref=readme-mtdr)
6767

6868
## Demo
6969

@@ -154,7 +154,7 @@ If you have questions or need help integrating the product please [contact us](h
154154

155155
## Licensing
156156

157-
- Copyright 2022 [Creative Tim](https://www.creative-tim.com?ref=readme-mtdr)
157+
- Copyright 2023 [Creative Tim](https://www.creative-tim.com?ref=readme-mtdr)
158158
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-mtdr)
159159

160160
## Useful Links

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
22
=========================================================
3-
* Material Tailwind Dashboard React - v2.0.0
3+
* Material Tailwind Dashboard React - v2.1.0
44
=========================================================
55
* Product Page: https://www.creative-tim.com/product/material-tailwind-dashboard-react
6-
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
6+
* Copyright 2023 Creative Tim (https://www.creative-tim.com)
77
* Licensed under MIT (https://github.com/creativetimofficial/material-tailwind-dashboard-react/blob/main/LICENSE.md)
88
* Coded by Creative Tim
99
=========================================================

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "material-tailwind-dashboard-react",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@heroicons/react": "2.0.12",
13-
"@material-tailwind/react": "1.2.4",
14-
"apexcharts": "3.35.5",
12+
"@heroicons/react": "2.0.18",
13+
"@material-tailwind/react": "2.1.4",
14+
"apexcharts": "3.44.0",
1515
"prop-types": "15.8.1",
1616
"react": "18.2.0",
17-
"react-apexcharts": "1.4.0",
17+
"react-apexcharts": "1.4.1",
1818
"react-dom": "18.2.0",
19-
"react-router-dom": "6.4.2"
19+
"react-router-dom": "6.17.0"
2020
},
2121
"devDependencies": {
22-
"@types/react": "18.0.17",
23-
"@types/react-dom": "18.0.6",
24-
"@vitejs/plugin-react": "2.1.0",
25-
"autoprefixer": "10.4.12",
26-
"postcss": "8.4.17",
27-
"prettier": "2.7.1",
28-
"prettier-plugin-tailwindcss": "0.1.13",
29-
"tailwindcss": "3.1.8",
30-
"vite": "3.1.0"
22+
"@types/react": "18.2.31",
23+
"@types/react-dom": "18.2.14",
24+
"@vitejs/plugin-react": "4.1.0",
25+
"autoprefixer": "10.4.16",
26+
"postcss": "8.4.31",
27+
"prettier": "3.0.3",
28+
"prettier-plugin-tailwindcss": "0.5.6",
29+
"tailwindcss": "3.3.4",
30+
"vite": "4.5.0"
3131
}
3232
}

public/img/background-image.png

22.5 KB
Loading

public/img/pattern.png

99 KB
Loading

0 commit comments

Comments
 (0)