Skip to content

Commit bccd994

Browse files
committed
v0.3.23
1 parent 37a79e1 commit bccd994

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[Cherry](https://github.com/squint-cljs/cherry): Experimental ClojureScript to ES6 module compiler
22

3+
## 0.3.23 (2024-10-05)
4+
5+
- Fix referring to vars in other namespaces globally
6+
37
## 0.3.22 (2024-09-13)
48

59
- Allow `defclass` to be referenced through other macros, e.g. as `cherry.core/defclass`

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
org.babashka/sci {:mvn/version "0.6.37"}
66
io.github.squint-cljs/squint
77
#_{:local/root "/Users/borkdude/dev/squint"}
8-
{:git/sha "8df5c90ec37ab7d8ddf1c6d73ab7d96e0597a2cf"}
8+
{:git/sha "a6cd645ac6a06605a5207766e93ceba5912ca694"}
99
funcool/promesa {:mvn/version "11.0.678"}}
1010

1111
:aliases

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "cherry-cljs",
44
"sideEffects": false,
5-
"version": "0.3.22",
5+
"version": "0.3.23",
66
"files": [
77
"cljs.core.js",
88
"lib",

0 commit comments

Comments
 (0)