mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
Merge pull request #2371 from jspsych/changeset-release/main
Version Packages
This commit is contained in:
commit
ffe2ec484c
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-survey": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added the CSS folder to package.json so that it will be included.
|
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -16392,7 +16392,7 @@
|
|||||||
},
|
},
|
||||||
"packages/plugin-survey": {
|
"packages/plugin-survey": {
|
||||||
"name": "@jspsych/plugin-survey",
|
"name": "@jspsych/plugin-survey",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"survey-knockout": "^1.8.78"
|
"survey-knockout": "^1.8.78"
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
# @jspsych/plugin-survey
|
# @jspsych/plugin-survey
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2370](https://github.com/jspsych/jsPsych/pull/2370) [`04f362af`](https://github.com/jspsych/jsPsych/commit/04f362afe82428888e9dbe64bb131d3bf07dd947) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Added the CSS folder to package.json so that it will be included.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [#2265](https://github.com/jspsych/jsPsych/pull/2265) [`d9dc2507`](https://github.com/jspsych/jsPsych/commit/d9dc25077136da98d04a4167d0d565011129d389) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - A plugin for presenting one or more pages with survey-type questions, such as multiple choice, multiple selection, free text responses, drop-down selection, and likert scale matrices.
|
- [#2265](https://github.com/jspsych/jsPsych/pull/2265) [`d9dc2507`](https://github.com/jspsych/jsPsych/commit/d9dc25077136da98d04a4167d0d565011129d389) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - A plugin for presenting one or more pages with survey-type questions, such as multiple choice, multiple selection, free text responses, drop-down selection, and likert scale matrices.
|
||||||
Provides options for response validation and question/option randomization.
|
Provides options for response validation and question/option randomization.
|
||||||
Uses the SurveyJS library: https://surveyjs.io/.
|
Uses the SurveyJS library: https://surveyjs.io/.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-survey",
|
"name": "@jspsych/plugin-survey",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "A jsPsych plugin for complex surveys",
|
"description": "A jsPsych plugin for complex surveys",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user