Skip to content

Commit 40c3e6f

Browse files
committed
# 1.15.138 (2025-04-24 / 8299d3c)
## Fixed - Add a require-macros so defstyled can be referred from cljs directly
1 parent 8299d3c commit 40c3e6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14
1+
1.15

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.15.138 (2025-04-24 / 8299d3c)
22

33
## Fixed
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ CSS-in-Clj(s)
2020
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
2121

2222
```
23-
com.lambdaisland/ornament {:mvn/version "1.14.134"}
23+
com.lambdaisland/ornament {:mvn/version "1.15.138"}
2424
```
2525

2626
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2727

2828
```
29-
[com.lambdaisland/ornament "1.14.134"]
29+
[com.lambdaisland/ornament "1.15.138"]
3030
```
3131
<!-- /installation -->
3232

0 commit comments

Comments
 (0)