Skip to content

Commit 81612ff

Browse files
authored
Merge pull request #3493 from jspsych/changeset-release/main
Version Packages
2 parents 313231c + 7fe6cd0 commit 81612ff

File tree

113 files changed

+277
-274
lines changed

Some content is hidden

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

113 files changed

+277
-274
lines changed

.changeset/little-roses-kick.md

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

.changeset/rich-fans-jump.md

Lines changed: 0 additions & 6 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@8.2.0"></script>
4+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
55
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
@@ -13,7 +13,7 @@
1313
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.2.0"></script>
1414
<link
1515
rel="stylesheet"
16-
href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css"
16+
href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-animation@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html>
33
<head>
44
<script src="docs-demo-timeline.js"></script>
5-
<script src="https://unpkg.com/jspsych@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>-->
77
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
99
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
10-
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />-->
10+
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />-->
1111
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
1212
</head>
1313
<body></body>

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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

docs/demos/jspsych-browser-check-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

docs/demos/jspsych-browser-check-demo3.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

docs/demos/jspsych-browser-check-demo4.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

docs/demos/jspsych-call-function-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-call-function-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-call-function-demo3.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-button-response-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-button-response-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-button-response-demo3.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-keyboard-response-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-keyboard-response-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-slider-response-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-canvas-slider-response-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1010
</head>
1111
<body></body>

docs/demos/jspsych-categorize-animation-demo1.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
1010
<style>
1111
#jspsych-categorize-animation-stimulus {
1212
height: 80% !important;

docs/demos/jspsych-categorize-animation-demo2.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
1010
<style>
1111
#jspsych-categorize-animation-stimulus {
1212
height: 80% !important;

docs/demos/jspsych-categorize-html-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1010
</head>
1111
<body></body>

docs/demos/jspsych-categorize-image-demo1.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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@2.1.0"></script>
88
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>
1212
<body></body>

docs/demos/jspsych-cloze-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@8.2.0"></script>
5+
<script src="https://unpkg.com/jspsych@8.2.1"></script>
66
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.2.0"></script>
77
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1010
</head>
1111
<body></body>

0 commit comments

Comments
 (0)