From 820abb0a49e0065eb30e09b69b643280951f260f Mon Sep 17 00:00:00 2001 From: jadeddelta <101148768+jadeddelta@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:52:49 -0400 Subject: [PATCH] specify and clean up changesets --- .changeset/cool-creatures-crawl.md | 5 +++++ .changeset/fluffy-books-act.md | 5 ++--- .changeset/hungry-elephants-jam.md | 4 ++-- .changeset/poor-cherries-pay.md | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 .changeset/cool-creatures-crawl.md diff --git a/.changeset/cool-creatures-crawl.md b/.changeset/cool-creatures-crawl.md new file mode 100644 index 00000000..21d12de1 --- /dev/null +++ b/.changeset/cool-creatures-crawl.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-html-audio-response": patch +--- + +added error handling if a microphone is not detected on trial start \ No newline at end of file diff --git a/.changeset/fluffy-books-act.md b/.changeset/fluffy-books-act.md index 22c8378d..38a4bfbc 100644 --- a/.changeset/fluffy-books-act.md +++ b/.changeset/fluffy-books-act.md @@ -1,6 +1,5 @@ --- -"@jspsych/plugin-html-audio-response": minor -"@jspsych/plugin-html-video-response": minor +"@jspsych/plugin-html-video-response": patch --- -added handling and a custom rejection message if the media device does not have access permissions +added error handling if a camera is not detected on trial start diff --git a/.changeset/hungry-elephants-jam.md b/.changeset/hungry-elephants-jam.md index 2792ee1c..85a40ceb 100644 --- a/.changeset/hungry-elephants-jam.md +++ b/.changeset/hungry-elephants-jam.md @@ -1,5 +1,5 @@ --- -"@jspsych/plugin-initialize-microphone": patch +"@jspsych/plugin-initialize-microphone": minor --- -added error handling if permission to the microphone is rejected +added custom rejection message upon microphone permission denial diff --git a/.changeset/poor-cherries-pay.md b/.changeset/poor-cherries-pay.md index 55bedd67..65ee91ef 100644 --- a/.changeset/poor-cherries-pay.md +++ b/.changeset/poor-cherries-pay.md @@ -1,5 +1,5 @@ --- -"@jspsych/plugin-initialize-camera": patch +"@jspsych/plugin-initialize-camera": minor --- -added error handling if permission to the camera is rejected +added custom rejection message upon camera permission denial