diff --git a/CHANGELOG.md b/CHANGELOG.md index be21418d..9322305f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.1.0] 2021-06-10 + +### New Features + +- Add the download button + +### Bug Fixing + +- Fix the dropdown of admin navbar + ## [1.0.0] 2021-06-08 ### Original Release diff --git a/README.md b/README.md index d646b354..7f2e3512 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Material Tailwind Dashboard React](https://demos.creative-tim.com/material-tailwind-dashboard-react/#/?ref=readme-mtdr) -![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-tailwind-dashboard-react.svg?maxAge=2592000)](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?maxAge=2592000)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aissue+is%3Aclosed) +![version](https://img.shields.io/badge/version-1.1.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-tailwind-dashboard-react.svg?maxAge=2592000)](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?maxAge=2592000)](https://github.com/creativetimofficial/material-tailwind-dashboard-react/issues?q=is%3Aissue+is%3Aclosed) ![Image](https://s3.amazonaws.com/creativetim_bucket/products/488/original/opt_md_tailwindreact_thumbnail.jpg) diff --git a/package.json b/package.json index dfb37b83..050a91c6 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "material-tailwind-dashboard-react", - "version": "1.0.0", + "version": "1.1.0", "private": true, "homepage": "https://demos.creative-tim.com/material-tailwind-dashboard-react/#/", "dependencies": { - "@material-tailwind/react": "^0.3.3", + "@material-tailwind/react": "^0.3.4", "@react-google-maps/api": "^2.1.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", @@ -50,7 +50,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.13", "postcss-cli": "^8.3.1", - "tailwindcss": "^2.1.2" + "tailwindcss": "^2.1.4" }, "optionalDependencies": { "@babel/core": "7.14.0", diff --git a/public/index.html b/public/index.html index 5c624448..3f0aa62a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@