chore(release): version packages (#3294)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

(rebased-with-history from commit c2dd493f6e)
This commit is contained in:
github-actions[bot] 2024-05-15 11:33:43 -07:00 committed by bjoluc
commit f5f2aa3f46
4 changed files with 8 additions and 7 deletions

View File

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

2
package-lock.json generated
View File

@ -18003,7 +18003,7 @@
},
"packages/config": {
"name": "@jspsych/config",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"dependencies": {
"@rollup/plugin-commonjs": "25.0.7",

View File

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

View File

@ -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": {