Skip to content

Commit

Permalink
Merge pull request #39 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Sep 19, 2022
2 parents ec794ae + 9a70178 commit 237bc9b
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-guests-hammer.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/plugin-html-multi-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-html-multi-response

## 1.0.2

### Patch Changes

- [#38](https://github.com/jspsych/jspsych-contrib/pull/38) [`f31ea01`](https://github.com/jspsych/jspsych-contrib/commit/f31ea012eb74eb4afe3e63af60d6e23bbbf3b9e8) Thanks [@richford](https://github.com/richford)! - First release of plugin-image-multi-response and plugin-image-swipe-response. Fix documentation link in plugin-html-multi-response

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-multi-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays HTML content and records responses generated by both button
## Loading

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

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-multi-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-html-multi-response",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-image-multi-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jspsych-contrib/plugin-image-multi-response

## 1.0.0

### Major Changes

- [#38](https://github.com/jspsych/jspsych-contrib/pull/38) [`f31ea01`](https://github.com/jspsych/jspsych-contrib/commit/f31ea012eb74eb4afe3e63af60d6e23bbbf3b9e8) Thanks [@richford](https://github.com/richford)! - First release of plugin-image-multi-response and plugin-image-swipe-response. Fix documentation link in plugin-html-multi-response
2 changes: 1 addition & 1 deletion packages/plugin-image-multi-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-image-multi-response",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-image-swipe-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jspsych-contrib/plugin-image-swipe-response

## 1.0.0

### Major Changes

- [#38](https://github.com/jspsych/jspsych-contrib/pull/38) [`f31ea01`](https://github.com/jspsych/jspsych-contrib/commit/f31ea012eb74eb4afe3e63af60d6e23bbbf3b9e8) Thanks [@richford](https://github.com/richford)! - First release of plugin-image-multi-response and plugin-image-swipe-response. Fix documentation link in plugin-html-multi-response
2 changes: 1 addition & 1 deletion packages/plugin-image-swipe-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-image-swipe-response",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 237bc9b

Please sign in to comment.