Skip to content

Commit

Permalink
# 1.12.107 (2023-09-27 / 2444e34)
Browse files Browse the repository at this point in the history
## Fixed

- Fix component resolution inside a set (in a rule of another component) (see tests for example)
  • Loading branch information
plexus committed Sep 27, 2023
1 parent 2444e34 commit 02bbce9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11
1.12
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.12.107 (2023-09-27 / 2444e34)

## Fixed

Expand Down Expand Up @@ -84,4 +84,4 @@

## Added

- Initial implementation
- Initial implementation
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ CSS-in-Clj(s)
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/ornament {:mvn/version "1.11.101"}
com.lambdaisland/ornament {:mvn/version "1.12.107"}
```

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

```
[com.lambdaisland/ornament "1.11.101"]
[com.lambdaisland/ornament "1.12.107"]
```
<!-- /installation -->

Expand Down

0 comments on commit 02bbce9

Please sign in to comment.