Skip to content

Commit 0fbdb5a

Browse files
committed
2.2.1
1 parent 4ba642d commit 0fbdb5a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## [2.2.1] 2024-07-19
3+
4+
### Vulnerabilities fixed
5+
26
## [2.2.0] 2024-02-06
37

48
### Next 14

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Horizon UI NextJS ⚡️](https://horizon-ui.com/horizon-ui-chakra-nextjs) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://horizon-ui.com/&text=Check%20Horizon%20UI,%20the%20trendiest%20open-source%20admin%20template%20for%20Chakra%20UI%20&%20React!)
22

3-
![version](https://img.shields.io/badge/version-2.0.0-blue.svg)
3+
![version](https://img.shields.io/badge/version-2.2.1-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-ui-chakra-nextjs.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-ui-chakra-nextjs/issues?q=is%3Aopen+is%3Aissue)
66

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "horizon-ui-chakra-nextjs",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/icons": "^2.0.19",
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18.0.6",
2121
"apexcharts": "^3.35.2",
2222
"framer-motion": "^4.1.17",
23-
"next": "14.0.2",
23+
"next": "^14.2.5",
2424
"react": "18.2.0",
2525
"react-apexcharts": "^1.4.0",
2626
"react-calendar": "^3.7.0",
@@ -61,8 +61,7 @@
6161
"@types/react-calendar": "^3.5.2",
6262
"@types/react-table": "^7.7.12",
6363
"eslint": "^8.23.0",
64-
"eslint-config-next": "^12.2.5",
65-
"gh-pages": "^3.2.3"
64+
"eslint-config-next": "^12.2.5"
6665
},
6766
"resolutions": {
6867
"@types/react": "18.0.31",

0 commit comments

Comments
 (0)