Skip to content

Commit

Permalink
Merge pull request #3459 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Dec 16, 2024
2 parents a7f0901 + a726a20 commit ca6f221
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-years-draw.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/demos/jspsych-survey-multi-choice-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
<script src="https://unpkg.com/@jspsych/[email protected].2"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-survey-multi-choice-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
<script src="https://unpkg.com/@jspsych/[email protected].2"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/survey-multi-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1"></script>
<script src="https://unpkg.com/@jspsych/[email protected].2"></script>
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/plugin-survey-multi-choice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-survey-multi-choice/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ca6f221

Please sign in to comment.