Skip to content

Commit

Permalink
Chagelog + Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simmmpleweb committed Sep 13, 2023
1 parent eb27392 commit 44bd465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## [2.0.0] 2023-09-13

### Big update - NextJS 13 Update

- Layouts update
- Updated routing
- Updated image component
- Updated link component

## [1.0.1] 2022-03-22
### Bug Fixing
Auth layout fixed
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-1.0.0-blue.svg)
![version](https://img.shields.io/badge/version-2.0.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-ui-chakra-nextjs.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-ui-chakra-nextjs/issues?q=is%3Aopen+is%3Aissue)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizon-ui-chakra-nextjs",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
Expand Down

0 comments on commit 44bd465

Please sign in to comment.