Skip to content

Commit 3e0bd4c

Browse files
chore(release): version packages
1 parent 2c3c355 commit 3e0bd4c

13 files changed

+26
-24
lines changed

.changeset/busy-tires-reply.md

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

.changeset/silly-kiwis-smile.md

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

docs/demos/jspsych-image-button-response-demo1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>

docs/demos/jspsych-preload-demo1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>

docs/demos/jspsych-preload-demo2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>

docs/demos/jspsych-preload-demo3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1111
</head>

docs/demos/jspsych-preload-demo4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>

docs/plugins/image-button-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ stimulus | string | The path of the image that was displayed.
4343
Using the CDN-hosted JavaScript file:
4444

4545
```js
46-
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
46+
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.2.0"></script>
4747
```
4848

4949
Using the JavaScript file downloaded from a GitHub release dist archive:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jspsych/config
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- [#3570](https://github.com/jspsych/jsPsych/pull/3570) [`8d6c03ec3da9b17b9d6582641b0d488e5198ff2d`](https://github.com/jspsych/jsPsych/commit/8d6c03ec3da9b17b9d6582641b0d488e5198ff2d) Thanks [@jadeddelta](https://github.com/jadeddelta)! - update rollup for security fix
8+
39
## 3.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)