diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ed521..2f6d733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ [Cherry](https://github.com/squint-cljs/cherry): Experimental ClojureScript to ES6 module compiler +## 0.3.23 (2024-10-05) + +- Fix referring to vars in other namespaces globally + ## 0.3.22 (2024-09-13) - Allow `defclass` to be referenced through other macros, e.g. as `cherry.core/defclass` diff --git a/deps.edn b/deps.edn index b701e44..72cd948 100644 --- a/deps.edn +++ b/deps.edn @@ -5,7 +5,7 @@ org.babashka/sci {:mvn/version "0.6.37"} io.github.squint-cljs/squint #_{:local/root "/Users/borkdude/dev/squint"} - {:git/sha "8df5c90ec37ab7d8ddf1c6d73ab7d96e0597a2cf"} + {:git/sha "a6cd645ac6a06605a5207766e93ceba5912ca694"} funcool/promesa {:mvn/version "11.0.678"}} :aliases diff --git a/package.json b/package.json index 8a60919..50fe228 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "cherry-cljs", "sideEffects": false, - "version": "0.3.22", + "version": "0.3.23", "files": [ "cljs.core.js", "lib",