Skip to content

Commit

Permalink
bump: version 0.2.0a0 → 0.2.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 31, 2024
1 parent 66c82db commit 7e79c3c
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.0a0"
version = "0.2.0b0"
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.0b0 (2024-05-31)

### Feat

- add a started Header component
- add index.ts files for importing all components at once
- add logo and icons to theme dir
- add matomo tracking banner & standard button components

### Fix

- remove setbasepath in favour of bundles icons
- storybook for Tracking component correct props
- do not import hot.css inside app templates
- update all examples with latest syntax
- do not run matomo tracking if domain does not match current host
- fix react wrapper for demo toolbar
- restructure components, fix storybook

### Refactor

- remove bundled icons from storybook config
- update refs to cdn hot.css --> combined styles.css (shoelace)
- rename HotElement --> Element for react

## 0.2.0a0 (2024-05-27)

### Feat
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.0a0",
"version": "0.2.0b0",
"description": "Shared UI components with theming for use across HOTOSM tools.",
"type": "module",
"engines": {
Expand Down

0 comments on commit 7e79c3c

Please sign in to comment.