Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent 76fca27 commit b83abfa
Show file tree
Hide file tree
Showing 67 changed files with 144 additions and 143 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-donuts-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-dragons-wonder.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lovely-cobras-give.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/demos/jspsych-free-sort-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected].2"></script>
<script src="https://unpkg.com/@jspsych/[email protected].3"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/free-sort.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# free-sort

Current version: 1.0.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md).
Current version: 1.0.3. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md).

The free-sort plugin displays one or more images on the screen that the participant can interact with by clicking and dragging with a mouse, or touching and dragging with a touchscreen device. When the trial starts, the images can be positioned outside or inside the sort area. All images must be moved into the sorting area before the participant can click a button to end the trial. All of the moves that the participant performs are recorded, as well as the final positions of all images. This plugin could be useful when asking participants to position images based on similarity to one another, or to recall image spatial locations.

Expand Down Expand Up @@ -49,7 +49,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md).
Using the CDN-hosted JavaScript file:

```js
<script src="https://unpkg.com/@jspsych/[email protected].2"></script>
<script src="https://unpkg.com/@jspsych/[email protected].3"></script>
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
Loading

0 comments on commit b83abfa

Please sign in to comment.