diff --git a/CHANGELOG b/CHANGELOG index d57c81b..c24b8bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/package-lock.json b/package-lock.json index 4e456ed..c327508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cincoders/cinnamon", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cincoders/cinnamon", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "@emotion/react": "^11.9.3", @@ -61,8 +61,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" } diff --git a/package.json b/package.json index d14e2cf..3cc3613 100644 --- a/package.json +++ b/package.json @@ -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 (https://cincoders.cin.ufpe.br)", @@ -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" },