Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 27, 2024
1 parent d3d47e9 commit 04716e0
Show file tree
Hide file tree
Showing 3 changed files with 58 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.1.0"
version = "0.2.0a0"
version_files = [
".cz.toml:version",
"package.json:version",
Expand Down
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
# Changelog

## 0.2.0a0 (2024-05-27)

### Feat

- extend composite components from shoelace web components
- move react wrappers to own package
- pull out common props to hot-element parent class
- add examples for svelte and vue
- add click event to hot-button element
- **docs/button**: add intent property to component props
- add unocss, button story args
- update json2md to work with Props subheading
- add HOT themed css vars
- **button,package**: add class-variance-authority lib, convert button component to use it
- **button**: add disabled prop, styling
- **stories**: add controls and type exports for card
- **stories/Button**: add children argType - initial control branch commit
- use react-docgen and json2md script for components docs
- init logo
- Popup
- dropdown
- toggle, toggle story
- **components**: init card
- **components**: button

### Fix

- add pnpm build to example app dev commands
- **define**: fix defining the custom component
- update consistent css for button primary/secondary
- button clicking stop propagation of original event
- dummy content for xliff i18n file
- create language specific i18n file
- add empty translations file for weblate
- **ci**: add style vars
- ui build
- add dist files
- **ci**: publishing
- **ci**: publishing
- **ui**: build
- **docs/button**: intent pipe escaping in table
- **tsconfig,components/Dropdown**: make build pass
- **ladle/styles**: add relative position to container

### Refactor

- update all refs to src --> components
- rename src dir to components
- remove old components
- remove code no longer required
- rename repo shared-ui-components --> ui
- update to use @ alias for src
- add path aliases for src & ladle
- update to js modules
- update package.json with latest info
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.1.0",
"version": "0.2.0a0",
"description": "Shared UI components with theming for use across HOTOSM tools.",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 04716e0

Please sign in to comment.