Skip to content

Commit

Permalink
v0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 5, 2024
1 parent 37a79e1 commit bccd994
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "cherry-cljs",
"sideEffects": false,
"version": "0.3.22",
"version": "0.3.23",
"files": [
"cljs.core.js",
"lib",
Expand Down

0 comments on commit bccd994

Please sign in to comment.