Merge pull request #2402 from jspsych/changeset-release/main

Version Packages
This commit is contained in:
Josh de Leeuw 2021-12-14 10:02:27 -05:00 committed by GitHub
commit 34fd5f809c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-sketchpad": patch
---
Fixed several bugs in the sketchpad plugin. See #2399 for list.

2
package-lock.json generated
View File

@ -16380,7 +16380,7 @@
},
"packages/plugin-sketchpad": {
"name": "@jspsych/plugin-sketchpad",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^1.1.0",

View File

@ -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.

View File

@ -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",