Skip to content

Commit

Permalink
Merge pull request jspsych#3345 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jul 16, 2024
2 parents 87441a7 + e2f7e91 commit 300f199
Show file tree
Hide file tree
Showing 297 changed files with 1,797 additions and 1,272 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-badgers-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-apples-hope.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/button-layouts.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/button-response-plugins.md

This file was deleted.

58 changes: 0 additions & 58 deletions .changeset/chilled-papayas-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-pans-sin.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/core-rewrite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/esbuild.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-tables-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-weeks-walk.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fresh-doors-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-glasses-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-moons-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-lions-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-stingrays-wonder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-cups-roll.md

This file was deleted.

58 changes: 0 additions & 58 deletions .changeset/rotten-mails-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-ants-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-baboons-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-berries-arrive.md

This file was deleted.

18 changes: 9 additions & 9 deletions docs/demos/eye-tracking-with-webgazer.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@7.3.4"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-calibrate@1.0.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@1.0.3"></script>
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.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-keyboard-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-calibrate@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@2.0.0"></script>
<script src="js/webgazer/webgazer.js"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<link
rel="stylesheet"
href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css"
href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css"
/>
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
10 changes: 5 additions & 5 deletions docs/demos/jspsych-animation-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.4"></script>
<script src="https://unpkg.com/@jspsych/plugin-animation@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-animation@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.0/css/jspsych.css" />
<style>
#jspsych-animation-image {
height: 80% !important;
Expand Down
10 changes: 5 additions & 5 deletions docs/demos/jspsych-audio-button-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.4"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
<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-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" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions docs/demos/jspsych-audio-button-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.4"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
<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-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" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions docs/demos/jspsych-audio-button-response-demo-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.3"></script>
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.2"></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="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.3/css/jspsych.css" />-->
<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" />-->
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
</head>
<body></body>
Expand Down
Loading

0 comments on commit 300f199

Please sign in to comment.