From 86bc948863edeec2a4b692cc7daa9b3c4426b355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Aug 2024 19:46:17 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/stale-pens-grab.md | 5 ----- package-lock.json | 2 +- packages/plugin-html-swipe-response/CHANGELOG.md | 6 ++++++ packages/plugin-html-swipe-response/README.md | 2 +- packages/plugin-html-swipe-response/package.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/stale-pens-grab.md diff --git a/.changeset/stale-pens-grab.md b/.changeset/stale-pens-grab.md deleted file mode 100644 index 10090b61..00000000 --- a/.changeset/stale-pens-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-html-swipe-response": patch ---- - -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. diff --git a/package-lock.json b/package-lock.json index d0c4e090..09b483e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17830,7 +17830,7 @@ }, "packages/plugin-html-swipe-response": { "name": "@jspsych-contrib/plugin-html-swipe-response", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "canvas": "^2.11.2", diff --git a/packages/plugin-html-swipe-response/CHANGELOG.md b/packages/plugin-html-swipe-response/CHANGELOG.md index 0e4204af..c87b47a1 100644 --- a/packages/plugin-html-swipe-response/CHANGELOG.md +++ b/packages/plugin-html-swipe-response/CHANGELOG.md @@ -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 diff --git a/packages/plugin-html-swipe-response/README.md b/packages/plugin-html-swipe-response/README.md index 9ea7b4e9..88137f9e 100644 --- a/packages/plugin-html-swipe-response/README.md +++ b/packages/plugin-html-swipe-response/README.md @@ -9,7 +9,7 @@ Setting the `stimulus_duration` parameter while using the swipe modality can res ## Loading ```js - + ``` ## Compatibility diff --git a/packages/plugin-html-swipe-response/package.json b/packages/plugin-html-swipe-response/package.json index 3ad645a5..e90886f3 100644 --- a/packages/plugin-html-swipe-response/package.json +++ b/packages/plugin-html-swipe-response/package.json @@ -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",