Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
## [1.0.3] - 2023-08-04

### Fixed

- [AuthUtils] Fix wildcard role access not working
- [MainDiv] Padding with min and max px, and preferred %
- [ForbiddenPageStories] Fix ForbiddenPage props
- [Dependencies] Removed not used package
  • Loading branch information
dcruzb committed Aug 4, 2023
1 parent 4189066 commit ea6bfe4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2023-08-04

### Fixed

- [AuthUtils] Fix wildcard role access not working
- [MainDiv] Padding with min and max px, and preferred %
- [ForbiddenPageStories] Fix ForbiddenPage props
- [Dependencies] Removed not used package

## [1.0.2] - 2023-07-31

### Fixed
Expand Down Expand Up @@ -66,7 +75,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- [dialog] Children max width
- [storybook] Logo size
- [storybook] Logo size[0.4.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.3.0...version/v0.4.0
[0.3.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.2.1...version/v0.3.0
[0.2.1]: https://github.com/CinCoders/cinnamon/compare/version/v0.2.0...version/v0.2.1
[0.2.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.6...version/v0.2.0
[0.1.6]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.5...version/v0.1.6
[0.1.5]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.4...version/v0.1.5
[0.1.4]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.3...version/v0.1.4
[0.1.3]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.2...version/v0.1.3
[0.1.2]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.1...version/v0.1.2
[0.1.1]: https://github.com/CinCoders/cinnamon/compare/version/v0.1.0...version/v0.1.1

- Code smells
- Code duplications

Expand Down Expand Up @@ -106,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Empty SideMenu
- Issue template

[unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...develop
[unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.3...develop
[1.0.3]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...version/v1.0.3
[1.0.2]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.1...version/v1.0.2
[1.0.1]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.0...version/v1.0.1
[1.0.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.4.0...version/v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cincoders/cinnamon",
"version": "1.0.2",
"version": "1.0.3",
"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

0 comments on commit ea6bfe4

Please sign in to comment.