chore(release): version packages

This commit is contained in:
github-actions[bot] 2025-01-10 21:28:32 +00:00
parent a757ab887a
commit 10afbfc847
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/config": patch
---
remove DOM clearing after each individual test, fixes issues with testing in other repositories

2
package-lock.json generated
View File

@ -16061,7 +16061,7 @@
}, },
"packages/config": { "packages/config": {
"name": "@jspsych/config", "name": "@jspsych/config",
"version": "3.2.0", "version": "3.2.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@citation-js/core": "^0.7.14", "@citation-js/core": "^0.7.14",

View File

@ -1,5 +1,11 @@
# @jspsych/config # @jspsych/config
## 3.2.1
### Patch Changes
- [#3486](https://github.com/jspsych/jsPsych/pull/3486) [`ad1d854f43c1e25ba988a3aa2a23a8ab22be3535`](https://github.com/jspsych/jsPsych/commit/ad1d854f43c1e25ba988a3aa2a23a8ab22be3535) Thanks [@jadeddelta](https://github.com/jadeddelta)! - remove DOM clearing after each individual test, fixes issues with testing in other repositories
## 3.2.0 ## 3.2.0
### Minor Changes ### Minor Changes

View File

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