From 9e324be8869e13b6f5baa8c9106dce8a605deaf3 Mon Sep 17 00:00:00 2001 From: Carlos Quiroz Date: Thu, 26 Nov 2020 16:20:56 -0300 Subject: [PATCH] Next version Signed-off-by: Carlos Quiroz --- CHANGELOG.md | 6 ++++++ build.sbt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cb8530..c8101034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## 0.10.1 + +* Update to react-common 0.11.1 +* Update to scalajs-react 1.7.7 +* Update to cats 2.3.0 + ## 0.9.1 * Update to react-common 0.10.1 diff --git a/build.sbt b/build.sbt index 9cfdfc7e..a9d6d7c3 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,7 @@ lazy val facade = "com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact, "com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test, - "io.github.cquiroz.react" %%% "common" % "0.11.1", + "io.github.cquiroz.react" %%% "common" % "0.11.2", "org.scalameta" %%% "munit" % "0.7.19" % Test, "com.lihaoyi" %%% "utest" % "0.7.5" % Test, "org.typelevel" %%% "cats-core" % "2.3.0" % Test