Skip to content

Commit

Permalink
specify and clean up changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeddelta committed Nov 1, 2022
1 parent 8fec045 commit 820abb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-creatures-crawl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jspsych/plugin-html-audio-response": patch
---

added error handling if a microphone is not detected on trial start
5 changes: 2 additions & 3 deletions .changeset/fluffy-books-act.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .changeset/hungry-elephants-jam.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .changeset/poor-cherries-pay.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 820abb0

Please sign in to comment.