diff --git a/README.md b/README.md index 9aa45e68..d2bd006a 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,21 @@ To learn more about pro version features and pricing, visit our [pricing page](h ## Changelog +### Version 2.0.1 - [February 27, 2025] + +#### Update Overview + +- Upgraded to Tailwind CSS v4 for better performance and efficiency. +- Updated class usage to match the latest syntax and features. +- Replaced deprecated class and optimized styles. + +#### Next Steps + +- Run npm install or yarn install to update dependencies. +- Check for any style changes or compatibility issues. +- Refer to the Tailwind CSS v4 [Migration Guide](https://tailwindcss.com/docs/upgrade-guide) on this release. if needed. +- This update keeps the project up to date with the latest Tailwind improvements. 🚀 + ### v2.0.0 (February 2025) A major update focused on Next.js 15 implementation and comprehensive redesign. diff --git a/package.json b/package.json index 3b4e1fe2..bf9ca675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "free-nextjs-admin-dashboard", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "dev": "next dev",