Skip to content

Commit

Permalink
Merge pull request #121 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Aug 1, 2024
2 parents 9387d8f + 86bc948 commit 52ad89a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-pens-grab.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-html-swipe-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-html-swipe-response

## 1.1.2

### Patch Changes

- [#120](https://github.com/jspsych/jspsych-contrib/pull/120) [`d2e2ba21c2cdb0065d8f6a37bea8711d5cfdef4b`](https://github.com/jspsych/jspsych-contrib/commit/d2e2ba21c2cdb0065d8f6a37bea8711d5cfdef4b) Thanks [@richford](https://github.com/richford)! - Add a stimulus container div to wrap the stimulus div. This allows the user to swipe on the container even after the stimulus has been hidden due to exceeding the stimulus duration.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Setting the `stimulus_duration` parameter while using the swipe modality can res
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected].1"></script>
<script src="https://unpkg.com/@jspsych-contrib/[email protected].2"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-html-swipe-response",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 52ad89a

Please sign in to comment.