Skip to content

Commit

Permalink
Merge pull request #152 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jan 23, 2025
2 parents e09e80b + da2baa9 commit 2d7c8ac
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-jobs-begin.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The `/packages` directory also contains four template sub-folders that can be us




### Plugins

Plugin | Contributor | Description
Expand Down Expand Up @@ -89,6 +90,7 @@ The `/packages` directory also contains four template sub-folders that can be us






Contributions to this repository must:
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-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.3

### Patch Changes

- [#136](https://github.com/jspsych/jspsych-contrib/pull/136) [`1e135ea6ccef00a8b8bb9b166ff01a1d8a80bb74`](https://github.com/jspsych/jspsych-contrib/commit/1e135ea6ccef00a8b8bb9b166ff01a1d8a80bb74) Thanks [@Emily-ejag](https://github.com/Emily-ejag)! - the patch ensures that both the container (`#jspsych-html-swipe-response-stimulus-container`) and the stimulus (`#jspsych-html-swipe-response-stimulus`) move together when dragged, providing a unified and seamless interaction.

## 1.1.2

### 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 @@ -11,7 +11,7 @@ The plugin now ensures that both the container (`#jspsych-html-swipe-response-st
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-html-swipe-response@1.1.2"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-html-swipe-response@1.1.3"></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.2",
"version": "1.1.3",
"description": "This plugin collects responses to an arbitrary HTML string using swipe gestures and keyboard responses.",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 2d7c8ac

Please sign in to comment.