Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hotosm/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Sep 30, 2024
2 parents b44cf52 + 80bfa27 commit 86f13c9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.0b4"
version = "0.2.0b5"
version_files = [
".cz.toml:version",
"package.json:version",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.2.0b5 (2024-09-23)

### Feat

- **exports**: export .d.ts files on build
- **docs-astro**: copy about page from docs -> new docs
- **docs/quick-start**: add react version info
- init docs astro

### Fix

- add setBasePath util function to allow changing icon import path
- **cva**: move to deps from devdeps

## 0.2.0b4 (2024-06-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Appropriate for HTML / Markdown / HTMX.
```html
<link
rel="stylesheet"
href="https://s3.amazonaws.com/hotosm-ui/latest/style.css"
href="https://s3.amazonaws.com/hotosm-ui/latest/dist/style.css"
/>

<script
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.5",
"version": "0.2.0b5",
"description": "Shared UI components with HOT theming.",
"type": "module",
"engines": {
Expand Down

0 comments on commit 86f13c9

Please sign in to comment.