Skip to content

Commit

Permalink
prep for 0.3.0 release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored Sep 19, 2023
1 parent 0e8b9f2 commit a4305ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## [0.3.0]

- #70:

- Adds
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.2.0")
(def version "0.3.0")
(def pom-deps
{'org.babashka/sci
{:mvn/version "0.7.39"
Expand Down
2 changes: 1 addition & 1 deletion dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:browse? true
:watch-paths ["src" "dev"]
;; Enable this when working on new components.
:cljs-namespaces '[emmy-viewers.sci-extensions]
;; :cljs-namespaces '[emmy-viewers.sci-extensions]
})

(def static-defaults
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/8VtffPdJcGYYvix3HLSfUDXgEYVGoYD5hemBeehF8vw8CrNGRaF8B23QCsFR9Ffa4mpdmiAq6T8VssouL6W19YkXsC/.clerk/shadow-cljs/main.js")
"https://cas.clerk.garden/tree/8VvGbY85qte2RpqPvCSzUs3k3xt2BHvXCVyrEmFqNds4P6G4XXFZie5zbJxcNoxHjeynxatvdKYbEUzdavLhtEvJDE/.clerk/shadow-cljs/main.js")

;; ## Viewers
;;
Expand Down

0 comments on commit a4305ed

Please sign in to comment.