Skip to content

Commit

Permalink
upgrade reagent
Browse files Browse the repository at this point in the history
Fixes #794
  • Loading branch information
kimo-k committed Oct 12, 2023
1 parent 947e599 commit 63697a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
:scope "provided"}
org.clojure/clojurescript {:mvn/version "1.10.844"
:scope "provided"}
reagent/reagent {:mvn/version "1.0.0"}
reagent/reagent {:mvn/version "1.2.0"}
net.cgrand/macrovich {:mvn/version "0.2.1"}
org.clojure/tools.logging {:mvn/version "1.1.0"}}}
4 changes: 4 additions & 0 deletions docs/releases/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
#### Added
- Interceptors now have an optional `:comment` key. It's a no-op.
- `re-frame.std-interceptors/path` now remembers the path it uses in a `:comment`. ((re-frame-10x#165)[https://github.com/day8/re-frame-10x/issues/165])

#### Changed

- Upgrade reagent to 1.2.0
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
org.clojure/google-closure-library
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.23.3" :scope "provided"]
[reagent "1.0.0"]
[reagent/reagent "1.2.0"]
[net.cgrand/macrovich "0.2.1"]
[org.clojure/tools.logging "1.2.4"]]

Expand Down

0 comments on commit 63697a5

Please sign in to comment.