chore(release): version packages (#3294)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-15 11:33:43 -07:00 committed by GitHub
parent 7bcd4e0a25
commit c2dd493f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -17404,7 +17404,7 @@
}, },
"packages/config": { "packages/config": {
"name": "@jspsych/config", "name": "@jspsych/config",
"version": "2.0.1", "version": "2.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/cli": "7.23.0", "@babel/cli": "7.23.0",

View File

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

View File

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