Skip to content

Commit

Permalink
Merge pull request #131 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Aug 9, 2024
2 parents 13fbdf2 + 7c22c65 commit 2da485d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-pumpkins-argue.md

This file was deleted.

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-video-several-keyboard-responses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-video-several-keyboard-responses

## 2.0.0

### Major Changes

- [#130](https://github.com/jspsych/jspsych-contrib/pull/130) [`3462071a8162dcf5e348f59c7bb8d06c222f0d08`](https://github.com/jspsych/jspsych-contrib/commit/3462071a8162dcf5e348f59c7bb8d06c222f0d08) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Make data `rt` `key` and `video_time` fields always be an array, even when multiple responses are not allowed. Improve compatibility of simulation mode, though there are still some likely inconsistencies.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-video-several-keyboard-responses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin plays a video and records responses generated by the keyboard, based
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-video-several-keyboard-responses@1.0.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-video-several-keyboard-responses@2.0.0"></script>
```

### Via NPM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-video-several-keyboard-responses",
"version": "1.0.0",
"version": "2.0.0",
"description": "jsPsych plugin for playing a video file and getting several keyboard responses",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 2da485d

Please sign in to comment.