Merge pull request #3507 from jspsych/changeset-release/main

Version Packages
This commit is contained in:
Josh de Leeuw 2025-02-13 14:22:35 -05:00 committed by GitHub
commit 51aefac75b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 12 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-html-audio-response": patch
---
uses mimetype of audio recorded for playback instead of defaulting to webm

View File

@ -3,7 +3,7 @@
<head>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>

View File

@ -3,7 +3,7 @@
<head>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>

View File

@ -3,7 +3,7 @@
<head>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">

View File

@ -63,7 +63,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md).
Using the CDN-hosted JavaScript file:
```js
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
```
Using the JavaScript file downloaded from a GitHub release dist archive:

2
package-lock.json generated
View File

@ -14040,7 +14040,7 @@
},
"packages/plugin-html-audio-response": {
"name": "@jspsych/plugin-html-audio-response",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^3.2.0",

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-html-audio-response
## 2.1.1
### Patch Changes
- [#2991](https://github.com/jspsych/jsPsych/pull/2991) [`5ab4cc7a0f8750735b88e87df3bb692f140b3c53`](https://github.com/jspsych/jsPsych/commit/5ab4cc7a0f8750735b88e87df3bb692f140b3c53) Thanks [@bbonf](https://github.com/bbonf)! - uses mimetype of audio recorded for playback instead of defaulting to webm
## 2.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-html-audio-response",
"version": "2.1.0",
"version": "2.1.1",
"description": "jsPsych plugin for displaying a stimulus and recording an audio response through the microphone",
"type": "module",
"main": "dist/index.cjs",