Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simmmpleweb committed Jul 19, 2024
1 parent 26ce9be commit 442e845
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [3.0.0] 2024-06-28
## [2.2.0] 2024-07-19

### Vulnerabilities removed

## [2.1.0] 2024-06-28

### GPT-4o Support

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 ChatGPT AI Template](https://horizon-ui.com/chatgpt-ai-template) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=Check%20Horizon%20ChatGPT%20AI%20Template,%20the%20trendiest%20open%20source%20ChatGPT%20AI%20admin%20template%20for%20%23nextjs%20and%20%23react!%0A%0Ahttps%3A//horizon-ui.com/chatgpt-ai-template/%20%20)

![version](https://img.shields.io/badge/version-3.0.0-brightgreen.svg)
![version](https://img.shields.io/badge/version-2.2.0-brightgreen.svg)
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/chatgpt-ai-template.svg?maxAge=2592000)](https://github.com/horizon-ui/chatgpt-ai-template/issues?q=is%3Aopen+is%3Aissue)

<p>&nbsp;</p>
Expand Down
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "1.8.9",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.6",
"@babel/traverse": "^7.24.6",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@codemirror/legacy-modes": "^6.3.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand All @@ -24,28 +25,24 @@
"@testing-library/user-event": "^12.8.3",
"@uiw/codemirror-theme-tokyo-night": "^4.19.11",
"@uiw/react-codemirror": "^4.19.11",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.0.0",
"framer-motion": "^4.1.17",
"next": "14.0.2",
"next": "^14.2.5",
"react": "18.2.0",
"react-build-sitemap": "^0.2.2",
"react-custom-scrollbars-2": "^4.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-is": "^18.0.0",
"react-markdown": "^8.0.6",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
Expand Down

0 comments on commit 442e845

Please sign in to comment.