publish 1.0.5

fix components sharing state between questions
This commit is contained in:
nflnkr 2024-02-16 19:57:50 +03:00
parent 2cd2f32cae
commit ba743ff634
2 changed files with 2 additions and 2 deletions

@ -56,7 +56,7 @@ console.log(settings)
flexDirection: "column",
justifyContent: "space-between"
}}>
<QuestionByType question={currentQuestion} />
<QuestionByType key={currentQuestion.id} question={currentQuestion} />
{quizThemes[settings.cfg.theme].isLight ? (
<Link target={"_blank"} href={"https://quiz.pena.digital"}>
<NameplateLogoFQ style={{ fontSize: "34px", width: "200px", height: "auto" }} />

@ -1,6 +1,6 @@
{
"name": "@frontend/squzanswerer",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",