This commit is contained in:
Michiel Borkent 2025-09-13 20:13:53 +02:00
parent cc09c6eb59
commit 57f886e3ab
2 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,10 @@
<!-- - Create Github release with updated links from `doc/links.md` --> <!-- - Create Github release with updated links from `doc/links.md` -->
<!-- - `bb gh-pages` --> <!-- - `bb gh-pages` -->
## v0.7.28 (2025-09-13)
- [#137](https://github.com/babashka/scittle/issues/137): fix JS interop with reserved JS keyword (incorrectly munged) by bumping SCI
## v0.7.27 (2025-08-21) ## v0.7.27 (2025-08-21)
- [#95](https://github.com/babashka/scittle/issues/121): support string requires - [#95](https://github.com/babashka/scittle/issues/121): support string requires

View file

@ -1,9 +1,9 @@
{:paths ["src" "resources"] {:paths ["src" "resources"]
:deps :deps
{org.clojure/clojure {:mvn/version "1.11.1"} {org.clojure/clojure {:mvn/version "1.12.2"}
thheller/shadow-cljs {:mvn/version "3.1.8"} thheller/shadow-cljs {:mvn/version "3.1.8"}
org.babashka/sci {:git/url "https://github.com/babashka/sci" org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "756376056b32198d96dd5b272cee8fc483db60df"} :git/sha "6758ba028da559c536a06becbbedade7b0ba6448"}
#_{:local/root "../babashka/sci"} #_{:local/root "../babashka/sci"}
reagent/reagent {:mvn/version "1.1.1"} reagent/reagent {:mvn/version "1.1.1"}
no.cjohansen/replicant {:mvn/version "2025.03.27"} no.cjohansen/replicant {:mvn/version "2025.03.27"}