Skip to content

Commit 9fefccb

Browse files
committed
Prepare v1.4.1
1 parent 731cf62 commit 9fefccb

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Includes a router, testing utils, performance utils, more.
3131
- [Other](doc/EXTRA.md)
3232
- [Testing](doc/TESTING.md)
3333
- [Live Examples & Demos](https://japgolly.github.io/scalajs-react/)
34-
- ScalaDoc: [core](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/core_sjs0.6_2.12/1.4.0) | [extra](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/extra_sjs0.6_2.12/1.4.0) | [scalaz72](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-scalaz72_sjs0.6_2.12/1.4.0) | [monocle](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle_sjs0.6_2.12/1.4.0) | [monocle-cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle-cats_sjs0.6_2.12/1.4.0) | [cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-cats_sjs0.6_2.12/1.4.0) | [test](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/test_sjs0.6_2.12/1.4.0)
35-
- [Changelogs](doc/changelog)[**v1.4.0** (Latest)](doc/changelog/1.4.0.md)
34+
- 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)
35+
- [Changelogs](doc/changelog)[**v1.4.1** (Latest)](doc/changelog/1.4.1.md)
3636

3737

3838
##### External Resources

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version in ThisBuild := "1.4.1-SNAPSHOT"
1+
version in ThisBuild := "1.4.1"
22
organization in ThisBuild := "com.github.japgolly.scalajs-react"
33
homepage in ThisBuild := Some(url("https://github.com/japgolly/scalajs-react"))
44
licenses in ThisBuild := ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")) :: Nil

doc/EXTRA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This describes the smaller utilities in the `extra` module.
55
Find links to the larger utilities from the [main README](../README.md).
66

77
```scala
8-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.0"
8+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
99
```
1010

1111
#### Contents

doc/FP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Cats and/or Scalaz
7676
==================
7777

7878
```scala
79-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.4.0"
80-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.4.0"
79+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.4.1"
80+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.4.1"
8181
```
8282

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

110110
```scala
111111
libraryDependencies ++= Seq(
112-
"com.github.japgolly.scalajs-react" %%% "ext-monocle" % "1.4.0",
112+
"com.github.japgolly.scalajs-react" %%% "ext-monocle" % "1.4.1",
113113
"com.github.julien-truffaut" %%% "monocle-core" % "1.5.0",
114114
"com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0"
115115
)
@@ -136,7 +136,7 @@ It's the same as `ext-monocle` module but uses the Cats variant of Monocle.
136136

137137
```scala
138138
libraryDependencies ++= Seq(
139-
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.4.0",
139+
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.4.1",
140140
"com.github.julien-truffaut" %%% "monocle-core" % "1.5.0-cats",
141141
"com.github.julien-truffaut" %%% "monocle-macro" % "1.5.0-cats"
142142
)

doc/PERFORMANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These utilities help you avoid work in two ways.
1313
the other utilities are part of the `extra` module.
1414

1515
```scala
16-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.0"
16+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
1717
```
1818

1919
### Contents

doc/ROUTER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Included is a router (in the orbit of Single-Page Applications) that is written
66
The package is `japgolly.scalajs.react.extra.router`.
77

88
```scala
9-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.0"
9+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.4.1"
1010
```
1111

1212
## Contents

doc/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Setup
2626

2727
```scala
2828
// scalajs-react test module
29-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "1.4.0" % Test
29+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "1.4.1" % Test
3030

3131
// React JS itself.
3232
// NOTE: Requires react-with-addons.js instead of just react.js

doc/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Setup
2323

2424
```scala
2525
// core = essentials only. No bells or whistles.
26-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.0"
26+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.1"
2727
```
2828

2929
3. Add React to your build.
@@ -38,7 +38,7 @@ Setup
3838

3939
enablePlugins(ScalaJSBundlerPlugin)
4040

41-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.0"
41+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.4.1"
4242

4343
npmDependencies in Compile ++= Seq(
4444
"react" -> "16.7.0",

0 commit comments

Comments
 (0)