Skip to content

Commit

Permalink
pre-build JS bundle, bump for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jun 2, 2024
1 parent 7999fb9 commit 0a33ca9
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
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

## [0.3.2]

- #80 bumps the Mafs.cljs and Mafs dependencies to Mafs 0.18.8, fixing #78.

## [0.3.1]

- #74 adds resources to the published jar.
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; ## Variables

(def lib 'org.mentat/emmy-viewers)
(def version "0.3.1")
(def version "0.3.2")
(def pom-deps
{'org.babashka/sci
{:mvn/version "0.7.39"
Expand Down
2 changes: 1 addition & 1 deletion src/emmy/clerk.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(def custom-js
"CDN address of a pre-built JS bundle for Clerk with support for all of this
library's viewers."
"https://cas.clerk.garden/tree/8VvGbY85qte2RpqPvCSzUs3k3xt2BHvXCVyrEmFqNds4P6G4XXFZie5zbJxcNoxHjeynxatvdKYbEUzdavLhtEvJDE/.clerk/shadow-cljs/main.js")
"https://cas.clerk.garden/tree/8Vwb7Zhh1f4fRp4Xyw1QTnHqtCFYviEVdsLuH1JR3xgP5PQTu2i74hTWPD7VC7CQ1PojmZHfRihGNo9hyTuEsYTu46/.clerk/shadow-cljs/main.js")

;; ## Viewers
;;
Expand Down

0 comments on commit 0a33ca9

Please sign in to comment.