Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed May 10, 2019
1 parent e3243f2 commit b31dfab
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Includes a router, testing utils, performance utils, more.
- [Other](doc/EXTRA.md)
- [Testing](doc/TESTING.md)
- [Live Examples & Demos](https://japgolly.github.io/scalajs-react/)
- ScalaDoc: [core](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/core_sjs0.6_2.12/1.4.1) | [extra](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/extra_sjs0.6_2.12/1.4.1) | [scalaz72](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-scalaz72_sjs0.6_2.12/1.4.1) | [monocle](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle_sjs0.6_2.12/1.4.1) | [monocle-cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle-cats_sjs0.6_2.12/1.4.1) | [cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-cats_sjs0.6_2.12/1.4.1) | [test](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/test_sjs0.6_2.12/1.4.1)
- [Changelogs](doc/changelog)[**v1.4.1** (Latest)](doc/changelog/1.4.1.md)
- ScalaDoc: [core](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/core_sjs0.6_2.12/1.4.2) | [extra](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/extra_sjs0.6_2.12/1.4.2) | [scalaz72](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-scalaz72_sjs0.6_2.12/1.4.2) | [monocle](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle_sjs0.6_2.12/1.4.2) | [monocle-cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle-cats_sjs0.6_2.12/1.4.2) | [cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-cats_sjs0.6_2.12/1.4.2) | [test](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/test_sjs0.6_2.12/1.4.2)
- [Changelogs](doc/changelog)[**v1.4.2** (Latest)](doc/changelog/1.4.2.md)


##### External Resources
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version in ThisBuild := "1.4.2-SNAPSHOT"
version in ThisBuild := "1.4.2"
organization in ThisBuild := "com.github.japgolly.scalajs-react"
homepage in ThisBuild := Some(url("https://github.com/japgolly/scalajs-react"))
licenses in ThisBuild := ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")) :: Nil
Expand Down
2 changes: 1 addition & 1 deletion doc/EXTRA.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This describes the smaller utilities in the `extra` module.
Find links to the larger utilities from the [main README](../README.md).

```scala
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.2"
```

#### Contents
Expand Down
8 changes: 4 additions & 4 deletions doc/FP.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Cats and/or Scalaz
==================

```scala
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.4.2"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.4.2"
```

There are modules available that integrate Cats and/or Scalaz into scalajs-react,
Expand Down Expand Up @@ -109,7 +109,7 @@ Monocle

```scala
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "ext-monocle" % "1.4.1",
"com.github.japgolly.scalajs-react" %%% "ext-monocle" % "1.4.2",
"com.github.julien-truffaut" %%% "monocle-core" % "1.5.0",
"com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0"
)
Expand All @@ -136,7 +136,7 @@ It's the same as `ext-monocle` module but uses the Cats variant of Monocle.

```scala
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.4.1",
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.4.2",
"com.github.julien-truffaut" %%% "monocle-core" % "1.5.0-cats",
"com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0-cats"
)
Expand Down
2 changes: 1 addition & 1 deletion doc/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These utilities help you avoid work in two ways.
the other utilities are part of the `extra` module.

```scala
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.2"
```

### Contents
Expand Down
2 changes: 1 addition & 1 deletion doc/ROUTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Included is a router (in the orbit of Single-Page Applications) that is written
The package is `japgolly.scalajs.react.extra.router`.

```scala
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.2"
```

## Contents
Expand Down
2 changes: 1 addition & 1 deletion doc/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Setup

```scala
// scalajs-react test module
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "1.4.1" % Test
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "1.4.2" % Test

// React JS itself.
// NOTE: Requires react-with-addons.js instead of just react.js
Expand Down
4 changes: 2 additions & 2 deletions doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Setup

```scala
// core = essentials only. No bells or whistles.
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.2"
```

3. Add React to your build.
Expand All @@ -38,7 +38,7 @@ Setup

enablePlugins(ScalaJSBundlerPlugin)

libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.1"
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.2"

npmDependencies in Compile ++= Seq(
"react" -> "16.7.0",
Expand Down

0 comments on commit b31dfab

Please sign in to comment.