Skip to content

Commit 07272e7

Browse files
committed
Prepare for v1.7.7
1 parent 622d46b commit 07272e7

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
@@ -32,8 +32,8 @@ Includes a router, testing utils, performance utils, more.
3232
- [Other](doc/EXTRA.md)
3333
- [Testing](doc/TESTING.md)
3434
- [Live Examples & Demos](https://japgolly.github.io/scalajs-react/)
35-
- ScalaDoc: [core](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/core_sjs0.6_2.12/1.7.6) | [extra](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/extra_sjs0.6_2.12/1.7.6) | [scalaz72](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-scalaz72_sjs0.6_2.12/1.7.6) | [monocle](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle_sjs0.6_2.12/1.7.6) | [monocle-cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle-cats_sjs0.6_2.12/1.7.6) | [cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-cats_sjs0.6_2.12/1.7.6) | [test](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/test_sjs0.6_2.12/1.7.6)
36-
- [Changelogs](doc/changelog)[**v1.7.6** (Latest)](doc/changelog/1.7.6.md)
35+
- ScalaDoc: [core](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/core_sjs0.6_2.12/1.7.7) | [extra](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/extra_sjs0.6_2.12/1.7.7) | [scalaz72](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-scalaz72_sjs0.6_2.12/1.7.7) | [monocle](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle_sjs0.6_2.12/1.7.7) | [monocle-cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-monocle-cats_sjs0.6_2.12/1.7.7) | [cats](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/ext-cats_sjs0.6_2.12/1.7.7) | [test](https://www.javadoc.io/doc/com.github.japgolly.scalajs-react/test_sjs0.6_2.12/1.7.7)
36+
- [Changelogs](doc/changelog)[**v1.7.7** (Latest)](doc/changelog/1.7.7.md)
3737

3838

3939
##### External Resources

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.7.6"
8+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.7.7"
99
```
1010

1111
#### Contents

doc/FP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Cats and/or Scalaz
9292
==================
9393

9494
```scala
95-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.7.6"
96-
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.7.6"
95+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-cats" % "1.7.7"
96+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "ext-scalaz72" % "1.7.7"
9797
```
9898

9999
There are modules available that integrate Cats and/or Scalaz into scalajs-react,
@@ -125,7 +125,7 @@ Monocle
125125

126126
```scala
127127
libraryDependencies ++= Seq(
128-
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.7.6",
128+
"com.github.japgolly.scalajs-react" %%% "ext-monocle-cats" % "1.7.7",
129129
"com.github.julien-truffaut" %%% "monocle-core" % "2.0.4",
130130
"com.github.julien-truffaut" %%% "monocle-macro" % "2.0.4"
131131
)
@@ -151,7 +151,7 @@ It's the same as `ext-monocle-cats` module but uses the older Scalaz variant of
151151

152152
```scala
153153
libraryDependencies ++= Seq(
154-
"com.github.japgolly.scalajs-react" %%% "ext-monocle-scalaz" % "1.7.6",
154+
"com.github.japgolly.scalajs-react" %%% "ext-monocle-scalaz" % "1.7.7",
155155
"com.github.julien-truffaut" %%% "monocle-core" % "1.6.3",
156156
"com.github.julien-truffaut" %%% "monocle-macro" % "1.6.3"
157157
)

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.7.6"
16+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.7.7"
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.7.6"
9+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "extra" % "1.7.7"
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.7.6" % Test
29+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "test" % "1.7.7" % 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.7.6"
26+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.7.7"
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.7.6"
41+
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "1.7.7"
4242

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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.8.0-SNAPSHOT"
1+
version in ThisBuild := "1.7.7-SNAPSHOT"

0 commit comments

Comments
 (0)