From f745d5458b0699d96268f854f15ffeebcc0488ff Mon Sep 17 00:00:00 2001 From: Derek Troy-West Date: Tue, 13 May 2025 14:40:13 +1000 Subject: [PATCH 1/2] prep for 0.1.22 release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b23e9d3..20d0377 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # HSX [![test](https://github.com/factorhouse/hsx/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/factorhouse/hsx/actions/workflows/test.yml) +[![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/hsx.svg)](https://clojars.org/io.factorhouse/hsx) **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. From 344e972b7f5fe5758bfe52332ca7000900635d5c Mon Sep 17 00:00:00 2001 From: Derek Troy-West Date: Tue, 13 May 2025 14:45:41 +1000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3297d..c411902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased] +## [0.1.22] - 2025-05-13 ### Changed - Add a new arity to `make-widget-async` to provide a different widget shape. @@ -18,7 +18,4 @@ All notable changes to this project will be documented in this file. This change ## 0.1.0 - 2025-01-11 ### Added - Files from the new template. -- Widget maker public API - `make-widget-sync`. - -[Unreleased]: https://sourcehost.site/your-name/hsx/compare/0.1.1...HEAD -[0.1.1]: https://sourcehost.site/your-name/hsx/compare/0.1.0...0.1.1 +- Widget maker public API - `make-widget-sync`. \ No newline at end of file