Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcruzb committed Feb 22, 2024
1 parent 013435b commit f8dfe73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- [Stories] Forbidden with mocked logout and dynamic email
- [Dependencies] React ˆ18.1

### Fixed

- [Stories] cinnamon repo link in Storybook about page
- [Page] Fix navbar and footer rendering when not defined

## [1.2.0] - 2023-10-18

### Added
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cincoders/cinnamon",
"version": "1.2.1",
"version": "1.2.2",
"description": "A collection components for standardized system appearance and functionality, easing development in web applications.",
"license": "MIT",
"author": "CInCoders <[email protected]> (https://cincoders.cin.ufpe.br)",
Expand Down Expand Up @@ -81,8 +81,8 @@
"typescript": "^4.3.2"
},
"peerDependencies": {
"react": "ˆ18.1",
"react-dom": "ˆ18.1",
"react": "^18.1",
"react-dom": "^18.1",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2"
},
Expand Down

0 comments on commit f8dfe73

Please sign in to comment.