Skip to content

Commit a531e6f

Browse files
committed
Upgrade reagent to 0.10.0
1 parent 6247cb9 commit a531e6f

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

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+
39
## 0.11.0 (2020-01-20)
410

511
Everything in 0.11.0-rc1 to 0.11.0-rc4 or in other words the same as 0.11.0-rc4.

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
:scope "provided"}
66
org.clojure/clojurescript {:mvn/version "1.10.597"
77
:scope "provided"}
8-
reagent {:mvn/version "0.9.1"}
8+
reagent {:mvn/version "0.10.0"}
99
net.cgrand/macrovich {:mvn/version "0.2.1"}
1010
org.clojure/tools.logging {:mvn/version "0.4.1"}}}

examples/simple/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
org.clojure/google-closure-library
77
org.clojure/google-closure-library-third-party]]
88
[thheller/shadow-cljs "2.8.83"]
9-
[reagent "0.9.1"]
9+
[reagent "0.10.0"]
1010
[re-frame "RELEASE"]]
1111

1212
:plugins [[day8/lein-git-inject "0.0.11"]

examples/todomvc/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
org.clojure/google-closure-library
77
org.clojure/google-closure-library-third-party]]
88
[thheller/shadow-cljs "2.8.83"]
9-
[reagent "0.9.1"]
9+
[reagent "0.10.0"]
1010
[re-frame "RELEASE"]
1111
[binaryage/devtools "0.9.10"]
1212
[clj-commons/secretary "1.2.4"]

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
org.clojure/google-closure-library
1010
org.clojure/google-closure-library-third-party]]
1111
[thheller/shadow-cljs "2.8.83" :scope "provided"]
12-
[reagent "0.9.1"]
12+
[reagent "0.10.0"]
1313
[net.cgrand/macrovich "0.2.1"]
1414
[org.clojure/tools.logging "0.4.1"]]
1515

0 commit comments

Comments
 (0)