Merge pull request #3459 from jspsych/changeset-release/main

Version Packages
This commit is contained in:
Josh de Leeuw 2024-12-16 14:18:03 -05:00 committed by GitHub
commit ca6f22106c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 11 additions and 10 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-survey-multi-choice": patch
---
The plugin will now work in cases where there are multiple forms on the page.

View File

@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -31,7 +31,7 @@ question_order | array | An array with the order of questions. For example `[2,0
Using the CDN-hosted JavaScript file:
```js
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.2"></script>
```
Using the JavaScript file downloaded from a GitHub release dist archive:

2
package-lock.json generated
View File

@ -15583,7 +15583,7 @@
},
"packages/plugin-survey-multi-choice": {
"name": "@jspsych/plugin-survey-multi-choice",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^3.1.1",

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-survey-multi-choice
## 2.0.2
### Patch Changes
- [#3444](https://github.com/jspsych/jsPsych/pull/3444) [`996d403a`](https://github.com/jspsych/jsPsych/commit/996d403ac302e68da8cec9b48a007cb0ad9a260f) Thanks [@crava2199](https://github.com/crava2199)! - The plugin will now work in cases where there are multiple forms on the page.
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-survey-multi-choice",
"version": "2.0.1",
"version": "2.0.2",
"description": "a jspsych plugin for multiple choice survey questions",
"type": "module",
"main": "dist/index.cjs",