File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22======================
33
44``` scala
5- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.10.0 "
5+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.10.1 "
66```
77
88** Big Stuff**
Original file line number Diff line number Diff line change 2222======
2323
2424``` scala
25- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.10.0 "
25+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.10.1 "
2626```
2727
2828Included is a Scalaz module that facilitates a more functional and pure approach to React integration.
@@ -39,7 +39,7 @@ Monocle
3939=======
4040
4141``` scala
42- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-monocle" % " 0.10.0 "
42+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-monocle" % " 0.10.1 "
4343```
4444
4545A module with a extensions for [ Monocle] ( https://github.com/julien-truffaut/Monocle ) also exists under ` ext-monocle ` .
Original file line number Diff line number Diff line change 1616
1717 ``` scala
1818 // scalajs-react test module
19- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.10.0 " % " test"
19+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.10.1 " % " test"
2020
2121 // React JS itself.
2222 // NOTE: Requires react-with-addons.js instead of just react.js
Original file line number Diff line number Diff line change 2525
2626 ``` scala
2727 // core = essentials only. No bells or whistles.
28- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.10.0 "
28+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.10.1 "
2929
3030 // React JS itself (Note the filenames, adjust as needed, eg. to remove addons.)
3131 jsDependencies += " org.webjars.npm" % " react" % " 0.14.1" / " react-with-addons.js" commonJSName " React" minified " react-with-addons.min.js" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ object ScalajsReact extends Build {
1919 _.enablePlugins(ScalaJSPlugin )
2020 .settings(
2121 organization := " com.github.japgolly.scalajs-react" ,
22- version := " 0.10.1-SNAPSHOT " ,
22+ version := " 0.10.1" ,
2323 homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
2424 licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
2525 scalaVersion := Scala211 ,
You can’t perform that action at this time.
0 commit comments