specify and clean up changesets

This commit is contained in:
jadeddelta 2022-11-01 15:52:49 -04:00
parent 8fec0457a7
commit 820abb0a49
4 changed files with 11 additions and 7 deletions

View File

@ -0,0 +1,5 @@
---
"@jspsych/plugin-html-audio-response": patch
---
added error handling if a microphone is not detected on trial start

View File

@ -1,6 +1,5 @@
--- ---
"@jspsych/plugin-html-audio-response": minor "@jspsych/plugin-html-video-response": patch
"@jspsych/plugin-html-video-response": minor
--- ---
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

View File

@ -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

View File

@ -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