@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [1.0.3] - 2023-08-04
9+
10+ ### Fixed
11+
12+ - [AuthUtils] Fix wildcard role access not working
13+ - [MainDiv] Padding with min and max px, and preferred %
14+ - [ForbiddenPageStories] Fix ForbiddenPage props
15+ - [Dependencies] Removed not used package
16+
817## [1.0.2] - 2023-07-31
918
1019### Fixed
@@ -66,7 +75,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6675### Fixed
6776
6877- [dialog] Children max width
69- - [storybook] Logo size
78+ - [storybook] Logo size[0.4.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.3.0...version/v0.4.0
79+ [0.3.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.2.1...version/v0.3.0
80+ [0.2.1]: https://github.com/CinCoders/cinnamon/compare/version/v0.2.0...version/v0.2.1
81+ [0.2.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.6...version/v0.2.0
82+ [0.1.6]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.5...version/v0.1.6
83+ [0.1.5]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.4...version/v0.1.5
84+ [0.1.4]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.3...version/v0.1.4
85+ [0.1.3]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.2...version/v0.1.3
86+ [0.1.2]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.1...version/v0.1.2
87+ [0.1.1]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.0...version/v0.1.1
88+
7089- Code smells
7190- Code duplications
7291
@@ -106,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106125- Empty SideMenu
107126- Issue template
108127
109- [unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...develop
128+ [unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.3...develop
129+ [1.0.3]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...version/v1.0.3
110130[1.0.2]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.1...version/v1.0.2
111131[1.0.1]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.0...version/v1.0.1
112132[1.0.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.4.0...version/v1.0.0
0 commit comments