This commit is contained in:
Michiel Borkent 2022-12-22 21:13:43 +01:00
parent d16cbd6486
commit 47b10966e1
2 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,11 @@
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
## v0.5.12 (2022-12-23)
- Fix `reagent` `with-let` macro with advanced compiled builds
- Upgrade promesa and shadow-cljs
## v0.4.11 (2022-11-23)
- Add `scittle.re-frame` plugin. This gives access to the

View file

@ -11,15 +11,16 @@
cljsjs/react-dom {:mvn/version "18.2.0-1"}
cljsjs/react-dom-server {:mvn/version "18.2.0-1"}
cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
funcool/promesa {:mvn/version "9.1.540"}
funcool/promesa {:mvn/version "10.0.575"}
io.github.babashka/sci.nrepl
#_{:local/root "../sci.nrepl"}
{:git/url "https://github.com/babashka/sci.nrepl"
:git/sha "b75700da7797f9fc2b4ef1bef9df7230f9fd1e8c"}
io.github.babashka/sci.configs
#_{:local/root "/Users/borkdude/dev/sci.configs"}
{:git/url "https://github.com/babashka/sci.configs"
:git/sha "2717e545e5a61d4cccd85350b9ad6265afc9146c"}}
:git/sha "150c224517c5d4ed943287e34f2c3287eace1679"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.20.12"}}}}}
:extra-deps {thheller/shadow-cljs {:mvn/version "2.20.15"}}}}}