From a950d4b2fa39450f803882ae930a53209406f78c Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 13 Mar 2024 10:07:21 -0300 Subject: [PATCH] build(Commitizen): Add commitizen config to project --- .cz.toml | 8 ++++++++ CHANGELOG.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .cz.toml diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 0000000..6ea1bdd --- /dev/null +++ b/.cz.toml @@ -0,0 +1,8 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "$version" +version_scheme = "semver" +version_provider = "npm" +update_changelog_on_bump = true +major_version_zero = true +changelog_incremental = true diff --git a/CHANGELOG.md b/CHANGELOG.md index cb079cf..8029ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Apply some elevation to landing components - Apply skeleton of new design to landing page -- **Components**: Add Button and BackgroudnImage +- **Components**: Add Button and BackgroundImage - **Layout**: add loading spinner component and to layout - **Layout**: apply view transition to page navigation - **components**: add carousel components @@ -16,5 +16,5 @@ ### Refactor -- Remove BackgroundImageDiv component +- Remove BackgroundImageDiv component, component is redundant, move style to CSS class and allows to set the image via CSS variables - move submodule into this repo