We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d54daa commit 6125951Copy full SHA for 6125951
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.7
+0.8
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.8.84 (2023-02-28 / 8d54daa)
2
3
## Added
4
README.md
@@ -20,13 +20,13 @@ CSS-in-Clj(s)
20
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
21
22
```
23
-com.lambdaisland/ornament {:mvn/version "0.7.77"}
+com.lambdaisland/ornament {:mvn/version "0.8.84"}
24
25
26
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
27
28
29
-[com.lambdaisland/ornament "0.7.77"]
+[com.lambdaisland/ornament "0.8.84"]
30
31
<!-- /installation -->
32
0 commit comments