Skip to content

Commit c154cce

Browse files
committed
Merge branch 'main' of github.com:factorhouse/hsx
2 parents 7970754 + 03a3aeb commit c154cce

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## [Unreleased]
4+
## [0.1.22] - 2025-05-13
55
### Changed
66
- Add a new arity to `make-widget-async` to provide a different widget shape.
77

@@ -18,7 +18,4 @@ All notable changes to this project will be documented in this file. This change
1818
## 0.1.0 - 2025-01-11
1919
### Added
2020
- Files from the new template.
21-
- Widget maker public API - `make-widget-sync`.
22-
23-
[Unreleased]: https://sourcehost.site/your-name/hsx/compare/0.1.1...HEAD
24-
[0.1.1]: https://sourcehost.site/your-name/hsx/compare/0.1.0...0.1.1
21+
- Widget maker public API - `make-widget-sync`.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HSX
22

33
[![test](https://github.com/factorhouse/hsx/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/factorhouse/hsx/actions/workflows/test.yml)
4+
[![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/hsx.svg)](https://clojars.org/io.factorhouse/hsx)
45

56
**HSX** is a ClojureScript library for writing React components using [Hiccup syntax](https://github.com/weavejester/hiccup). We believe Hiccup is the most idiomatic (and joyful) way to express HTML in Clojure.
67

0 commit comments

Comments
 (0)