Skip to content

Commit e409b03

Browse files
authored
Merge pull request #2975 from jspsych/changeset-release/main
Version Packages
2 parents 5dca685 + 9a89940 commit e409b03

File tree

106 files changed

+257
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+257
-256
lines changed

.changeset/odd-toes-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/demos/eye-tracking-with-webgazer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
4+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
55
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.2"></script>
@@ -13,7 +13,7 @@
1313
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.0.2"></script>
1414
<link
1515
rel="stylesheet"
16-
href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css"
16+
href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css"
1717
/>
1818
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1919
</head>

docs/demos/jspsych-animation-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-animation@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
<style>
1111
#jspsych-animation-image {
1212
height: 80% !important;

docs/demos/jspsych-audio-button-response-demo-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-audio-button-response-demo-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-audio-keyboard-response-demo-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-audio-keyboard-response-demo-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-audio-slider-response-demo-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-audio-slider-response-demo-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

docs/demos/jspsych-browser-check-demo1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@7.3.1"></script>
5+
<script src="https://unpkg.com/jspsych@7.3.2"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.2"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.1/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.2/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

0 commit comments

Comments
 (0)