From 31e544dfbd1b4ba1b1c68579d69ffe67b5f7fd60 Mon Sep 17 00:00:00 2001 From: Carlos Quiroz Date: Mon, 2 Nov 2020 12:07:18 -0300 Subject: [PATCH] Next version Signed-off-by: Carlos Quiroz --- CHANGELOG.md | 5 +++++ build.sbt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3651710a..85cb8530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes +## 0.9.1 + +* Update to react-common 0.10.1 +* Update to scalajs-react 1.7.6 + ## 0.9.0 * Add Accordion diff --git a/build.sbt b/build.sbt index 9cedc9d6..d229001f 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.0", + "io.github.cquiroz.react" %%% "common" % "0.11.1", "org.scalameta" %%% "munit" % "0.7.15" % Test, "com.lihaoyi" %%% "utest" % "0.7.5" % Test, "org.typelevel" %%% "cats-core" % "2.2.0" % Test