Skip to content

Commit

Permalink
Release 0.6.0 with Apple Silicon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Apr 10, 2024
1 parent 7470c49 commit 7e47452
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.6.0 (2024-04-10)

**[compare](https://github.com/Deraen/sass4clj/compare/0.5.5...0.6.0)**

- Update to latest jsass
- Supports Apple Silicon

## 0.5.5 (2021-04-12)

**[compare](https://github.com/Deraen/sass4clj/compare/0.5.4...0.5.5)**
Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(def +version+ "0.5.5")
(def +version+ "0.6.0")

(set-env!
:resource-paths #{"src"}
:source-paths #{"test" "test-resources"}
:dependencies '[[org.clojure/clojure "1.10.1" :scope "provided"]
[metosin/bat-test "0.4.3" :scope "test"]

[io.bit3/jsass "5.10.3"]
[io.bit3/jsass "5.11.0"]
[cheshire "5.9.0"]

[org.webjars/webjars-locator "0.37"]
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {io.bit3/jsass {:mvn/version "5.10.3"}
{:deps {io.bit3/jsass {:mvn/version "5.11.0"}
cheshire/cheshire {:mvn/version "5.9.0"}
org.webjars/webjars-locator {:mvn/version "0.37"}
hawk/hawk {:mvn/version "0.2.11"}
Expand Down

1 comment on commit 7e47452

@miikapi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.