Skip to content

Commit 1f4d5ba

Browse files
chore(release): version packages
1 parent ef2d36b commit 1f4d5ba

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

.changeset/weak-flies-jog.md

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

package-lock.json

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

packages/plugin-html-vas-response/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @jspsych-contrib/plugin-html-vas-response
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#161](https://github.com/jspsych/jspsych-contrib/pull/161) [`865516a75ab54f55ec5822d2a78cb3797bce8586`](https://github.com/jspsych/jspsych-contrib/commit/865516a75ab54f55ec5822d2a78cb3797bce8586) Thanks [@kinleyid](https://github.com/kinleyid)! - Switching from using a div to draw the response marker to using an SVG image. This enables more shapes (e.g., cross). Rather than using `marker_colour` to control the marker's appearance, the new argument is `marker_svg_attrs` to edit the marker's SVG attributes.
8+
9+
html-vas-response 2.1.0
10+
311
## 2.1.0
412

513
### Minor Changes

packages/plugin-html-vas-response/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin collects responses to an arbitrary HTML string using a point-and-cli
77
## Loading
88

99
```js
10-
<script src="https://unpkg.com/@jspsych-contrib/plugin-html-vas-response@2.1.0"></script>
10+
<script src="https://unpkg.com/@jspsych-contrib/plugin-html-vas-response@3.0.0"></script>
1111
```
1212

1313
## Compatibility

packages/plugin-html-vas-response/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jspsych-contrib/plugin-html-vas-response",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "This plugin collects responses to an arbitrary HTML string using a point-and-click visual analogue scale.",
55
"unpkg": "dist/index.browser.min.js",
66
"files": [

0 commit comments

Comments
 (0)