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

Version Packages
This commit is contained in:
Josh de Leeuw 2023-06-22 12:29:45 -04:00 committed by GitHub
commit 8f0075b8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/config": patch
---
Update `canvas` package dependency version to fix missing binaries issues with newer node/npm versions

2
package-lock.json generated
View File

@ -16584,7 +16584,7 @@
},
"packages/config": {
"name": "@jspsych/config",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"dependencies": {
"@babel/cli": "7.17.10",

View File

@ -1,5 +1,11 @@
# @jspsych/config
## 1.3.3
### Patch Changes
- [#3073](https://github.com/jspsych/jsPsych/pull/3073) [`caef8713`](https://github.com/jspsych/jsPsych/commit/caef8713e28fd0c4ed85ba86c27254ee8418087a) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Update `canvas` package dependency version to fix missing binaries issues with newer node/npm versions
## 1.3.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/config",
"version": "1.3.2",
"version": "1.3.3",
"description": "Shared (build) configuration for jsPsych packages",
"type": "module",
"exports": {