diff --git a/.cz.toml b/.cz.toml index 485a349..80505ea 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0a12" +version = "0.2.0a0" version_files = [ ".cz.toml:version", "package.json:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7f53b..d05d417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,71 +1,5 @@ # Changelog -## 0.2.0a12 (2024-05-31) - -## 0.2.0a11 (2024-05-31) - -## 0.2.0a10 (2024-05-31) - -## 0.2.0a9 (2024-05-30) - -## 0.2.0a8 (2024-05-30) - -### Feat - -- add a started Header component - -### Fix - -- storybook for Tracking component correct props -- do not import hot.css inside app templates - -### Refactor - -- update refs to cdn hot.css --> combined styles.css (shoelace) - -## 0.2.0a7 (2024-05-30) - -### Feat - -- add index.ts files for importing all components at once -- add logo and icons to theme dir - -### Fix - -- update all examples with latest syntax - -### Refactor - -- rename HotElement --> Element for react - -## 0.2.0a6 (2024-05-29) - -### Fix - -- do not run matomo tracking if domain does not match current host - -## 0.2.0a5 (2024-05-29) - -## 0.2.0a4 (2024-05-29) - -### Fix - -- fix react wrapper for demo toolbar - -## 0.2.0a3 (2024-05-29) - -### Feat - -- add matomo tracking banner & standard button components - -## 0.2.0a2 (2024-05-29) - -## 0.2.0a1 (2024-05-28) - -### Fix - -- restructure components, fix storybook - ## 0.2.0a0 (2024-05-27) ### Feat diff --git a/package.json b/package.json index d6cef17..bfc6dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotosm/ui", - "version": "0.2.0a12", + "version": "0.2.0a0", "description": "Shared UI components with theming for use across HOTOSM tools.", "type": "module", "engines": {