Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simmmpleweb committed Jul 19, 2024
1 parent e879fca commit 3b920b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.0] 2024-06-19

### Vulnerabilities removed

## [2.0.0] 2024-02-06

### Next 14
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Horizon UI Tailwind CSS NextJS ⚡️](https://horizon-ui.com/horizon-tailwind-react-nextjs) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=Check%20Horizon%20UI,%20the%20trendiest%20open-source%20admin%20dashboard%20template%20for%20Tailwind%20CSS,%20React%20JS%20and%20NextJS%20-%20https%3A//horizon-ui.com/)

![version](https://img.shields.io/badge/version-1.0.0-blue.svg)
![version](https://img.shields.io/badge/version-2.1.0-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/horizon-tailwind-react-nextjs.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-tailwind-react-nextjs/issues?q=is%3Aopen+is%3Aissue)

Expand Down Expand Up @@ -71,8 +71,8 @@ If you want to get inspiration or just show something directly to your clients,

### Versions

| Free Version | PRO Version |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Free Version | PRO Version |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [![Horizon UI Tailwind NextJS](https://i.ibb.co/mtLkcYL/horizon-ui-nextjs-free.png)](https://www.horizon-ui.com/?ref=readme-horizon-tailwind-nextjs) | [![Horizon UI NextJS PRO](https://i.ibb.co/sPSYxGv/horizon-2-0-pro-presentation-image.png)](https://www.horizon-ui.com/pro?ref=readme-horizon-tailwind-nextjs) |

### Figma Version
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizon-tailwind-react-nextjs",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"dependencies": {
"@chakra-ui/hooks": "^2.1.4",
Expand Down Expand Up @@ -30,7 +30,6 @@
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"react-no-ssr": "^1.1.0",
"tailwindcss-rtl": "^0.9.0",
"typescript": "^4.7.4",
Expand All @@ -41,9 +40,7 @@
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
"lint": "next lint"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -79,7 +76,6 @@
"css-loader": "^6.7.1",
"eslint": "^8.23.0",
"eslint-config-next": "^13.3.2",
"gh-pages": "^3.2.3",
"postcss": "^8.4.30",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
Expand Down

0 comments on commit 3b920b5

Please sign in to comment.