chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-12-16 16:01:36 +00:00
parent 4303c91b28
commit a726a2049c
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="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></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-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="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>

View File

@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></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-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="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </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: Using the CDN-hosted JavaScript file:
```js ```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: 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": { "packages/plugin-survey-multi-choice": {
"name": "@jspsych/plugin-survey-multi-choice", "name": "@jspsych/plugin-survey-multi-choice",
"version": "2.0.1", "version": "2.0.2",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@jspsych/config": "^3.1.1", "@jspsych/config": "^3.1.1",

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-survey-multi-choice # @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 ## 2.0.1
### Patch Changes ### Patch Changes

View File

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