Skip to content

Commit

Permalink
Upgrade reagent to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Mar 7, 2020
1 parent 6247cb9 commit a531e6f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

#### Changed

- Upgrade reagent to 0.10.0.
**Important:** If using re-frame-10x you need to upgrade to 0.6.0.
If using re-com you need to upgrade to 2.8.0.

## 0.11.0 (2020-01-20)

Everything in 0.11.0-rc1 to 0.11.0-rc4 or in other words the same as 0.11.0-rc4.
Expand Down
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.597"
:scope "provided"}
reagent {:mvn/version "0.9.1"}
reagent {:mvn/version "0.10.0"}
net.cgrand/macrovich {:mvn/version "0.2.1"}
org.clojure/tools.logging {:mvn/version "0.4.1"}}}
2 changes: 1 addition & 1 deletion examples/simple/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
org.clojure/google-closure-library
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.8.83"]
[reagent "0.9.1"]
[reagent "0.10.0"]
[re-frame "RELEASE"]]

:plugins [[day8/lein-git-inject "0.0.11"]
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
org.clojure/google-closure-library
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.8.83"]
[reagent "0.9.1"]
[reagent "0.10.0"]
[re-frame "RELEASE"]
[binaryage/devtools "0.9.10"]
[clj-commons/secretary "1.2.4"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
org.clojure/google-closure-library
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.8.83" :scope "provided"]
[reagent "0.9.1"]
[reagent "0.10.0"]
[net.cgrand/macrovich "0.2.1"]
[org.clojure/tools.logging "0.4.1"]]

Expand Down

0 comments on commit a531e6f

Please sign in to comment.