From 4f1fda898edbd3d8252e387aee4677e17d27f44d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Jun 2023 16:21:55 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/odd-pigs-travel.md | 5 ----- package-lock.json | 2 +- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/odd-pigs-travel.md diff --git a/.changeset/odd-pigs-travel.md b/.changeset/odd-pigs-travel.md deleted file mode 100644 index 59565338..00000000 --- a/.changeset/odd-pigs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": patch ---- - -Update `canvas` package dependency version to fix missing binaries issues with newer node/npm versions diff --git a/package-lock.json b/package-lock.json index c7240ec9..cd070493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 94ce86d4..1042d853 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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 diff --git a/packages/config/package.json b/packages/config/package.json index 36ba0095..3a7e6121 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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": {