From 4a5450070a83f0568e0c4247645c68f671a5277b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 18:08:53 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/nine-mirrors-draw.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/nine-mirrors-draw.md diff --git a/.changeset/nine-mirrors-draw.md b/.changeset/nine-mirrors-draw.md deleted file mode 100644 index 90571325dd..0000000000 --- a/.changeset/nine-mirrors-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": patch ---- - -This fixes an error in the gulp task that creates the dist archive for a release, which was causing the dist archive to fail. diff --git a/package-lock.json b/package-lock.json index 666fa8bc70..b9f2f39066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17404,7 +17404,7 @@ }, "packages/config": { "name": "@jspsych/config", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@babel/cli": "7.23.0", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index ff359004fe..bf05ac4d1e 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/config +## 2.0.2 + +### Patch Changes + +- [#3293](https://github.com/jspsych/jsPsych/pull/3293) [`7bcd4e0a`](https://github.com/jspsych/jsPsych/commit/7bcd4e0a25b46e2cf384f6b747092e75fabce00f) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - This fixes an error in the gulp task that creates the dist archive for a release, which was causing the dist archive to fail. + ## 2.0.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index f024abfd28..a136f15a82 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/config", - "version": "2.0.1", + "version": "2.0.2", "description": "Shared (build) configuration for jsPsych packages", "type": "module", "exports": {