Skip to content

Commit 28b8536

Browse files
committed
Version 1.0.3
## [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 parent 4189066 commit 28b8536

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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
@@ -106,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106115
- Empty SideMenu
107116
- Issue template
108117

109-
[unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...develop
118+
[unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.3...develop
119+
[1.0.3]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.2...version/v1.0.3
110120
[1.0.2]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.1...version/v1.0.2
111121
[1.0.1]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.0...version/v1.0.1
112122
[1.0.0]: https://github.com/CinCoders/cinnamon/compare/version/v0.4.0...version/v1.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cincoders/cinnamon",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A collection components for standardized system appearance and functionality, easing development in web applications.",
55
"license": "MIT",
66
"author": "CInCoders <[email protected]> (https://cincoders.cin.ufpe.br)",

0 commit comments

Comments
 (0)