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 Feb 2, 2024
1 parent d7010d7 commit 46f1e8c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-pants-run.md

This file was deleted.

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.

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

## 1.0.1

### Patch Changes

- [#97](https://github.com/jspsych/jspsych-contrib/pull/97) [`a337d74807b74e4ce15e8aebf73ffa8a08a0a3e5`](https://github.com/jspsych/jspsych-contrib/commit/a337d74807b74e4ce15e8aebf73ffa8a08a0a3e5) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Adjusted how display durations are tracked to count frames rather than rely on timers

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-keyboard-response-raf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin implements the same functionality as the html-keyboard-response plug
### In browser

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

### Via NPM
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-keyboard-response-raf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-html-keyboard-response-raf",
"version": "1.0.0",
"version": "1.0.1",
"description": "This plugin uses the same functionality as the html-keyboard-response plugin, but uses requestAnimationFrame internally for timing",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 46f1e8c

Please sign in to comment.