diff --git a/.changeset/slimy-rules-learn.md b/.changeset/slimy-rules-learn.md deleted file mode 100644 index 0385044..0000000 --- a/.changeset/slimy-rules-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@jspsych/plugin-button-click-counter": patch -"@jspsych/plugin-emoji-screen": patch ---- - -Advance-Key Change in click-counter plugin diff --git a/package-lock.json b/package-lock.json index 17bfbec..de3850e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3719,9 +3719,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3736,9 +3733,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3753,9 +3747,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3770,9 +3761,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3787,9 +3775,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3804,9 +3789,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3821,9 +3803,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3838,9 +3817,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3855,9 +3831,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3872,9 +3845,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3889,9 +3859,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3906,9 +3873,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3923,9 +3887,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12550,7 +12511,7 @@ }, "packages/plugin-button-click-counter": { "name": "@jspsych/plugin-button-click-counter", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "jspsych": "^8.0.0" @@ -12562,7 +12523,7 @@ }, "packages/plugin-emoji-screen": { "name": "@jspsych/plugin-emoji-screen", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "jspsych": "^8.0.0" diff --git a/packages/plugin-button-click-counter/CHANGELOG.md b/packages/plugin-button-click-counter/CHANGELOG.md new file mode 100644 index 0000000..8a80cf4 --- /dev/null +++ b/packages/plugin-button-click-counter/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych/plugin-button-click-counter + +## 0.0.2 + +### Patch Changes + +- [#13](https://github.com/jspsych/git-training/pull/13) [`22dbc67ba88f379f5572bd8b9391eca00170f394`](https://github.com/jspsych/git-training/commit/22dbc67ba88f379f5572bd8b9391eca00170f394) Thanks [@tonyh1306](https://github.com/tonyh1306)! - Advance-Key Change in click-counter plugin diff --git a/packages/plugin-button-click-counter/package.json b/packages/plugin-button-click-counter/package.json index 66b1e31..ce9d6fa 100644 --- a/packages/plugin-button-click-counter/package.json +++ b/packages/plugin-button-click-counter/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-button-click-counter", - "version": "0.0.1", + "version": "0.0.2", "description": "A jsPsych plugin that displays a button and click counter, ending the trial when a key is pressed", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-emoji-screen/CHANGELOG.md b/packages/plugin-emoji-screen/CHANGELOG.md new file mode 100644 index 0000000..b6d4b0b --- /dev/null +++ b/packages/plugin-emoji-screen/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych/plugin-emoji-screen + +## 0.0.2 + +### Patch Changes + +- [#13](https://github.com/jspsych/git-training/pull/13) [`22dbc67ba88f379f5572bd8b9391eca00170f394`](https://github.com/jspsych/git-training/commit/22dbc67ba88f379f5572bd8b9391eca00170f394) Thanks [@tonyh1306](https://github.com/tonyh1306)! - Advance-Key Change in click-counter plugin diff --git a/packages/plugin-emoji-screen/package.json b/packages/plugin-emoji-screen/package.json index 37b6cb6..ceb7d3c 100644 --- a/packages/plugin-emoji-screen/package.json +++ b/packages/plugin-emoji-screen/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-emoji-screen", - "version": "0.0.1", + "version": "0.0.2", "description": "A jsPsych plugin that places a random emoji wherever the participant clicks on the screen and records the final arrangement", "type": "module", "main": "dist/index.cjs",