Skip to content

Commit

Permalink
Merge pull request #3349 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jul 17, 2024
2 parents e374226 + 3921533 commit 0082626
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-coins-fold.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/demos/jspsych-audio-button-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-audio-button-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-audio-button-response-demo-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.0"></script>-->
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.1"></script>-->
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-audio-slider-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-audio-slider-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-html-audio-response-demo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css">
<style>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/audio-button-response.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# audio-button-response

Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-button-response/CHANGELOG.md).
Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-button-response/CHANGELOG.md).

This plugin plays audio files and records responses generated with a button click.

Expand Down Expand Up @@ -49,7 +49,7 @@ This may change in a future version as we improve the simulation modes.
Using the CDN-hosted JavaScript file:

```js
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.1"></script>
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/audio-slider-response.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# audio-slider-response

Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-slider-response/CHANGELOG.md).
Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-slider-response/CHANGELOG.md).

This plugin plays an audio file and allows the participant to respond by dragging a slider.

Expand Down Expand Up @@ -52,7 +52,7 @@ This may change in a future version as we improve the simulation modes.
Using the CDN-hosted JavaScript file:

```js
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/plugin-audio-button-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/plugin-audio-button-response

## 2.0.1

### Patch Changes

- [#3348](https://github.com/jspsych/jsPsych/pull/3348) [`5552e48b`](https://github.com/jspsych/jsPsych/commit/5552e48b4bd0961c0dcb7dea31b7218e22e10de2) Thanks [@Bankminer78](https://github.com/Bankminer78)! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-audio-button-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-audio-button-response",
"version": "2.0.0",
"version": "2.0.1",
"description": "jsPsych plugin for playing an audio file and getting a button response",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-audio-slider-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/plugin-audio-slider-response

## 2.0.1

### Patch Changes

- [#3348](https://github.com/jspsych/jsPsych/pull/3348) [`5552e48b`](https://github.com/jspsych/jsPsych/commit/5552e48b4bd0961c0dcb7dea31b7218e22e10de2) Thanks [@Bankminer78](https://github.com/Bankminer78)! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-audio-slider-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-audio-slider-response",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 0082626

Please sign in to comment.