Skip to content

Commit

Permalink
updated gorilla-notes version, where static rendering works different…
Browse files Browse the repository at this point in the history
…ly: the client side bundle is a file living alongside the html document, rather than downloaded from a cdn
  • Loading branch information
daslu committed Jun 14, 2021
1 parent 322a0b6 commit 6c5af05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [3-beta7] - 2021-06-14
- updated gorilla-notes version, where static rendering works differently: the client side bundle is a file living alongside the html document, rather than downloaded from a cdn

## [3-beta6] - 2021-05-08
- updated gorilla-notes version, solving some concurrency and performance problems on the frontend

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject scicloj/notespace "3-beta6"
(defproject scicloj/notespace "3-beta7"
:description "Notebook experience in your Clojure namespace."
:url "http://github.com/scicloj/notespace"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand All @@ -13,7 +13,7 @@
[hawk "0.2.11"]

;; avoid conflict with jsonista
[scicloj/gorilla-notes "0.5.12"
[scicloj/gorilla-notes "0.5.13"
:exclusions [com.fasterxml.jackson.core/jackson-core
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
com.fasterxml.jackson.dataformat/jackson-dataformat-smile]]
Expand Down

0 comments on commit 6c5af05

Please sign in to comment.