Skip to content

Commit

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

## [2.2.1] 2024-07-19

### Vulnerabilities fixed

## [2.2.0] 2024-02-06

### Next 14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [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!)

![version](https://img.shields.io/badge/version-2.0.0-blue.svg)
![version](https://img.shields.io/badge/version-2.2.1-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![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)

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizon-ui-chakra-nextjs",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
Expand All @@ -20,7 +20,7 @@
"@types/react-dom": "^18.0.6",
"apexcharts": "^3.35.2",
"framer-motion": "^4.1.17",
"next": "14.0.2",
"next": "^14.2.5",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-calendar": "^3.7.0",
Expand Down Expand Up @@ -61,8 +61,7 @@
"@types/react-calendar": "^3.5.2",
"@types/react-table": "^7.7.12",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"gh-pages": "^3.2.3"
"eslint-config-next": "^12.2.5"
},
"resolutions": {
"@types/react": "18.0.31",
Expand Down

0 comments on commit 0fbdb5a

Please sign in to comment.