Skip to content

Commit 0422faa

Browse files
authored
Merge pull request #3388 from jspsych/changeset-release/main
Version Packages
2 parents 18172a1 + 60ab96c commit 0422faa

File tree

113 files changed

+275
-273
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

+275
-273
lines changed

.changeset/eight-steaks-camp.md

-5
This file was deleted.

.changeset/young-wolves-grow.md

-5
This file was deleted.

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

+2-2
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/[email protected].2"></script>
4+
<script src="https://unpkg.com/[email protected].3"></script>
55
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
@@ -13,7 +13,7 @@
1313
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
1414
<link
1515
rel="stylesheet"
16-
href="https://unpkg.com/[email protected].2/css/jspsych.css"
16+
href="https://unpkg.com/[email protected].3/css/jspsych.css"
1717
/>
1818
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1919
</head>

docs/demos/jspsych-animation-demo.html

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
<style>
1111
#jspsych-animation-image {
1212
height: 80% !important;

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<!--<script src="https://unpkg.com/@jspsych/[email protected]"></script>-->
77
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
10-
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />-->
10+
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
</head>
1111
<body></body>
1212
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
99
</head>
1010
<body></body>
1111
<script>

docs/demos/jspsych-call-function-demo1.html

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
<style>
1111
#jspsych-categorize-animation-stimulus {
1212
height: 80% !important;

docs/demos/jspsych-categorize-animation-demo2.html

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
1010
<style>
1111
#jspsych-categorize-animation-stimulus {
1212
height: 80% !important;

docs/demos/jspsych-categorize-html-demo1.html

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/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

+2-2
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/[email protected].2"></script>
5+
<script src="https://unpkg.com/[email protected].3"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/css/jspsych.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/css/jspsych.css" />
99
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1010
</head>
1111
<body></body>

0 commit comments

Comments
 (0)