Skip to content

Commit 3b920b5

Browse files
committed
2.1.0
1 parent e879fca commit 3b920b5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.1.0] 2024-06-19
4+
5+
### Vulnerabilities removed
6+
37
## [2.0.0] 2024-02-06
48

59
### Next 14

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [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/)
22

3-
![version](https://img.shields.io/badge/version-1.0.0-blue.svg)
3+
![version](https://img.shields.io/badge/version-2.1.0-blue.svg)
44
![license](https://img.shields.io/badge/license-MIT-blue.svg)
55
[![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)
66

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

7272
### Versions
7373

74-
| Free Version | PRO Version |
75-
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
74+
| Free Version | PRO Version |
75+
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7676
| [![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) |
7777

7878
### Figma Version

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "horizon-tailwind-react-nextjs",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/hooks": "^2.1.4",
@@ -30,7 +30,6 @@
3030
"react-dom": "^18.2.0",
3131
"react-icons": "^4.4.0",
3232
"react-router-dom": "^6.4.0",
33-
"react-scripts": "5.0.1",
3433
"react-no-ssr": "^1.1.0",
3534
"tailwindcss-rtl": "^0.9.0",
3635
"typescript": "^4.7.4",
@@ -41,9 +40,7 @@
4140
"build": "next build",
4241
"start": "next start",
4342
"export": "next export",
44-
"lint": "next lint",
45-
"predeploy": "yarn run build",
46-
"deploy": "gh-pages -d build"
43+
"lint": "next lint"
4744
},
4845
"eslintConfig": {
4946
"extends": [
@@ -79,7 +76,6 @@
7976
"css-loader": "^6.7.1",
8077
"eslint": "^8.23.0",
8178
"eslint-config-next": "^13.3.2",
82-
"gh-pages": "^3.2.3",
8379
"postcss": "^8.4.30",
8480
"prettier": "^2.8.3",
8581
"prettier-plugin-tailwindcss": "^0.2.1",

0 commit comments

Comments
 (0)