From 1eef7219e17214d36a1c683ce1143727ad7deb06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Dec 2021 14:24:49 +0000 Subject: [PATCH 1/2] chore(release): version packages --- .changeset/thin-owls-count.md | 5 ----- packages/jspsych/CHANGELOG.md | 6 ++++++ packages/jspsych/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-owls-count.md diff --git a/.changeset/thin-owls-count.md b/.changeset/thin-owls-count.md deleted file mode 100644 index 14bf146b..00000000 --- a/.changeset/thin-owls-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": patch ---- - -Fixed the case where `simulation_options` is a function that returns a string for looking up corresponding options in the simulate settings. diff --git a/packages/jspsych/CHANGELOG.md b/packages/jspsych/CHANGELOG.md index 6feee458..4c74bb2e 100644 --- a/packages/jspsych/CHANGELOG.md +++ b/packages/jspsych/CHANGELOG.md @@ -1,5 +1,11 @@ # jspsych +## 7.1.2 + +### Patch Changes + +- [#2380](https://github.com/jspsych/jsPsych/pull/2380) [`5159e0eb`](https://github.com/jspsych/jsPsych/commit/5159e0eb23ecf2a131bf91edbd13a4b04bf0283b) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fixed the case where `simulation_options` is a function that returns a string for looking up corresponding options in the simulate settings. + ## 7.1.1 ### Patch Changes diff --git a/packages/jspsych/package.json b/packages/jspsych/package.json index f65fdce1..da819d2b 100644 --- a/packages/jspsych/package.json +++ b/packages/jspsych/package.json @@ -1,6 +1,6 @@ { "name": "jspsych", - "version": "7.1.1", + "version": "7.1.2", "description": "Behavioral experiments in a browser", "type": "module", "main": "dist/index.cjs", From 24587e8410413dd4e9c6ba293097f57fd7995896 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 8 Dec 2021 09:27:51 -0500 Subject: [PATCH 2/2] update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 9c1b6d77..2bd14bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15939,7 +15939,7 @@ } }, "packages/jspsych": { - "version": "7.1.1", + "version": "7.1.2", "license": "MIT", "dependencies": { "auto-bind": "^4.0.0",