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 Jan 13, 2025
1 parent 4ff6998 commit 36fe11e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-laws-sleep.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The `/packages` directory also contains four template sub-folders that can be us




### Plugins

Plugin | Contributor | Description
Expand Down Expand Up @@ -87,6 +88,7 @@ The `/packages` directory also contains four template sub-folders that can be us






Contributions to this repository must:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Experiment</title>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych-contrib/[email protected]"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-rdk@1.1.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-rdk@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="../index.js"></script>
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-rdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-rdk

## 1.2.0

### Minor Changes

- [#147](https://github.com/jspsych/jspsych-contrib/pull/147) [`7c775983b5852b5c44949f4bcd5bd7d45b048b3b`](https://github.com/jspsych/jspsych-contrib/commit/7c775983b5852b5c44949f4bcd5bd7d45b048b3b) Thanks [@Hoboki](https://github.com/Hoboki)! - If you want coherent dots to change their directions during a trial, you can set `flip_timestamps` and flip their directions as much as you want.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-rdk",
"version": "1.1.0",
"version": "1.2.0",
"description": "This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to report the primary direction of motion by pressing a key on the keyboard.",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rdk/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin displays a Random Dot Kinematogram (RDK) and allows the subject to r
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-rdk@1.1.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-rdk@1.2.0"></script>
```

### Via NPM
Expand Down

0 comments on commit 36fe11e

Please sign in to comment.