From ec27e9d05652783eb0e7fb45cc468468e3571d09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 16:33:55 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/moody-points-cheat.md | 7 ------- .changeset/nice-hats-sing.md | 9 --------- .changeset/shaggy-toes-swim.md | 6 ------ .changeset/silver-pigs-develop.md | 5 ----- packages/data/CHANGELOG.md | 7 +++++++ packages/data/package.json | 2 +- packages/lookit-initjspsych/CHANGELOG.md | 9 +++++++++ packages/lookit-initjspsych/package.json | 4 ++-- packages/record/CHANGELOG.md | 13 +++++++++++++ packages/record/package.json | 4 ++-- packages/style/CHANGELOG.md | 7 +++++++ packages/style/package.json | 6 +++--- packages/surveys/CHANGELOG.md | 9 +++++++++ packages/surveys/package.json | 4 ++-- 14 files changed, 55 insertions(+), 37 deletions(-) delete mode 100644 .changeset/moody-points-cheat.md delete mode 100644 .changeset/nice-hats-sing.md delete mode 100644 .changeset/shaggy-toes-swim.md delete mode 100644 .changeset/silver-pigs-develop.md diff --git a/.changeset/moody-points-cheat.md b/.changeset/moody-points-cheat.md deleted file mode 100644 index a88c15c..0000000 --- a/.changeset/moody-points-cheat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@lookit/record": patch ---- - -Adds `chs_type: "consent"` to consentVideo trial data and updates the lookit-api -response object with `completed_consent_frame: true` at the end of the -consentVideo trial. diff --git a/.changeset/nice-hats-sing.md b/.changeset/nice-hats-sing.md deleted file mode 100644 index 99cea7d..0000000 --- a/.changeset/nice-hats-sing.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@lookit/lookit-initjspsych": patch -"@lookit/surveys": patch -"@lookit/record": patch -"@lookit/style": patch -"@lookit/data": patch ---- - -Update rollup config to hide known circular warnings diff --git a/.changeset/shaggy-toes-swim.md b/.changeset/shaggy-toes-swim.md deleted file mode 100644 index f896892..0000000 --- a/.changeset/shaggy-toes-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/style": patch -"@lookit/data": patch ---- - -Update to unpkg config diff --git a/.changeset/silver-pigs-develop.md b/.changeset/silver-pigs-develop.md deleted file mode 100644 index ff75539..0000000 --- a/.changeset/silver-pigs-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lookit/record": patch ---- - -Unmute playback of recorded consent video. diff --git a/packages/data/CHANGELOG.md b/packages/data/CHANGELOG.md index 1cec618..c40eb7a 100644 --- a/packages/data/CHANGELOG.md +++ b/packages/data/CHANGELOG.md @@ -1,5 +1,12 @@ # @lookit/data +## 0.0.4 + +### Patch Changes + +- b111054: Update rollup config to hide known circular warnings +- 888be3d: Update to unpkg config + ## 0.0.3 ### Patch Changes diff --git a/packages/data/package.json b/packages/data/package.json index f0bc3fc..731b547 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/data", - "version": "0.0.3", + "version": "0.0.4", "description": "This is a JS implementation of lookit's RESTful API.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { diff --git a/packages/lookit-initjspsych/CHANGELOG.md b/packages/lookit-initjspsych/CHANGELOG.md index d0f698e..6f29828 100644 --- a/packages/lookit-initjspsych/CHANGELOG.md +++ b/packages/lookit-initjspsych/CHANGELOG.md @@ -1,5 +1,14 @@ # @lookit/lookit-initjspsych +## 0.0.4 + +### Patch Changes + +- b111054: Update rollup config to hide known circular warnings +- Updated dependencies [b111054] +- Updated dependencies [888be3d] + - @lookit/data@0.0.4 + ## 0.0.3 ### Patch Changes diff --git a/packages/lookit-initjspsych/package.json b/packages/lookit-initjspsych/package.json index 7629486..dda1642 100644 --- a/packages/lookit-initjspsych/package.json +++ b/packages/lookit-initjspsych/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/lookit-initjspsych", - "version": "0.0.3", + "version": "0.0.4", "description": "This package overloads jsPsych's init function.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -26,7 +26,7 @@ "test": "jest --coverage" }, "dependencies": { - "@lookit/data": "0.0.3" + "@lookit/data": "0.0.4" }, "devDependencies": { "@jspsych/config": "^2.0.0" diff --git a/packages/record/CHANGELOG.md b/packages/record/CHANGELOG.md index 36ba349..4d31138 100644 --- a/packages/record/CHANGELOG.md +++ b/packages/record/CHANGELOG.md @@ -1,5 +1,18 @@ # @lookit/record +## 0.0.4 + +### Patch Changes + +- 4e72f2b: Adds `chs_type: "consent"` to consentVideo trial data and updates the + lookit-api response object with `completed_consent_frame: true` at the end of + the consentVideo trial. +- b111054: Update rollup config to hide known circular warnings +- 496b62d: Unmute playback of recorded consent video. +- Updated dependencies [b111054] +- Updated dependencies [888be3d] + - @lookit/data@0.0.4 + ## 0.0.3 ### Patch Changes diff --git a/packages/record/package.json b/packages/record/package.json index b0001a0..9485b9e 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/record", - "version": "0.0.3", + "version": "0.0.4", "description": "Recording extensions and plugins for CHS studies.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -46,7 +46,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@lookit/data": "^0.0.3", + "@lookit/data": "^0.0.4", "jspsych": "^8.0.2" } } diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index a82abcd..c7e0bb8 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -1,5 +1,12 @@ # @lookit/style +## 0.0.4 + +### Patch Changes + +- b111054: Update rollup config to hide known circular warnings +- 888be3d: Update to unpkg config + ## 0.0.3 ### Patch Changes diff --git a/packages/style/package.json b/packages/style/package.json index f26904c..4a5a61e 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/style", - "version": "0.0.3", + "version": "0.0.4", "description": "", "license": "ISC", "author": "", @@ -18,8 +18,8 @@ }, "devDependencies": { "@jspsych/config": "^3.0.0", - "@lookit/record": "^0.0.3", - "@lookit/surveys": "^0.0.3", + "@lookit/record": "^0.0.4", + "@lookit/surveys": "^0.0.4", "rollup-plugin-scss": "^4.0.0", "sass": "^1.78.0", "trash-cli": "^5.0.0" diff --git a/packages/surveys/CHANGELOG.md b/packages/surveys/CHANGELOG.md index 57ad507..45289a0 100644 --- a/packages/surveys/CHANGELOG.md +++ b/packages/surveys/CHANGELOG.md @@ -1,5 +1,14 @@ # @lookit/surveys +## 0.0.4 + +### Patch Changes + +- b111054: Update rollup config to hide known circular warnings +- Updated dependencies [b111054] +- Updated dependencies [888be3d] + - @lookit/data@0.0.4 + ## 0.0.3 ### Patch Changes diff --git a/packages/surveys/package.json b/packages/surveys/package.json index 191f53c..95b5f9a 100644 --- a/packages/surveys/package.json +++ b/packages/surveys/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/surveys", - "version": "0.0.3", + "version": "0.0.4", "description": "A survey plugin for lookit studies.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -26,7 +26,7 @@ }, "dependencies": { "@jspsych/plugin-survey": "^2.0.0", - "@lookit/data": "^0.0.3", + "@lookit/data": "^0.0.4", "dompurify": "^3.0.11", "marked": "^12.0.1", "survey-jquery": "^1.9.136"