Skip to content

Commit d7062ac

Browse files
committed
# 1.9.606 (2025-12-08 / 2fb0029)
## Added ## Fixed - Parent selectors were not properly handled if the selector contained a space. Fixes [noprompt#187](noprompt#187) and (208)[noprompt#208] ## Changed
1 parent 2fb0029 commit d7062ac

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.8
1+
1.9

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.9.606 (2025-12-08 / 2fb0029)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ for our styled component companion library.
3232
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
3333

3434
```
35-
com.lambdaisland/garden {:mvn/version "1.8.601"}
35+
com.lambdaisland/garden {:mvn/version "1.9.606"}
3636
```
3737

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

4040
```
41-
[com.lambdaisland/garden "1.8.601"]
41+
[com.lambdaisland/garden "1.9.606"]
4242
```
4343
<!-- /installation -->
4444

0 commit comments

Comments
 (0)