Skip to content

Commit 51aefac

Browse files
authored
Merge pull request #3507 from jspsych/changeset-release/main
Version Packages
2 parents 7dee88c + 86c1ff4 commit 51aefac

8 files changed

+12
-11
lines changed

.changeset/pink-ducks-think.md

-5
This file was deleted.

docs/demos/jspsych-html-audio-response-demo1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<script src="https://unpkg.com/[email protected]"></script>
55
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
6-
<script src="https://unpkg.com/@jspsych/[email protected].0"></script>
6+
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css">
99
<style>

docs/demos/jspsych-html-audio-response-demo2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<script src="https://unpkg.com/[email protected]"></script>
55
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
6-
<script src="https://unpkg.com/@jspsych/[email protected].0"></script>
6+
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css">
99
<style>

docs/demos/jspsych-html-audio-response-demo3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<script src="https://unpkg.com/[email protected]"></script>
55
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
6-
<script src="https://unpkg.com/@jspsych/[email protected].0"></script>
6+
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css">

docs/plugins/html-audio-response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md).
6363
Using the CDN-hosted JavaScript file:
6464

6565
```js
66-
<script src="https://unpkg.com/@jspsych/[email protected].0"></script>
66+
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
6767
```
6868

6969
Using the JavaScript file downloaded from a GitHub release dist archive:

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-html-audio-response/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jspsych/plugin-html-audio-response
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.1.0
410

511
### Minor Changes

packages/plugin-html-audio-response/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jspsych/plugin-html-audio-response",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "jsPsych plugin for displaying a stimulus and recording an audio response through the microphone",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)