diff --git a/.cz.toml b/.cz.toml index ccc41a1..6ccb421 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0b3" +version = "0.2.0b4" version_files = [ ".cz.toml:version", "package.json:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfc897..9b201de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 0.2.0b4 (2024-06-06) + +### Feat + +- export all shoelace components using hot- prefix +- add login event to header component +- update header component to use unocss classes +- add custom theme for shoelace colour override +- temp add config for using @ alias in components +- update stories + header story +- add simple header component with nav bar items + +### Fix + +- import ts modules for storybook hot-reload +- bundle missing shoelace icons with storybook + +### Refactor + +- remove demo button component, use sl-button directly +- rename events on toolbar demo component +- update refs styles.css --> style.css +- replace custom button with standard shoelace button +- remove config for using @ alias as breaking upstream es module use + ## 0.2.0b3 (2024-06-02) ### Refactor diff --git a/package.json b/package.json index 6d9e270..1bf53a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotosm/ui", - "version": "0.2.0b3", + "version": "0.2.0b4", "description": "Shared UI components with theming for use across HOTOSM tools.", "type": "module", "engines": {