From 76cadd9f5f63c6299eca4600384260ea4c531f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Brand=C3=A3o?= Date: Mon, 24 Jul 2023 14:11:42 -0300 Subject: [PATCH] Version 1.0.1 --- CHANGELOG | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c854763..a1f1eb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,13 @@ 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.1] - 2023-07-24 + +### Fixed + +- [buffer] Buffer polyfill in webpack 5 +- [MainDiv] Default height + ## [1.0.0] - 2023-07-21 ### Added @@ -93,7 +100,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.0...develop +[unreleased]: https://github.com/CinCoders/cinnamon/compare/version/v1.0.1...develop +[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 [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 diff --git a/package-lock.json b/package-lock.json index 82640e8..3d1cf43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cincoders/cinnamon", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cincoders/cinnamon", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@emotion/react": "^11.9.3", diff --git a/package.json b/package.json index c0fc12b..e692ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cincoders/cinnamon", - "version": "1.0.0", + "version": "1.0.1", "description": "A collection components for standardized system appearance and functionality, easing development in web applications.", "license": "MIT", "author": "CInCoders (https://cincoders.cin.ufpe.br)",