Skip to content

Commit ea6bfe4

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 ea6bfe4

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 22 additions & 2 deletions
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
@@ -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

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 <cincoders@cin.ufpe.br> (https://cincoders.cin.ufpe.br)",

0 commit comments

Comments
 (0)