chore(release): version packages

This commit is contained in:
github-actions[bot] 2025-02-12 15:04:02 +00:00
parent 7dee88ca01
commit 86c1ff4587
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> <head>
<script src="https://unpkg.com/jspsych@8.2.1"></script> <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-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> <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"> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style> <style>

View File

@ -3,7 +3,7 @@
<head> <head>
<script src="https://unpkg.com/jspsych@8.2.1"></script> <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-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> <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"> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style> <style>

View File

@ -3,7 +3,7 @@
<head> <head>
<script src="https://unpkg.com/jspsych@8.2.1"></script> <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-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-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@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"> <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: Using the CDN-hosted JavaScript file:
```js ```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: 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": { "packages/plugin-html-audio-response": {
"name": "@jspsych/plugin-html-audio-response", "name": "@jspsych/plugin-html-audio-response",
"version": "2.1.0", "version": "2.1.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@jspsych/config": "^3.2.0", "@jspsych/config": "^3.2.0",

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-html-audio-response # @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 ## 2.1.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@jspsych/plugin-html-audio-response", "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", "description": "jsPsych plugin for displaying a stimulus and recording an audio response through the microphone",
"type": "module", "type": "module",
"main": "dist/index.cjs", "main": "dist/index.cjs",