From da2baa99d4e35a98e6580a54445e920a9d29edd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jan 2025 21:22:04 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/cold-jobs-begin.md | 5 ----- README.md | 2 ++ 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 +- 6 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 .changeset/cold-jobs-begin.md diff --git a/.changeset/cold-jobs-begin.md b/.changeset/cold-jobs-begin.md deleted file mode 100644 index c7cfefcb..00000000 --- a/.changeset/cold-jobs-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-html-swipe-response": patch ---- - -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. diff --git a/README.md b/README.md index 56df5317..a1ae1d9b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The `/packages` directory also contains four template sub-folders that can be us + ### Plugins Plugin | Contributor | Description @@ -89,6 +90,7 @@ The `/packages` directory also contains four template sub-folders that can be us + Contributions to this repository must: diff --git a/package-lock.json b/package-lock.json index aa958e2e..9582002a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18900,7 +18900,7 @@ }, "packages/plugin-html-swipe-response": { "name": "@jspsych-contrib/plugin-html-swipe-response", - "version": "1.1.2", + "version": "1.1.3", "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 c87b47a1..f108a147 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.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 diff --git a/packages/plugin-html-swipe-response/README.md b/packages/plugin-html-swipe-response/README.md index 47a8f0aa..74a5e5c0 100644 --- a/packages/plugin-html-swipe-response/README.md +++ b/packages/plugin-html-swipe-response/README.md @@ -11,7 +11,7 @@ The plugin now ensures that both the container (`#jspsych-html-swipe-response-st ## Loading ```js - + ``` ## Compatibility diff --git a/packages/plugin-html-swipe-response/package.json b/packages/plugin-html-swipe-response/package.json index 025d1a32..e79d40ac 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.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",