We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04cd7f commit c4a2c44Copy full SHA for c4a2c44
HISTORY.md
@@ -1,6 +1,9 @@
1
History
2
=======
3
4
+### 0.5.3 (unreleased)
5
+
6
7
### 0.5.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.5.1...v0.5.2))
8
9
* Added `ReactEventI` aliases for the very common case that the underlying node is an `<input>`.
project/Build.scala
@@ -18,7 +18,7 @@ object ScalajsReact extends Build {
18
_.settings(scalaJSSettings: _*)
19
.settings(
20
organization := "com.github.japgolly.scalajs-react",
21
- version := "0.5.2",
+ version := "0.5.3-SNAPSHOT",
22
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
23
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
24
scalaVersion := Scala211,
0 commit comments