Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcruzb committed Jul 24, 2023
1 parent 2156e10 commit 76cadd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.0",
"version": "1.0.1",
"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 76cadd9

Please sign in to comment.