chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-06-22 16:21:55 +00:00
parent be0645e49a
commit 4f1fda898e
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": { "packages/config": {
"name": "@jspsych/config", "name": "@jspsych/config",
"version": "1.3.2", "version": "1.3.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/cli": "7.17.10", "@babel/cli": "7.17.10",

View File

@ -1,5 +1,11 @@
# @jspsych/config # @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 ## 1.3.2
### Patch Changes ### Patch Changes

View File

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