Skip to content

Commit

Permalink
bump: version 0.2.0b3 → 0.2.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 6, 2024
1 parent c6db9b7 commit 6583b80
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6583b80

Please sign in to comment.