mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
chore(release): version packages
This commit is contained in:
parent
1859cdd9a7
commit
a6b5b95249
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-sketchpad": patch
|
||||
---
|
||||
|
||||
Fixed several bugs in the sketchpad plugin. See #2399 for list.
|
@ -1,8 +1,13 @@
|
||||
# @jspsych/plugin-sketchpad
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2401](https://github.com/jspsych/jsPsych/pull/2401) [`76ec31f2`](https://github.com/jspsych/jsPsych/commit/76ec31f2242216f871472d5e26d9c0644cea0477) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fixed several bugs in the sketchpad plugin. See #2399 for list.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
|
||||
|
||||
- [#2258](https://github.com/jspsych/jsPsych/pull/2258) [`bddae3ee`](https://github.com/jspsych/jsPsych/commit/bddae3eef7abb4dae1eef813a81584e3c4042b0f) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - A plugin for drawing responses on a canvas element. Supports very basic drawing operations and recording both the final image and the sequential steps to generate that image.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-sketchpad",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "jsPsych plugin for sketching a response",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user