Skip to content

Commit

Permalink
bump: version 0.2.0b0 → 0.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 31, 2024
1 parent 1c6df9d commit 9303298
Show file tree
Hide file tree
Showing 3 changed files with 8 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.0b0"
version = "0.2.0b1"
version_files = [
".cz.toml:version",
"package.json:version",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0b1 (2024-05-31)

### Fix

- move bundled icons to components dir and update refs

## 0.2.0b0 (2024-05-31) Beta

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

0 comments on commit 9303298

Please sign in to comment.