From ea6bfe48007706041c3893c5b645baaeb6ca80b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Brand=C3=A3o?= Date: Fri, 4 Aug 2023 08:14:36 -0300 Subject: [PATCH] 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 --- CHANGELOG | 24 ++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b2363d7..791d098 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index f91bb25..741d0d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cincoders/cinnamon", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cincoders/cinnamon", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@emotion/react": "^11.9.3", diff --git a/package.json b/package.json index 05c9f32..8d93cf4 100644 --- a/package.json +++ b/package.json @@ -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 (https://cincoders.cin.ufpe.br)",