Skip to content

Commit

Permalink
Merge pull request #80 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Oct 5, 2023
2 parents 9afb139 + 38efa4d commit d66904c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/red-drinks-fly.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.

9 changes: 8 additions & 1 deletion packages/plugin-self-paced-reading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# @jspsych-contrib/plugin-self-paced-reading

## 1.0.0
## 2.0.0

### Major Changes

- [#79](https://github.com/jspsych/jspsych-contrib/pull/79) [`599a090`](https://github.com/jspsych/jspsych-contrib/commit/599a09023c0f481c75b2af931c5646a58a1136cd) Thanks [@jessestorbeck](https://github.com/jessestorbeck)! - - Calls to jsPsych.data.write() are removed; jsPsych.finishTrial() now gets an object with words and reading times stored as arrays. Thus a trial now generates a single data object instead of x, where x is the number of words in the sentence.
- A bug when inter_word_interval > 0 is corrected.
- Tests are added related to reading times.

## 1.0.0

### Major Changes

- [#8](https://github.com/jspsych/jspsych-contrib/pull/8) [`0bbe715`](https://github.com/jspsych/jspsych-contrib/commit/0bbe7151c120a4b29a707f607bcd4b1e0ccd79cf) Thanks [@igmmgi](https://github.com/igmmgi)! - Initial release
2 changes: 1 addition & 1 deletion packages/plugin-self-paced-reading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-self-paced-reading",
"version": "1.0.0",
"version": "2.0.0",
"description": "jsPsych plugin for self paced reading paradigms.",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-self-paced-reading/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A jsPsych plugin for self-paced-reading paradigms.
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-self-paced-reading@1.0.0">
<script src="https://unpkg.com/@jspsych-contrib/plugin-self-paced-reading@2.0.0">
```

### Via NPM
Expand Down

0 comments on commit d66904c

Please sign in to comment.