File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 0.6.1 (unreleased )
1
+ ## 0.6.1 ([ commit log ] ( https://github.com/japgolly/scalajs-react/compare/v0.6.0...v0.6.1 ) )
2
2
3
3
##### Core module
4
4
* Changed overloaded ` classSet ` methods into ` classSet{,1}{,M} ` .
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ Setup
32
32
SBT
33
33
``` scala
34
34
// Minimal usage
35
- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.6.0 "
35
+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.6.1 "
36
36
37
37
// React itself
38
38
// (react-with-addons.js can be react.js, react.min.js, react-with-addons.min.js)
39
39
jsDependencies += " org.webjars" % " react" % " 0.12.1" / " react-with-addons.js" commonJSName " React"
40
40
41
41
// Test support including ReactTestUtils
42
42
// (requires react-with-addons.js instead of just react.js)
43
- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.6.0 " % " test"
43
+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.6.1 " % " test"
44
44
45
45
// Scalaz support
46
- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz70" % " 0.6.0 " // or
47
- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.6.0 "
46
+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz70" % " 0.6.1 " // or
47
+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " ext-scalaz71" % " 0.6.1 "
48
48
```
49
49
50
50
Code:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ object ScalajsReact extends Build {
18
18
_.settings(scalaJSSettings : _* )
19
19
.settings(
20
20
organization := " com.github.japgolly.scalajs-react" ,
21
- version := " 0.6.1-SNAPSHOT " ,
21
+ version := " 0.6.1" ,
22
22
homepage := Some (url(" https://github.com/japgolly/scalajs-react" )),
23
23
licenses += (" Apache-2.0" , url(" http://opensource.org/licenses/Apache-2.0" )),
24
24
scalaVersion := Scala211 ,
You can’t perform that action at this time.
0 commit comments