Skip to content

Commit

Permalink
# 1.6.585 (2024-12-08 / 946065b)
Browse files Browse the repository at this point in the history
## Added

- Add `bb` compatibility (with caveats, see README)

## Fixed

- Fix hsla alpha channel in as-hex
- Create output folder if it does not exist
  • Loading branch information
plexus committed Dec 8, 2024
1 parent 946065b commit cff51a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5
1.6
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.6.585 (2024-12-08 / 946065b)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ for our styled component companion library.
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/garden {:mvn/version "1.5.569"}
com.lambdaisland/garden {:mvn/version "1.6.585"}
```

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

```
[com.lambdaisland/garden "1.5.569"]
[com.lambdaisland/garden "1.6.585"]
```
<!-- /installation -->

Expand Down

0 comments on commit cff51a1

Please sign in to comment.