Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 31e544d

Browse files
committed
Next version
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
1 parent 77e280c commit 31e544d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.9.1
4+
5+
* Update to react-common 0.10.1
6+
* Update to scalajs-react 1.7.6
7+
38
## 0.9.0
49

510
* Add Accordion

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ lazy val facade =
139139
"com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact,
140140
"com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact,
141141
"com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test,
142-
"io.github.cquiroz.react" %%% "common" % "0.11.0",
142+
"io.github.cquiroz.react" %%% "common" % "0.11.1",
143143
"org.scalameta" %%% "munit" % "0.7.15" % Test,
144144
"com.lihaoyi" %%% "utest" % "0.7.5" % Test,
145145
"org.typelevel" %%% "cats-core" % "2.2.0" % Test

0 commit comments

Comments
 (0)