File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ #### Changed
4
+
5
+ - Upgrade reagent to 0.10.0.
6
+ ** Important:** If using re-frame-10x you need to upgrade to 0.6.0.
7
+ If using re-com you need to upgrade to 2.8.0.
8
+
3
9
## 0.11.0 (2020-01-20)
4
10
5
11
Everything in 0.11.0-rc1 to 0.11.0-rc4 or in other words the same as 0.11.0-rc4.
Original file line number Diff line number Diff line change 5
5
:scope " provided" }
6
6
org.clojure/clojurescript {:mvn/version " 1.10.597"
7
7
:scope " provided" }
8
- reagent {:mvn/version " 0.9.1 " }
8
+ reagent {:mvn/version " 0.10.0 " }
9
9
net.cgrand/macrovich {:mvn/version " 0.2.1" }
10
10
org.clojure/tools.logging {:mvn/version " 0.4.1" }}}
Original file line number Diff line number Diff line change 6
6
org.clojure/google-closure-library
7
7
org.clojure/google-closure-library-third-party]]
8
8
[thheller/shadow-cljs " 2.8.83" ]
9
- [reagent " 0.9.1 " ]
9
+ [reagent " 0.10.0 " ]
10
10
[re-frame " RELEASE" ]]
11
11
12
12
:plugins [[day8/lein-git-inject " 0.0.11" ]
Original file line number Diff line number Diff line change 6
6
org.clojure/google-closure-library
7
7
org.clojure/google-closure-library-third-party]]
8
8
[thheller/shadow-cljs " 2.8.83" ]
9
- [reagent " 0.9.1 " ]
9
+ [reagent " 0.10.0 " ]
10
10
[re-frame " RELEASE" ]
11
11
[binaryage/devtools " 0.9.10" ]
12
12
[clj-commons/secretary " 1.2.4" ]
Original file line number Diff line number Diff line change 9
9
org.clojure/google-closure-library
10
10
org.clojure/google-closure-library-third-party]]
11
11
[thheller/shadow-cljs " 2.8.83" :scope " provided" ]
12
- [reagent " 0.9.1 " ]
12
+ [reagent " 0.10.0 " ]
13
13
[net.cgrand/macrovich " 0.2.1" ]
14
14
[org.clojure/tools.logging " 0.4.1" ]]
15
15
You can’t perform that action at this time.
0 commit comments