From 19ace5bd2dadaac0650b31c2851465369521a783 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:10:13 -0400 Subject: [PATCH] chore(release): version packages (#67) Co-authored-by: github-actions[bot] --- .changeset/cold-chairs-confess.md | 5 ----- .changeset/early-seahorses-brush.md | 6 ------ .changeset/large-rabbits-matter.md | 6 ------ .changeset/moody-points-cheat.md | 7 ------- .changeset/nice-hats-sing.md | 9 --------- .changeset/rotten-cars-swim.md | 6 ------ .changeset/shaggy-toes-swim.md | 6 ------ .changeset/silver-pigs-develop.md | 5 ----- .changeset/strange-bottles-invent.md | 6 ------ 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 | 23 +++++++++++++++++++++++ packages/record/package.json | 6 +++--- packages/style/CHANGELOG.md | 8 ++++++++ packages/style/package.json | 6 +++--- packages/surveys/CHANGELOG.md | 9 +++++++++ packages/surveys/package.json | 4 ++-- packages/templates/CHANGELOG.md | 13 +++++++++++++ packages/templates/package.json | 4 ++-- 21 files changed, 82 insertions(+), 69 deletions(-) delete mode 100644 .changeset/cold-chairs-confess.md delete mode 100644 .changeset/early-seahorses-brush.md delete mode 100644 .changeset/large-rabbits-matter.md delete mode 100644 .changeset/moody-points-cheat.md delete mode 100644 .changeset/nice-hats-sing.md delete mode 100644 .changeset/rotten-cars-swim.md delete mode 100644 .changeset/shaggy-toes-swim.md delete mode 100644 .changeset/silver-pigs-develop.md delete mode 100644 .changeset/strange-bottles-invent.md create mode 100644 packages/templates/CHANGELOG.md diff --git a/.changeset/cold-chairs-confess.md b/.changeset/cold-chairs-confess.md deleted file mode 100644 index 001ffbdc..00000000 --- a/.changeset/cold-chairs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lookit/style": patch ---- - -Update consent trial style diff --git a/.changeset/early-seahorses-brush.md b/.changeset/early-seahorses-brush.md deleted file mode 100644 index 7eefaca5..00000000 --- a/.changeset/early-seahorses-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/templates": patch -"@lookit/record": patch ---- - -Move translations and video consent templates to new templates package. diff --git a/.changeset/large-rabbits-matter.md b/.changeset/large-rabbits-matter.md deleted file mode 100644 index 804b881e..00000000 --- a/.changeset/large-rabbits-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/templates": patch -"@lookit/record": patch ---- - -Add ability to select specific video consent template. diff --git a/.changeset/moody-points-cheat.md b/.changeset/moody-points-cheat.md deleted file mode 100644 index a88c15ce..00000000 --- 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 99cea7dd..00000000 --- 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/rotten-cars-swim.md b/.changeset/rotten-cars-swim.md deleted file mode 100644 index da1a0d91..00000000 --- a/.changeset/rotten-cars-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/record": patch ---- - -Change video file names to match existing format, and to pass necessary info to -AWS Lambda for saving video files to database. diff --git a/.changeset/shaggy-toes-swim.md b/.changeset/shaggy-toes-swim.md deleted file mode 100644 index f8968923..00000000 --- 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 ff75539f..00000000 --- a/.changeset/silver-pigs-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lookit/record": patch ---- - -Unmute playback of recorded consent video. diff --git a/.changeset/strange-bottles-invent.md b/.changeset/strange-bottles-invent.md deleted file mode 100644 index 9774fea1..00000000 --- a/.changeset/strange-bottles-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/templates": patch -"@lookit/record": patch ---- - -Add Garden's consent template diff --git a/packages/data/CHANGELOG.md b/packages/data/CHANGELOG.md index 1cec618a..c40eb7a2 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 f0bc3fc1..731b5473 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 d0f698e0..6f298286 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 76294860..dda16425 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 36ba349e..563b61ff 100644 --- a/packages/record/CHANGELOG.md +++ b/packages/record/CHANGELOG.md @@ -1,5 +1,28 @@ # @lookit/record +## 0.0.4 + +### Patch Changes + +- bb6754c: Move translations and video consent templates to new templates + package. +- c879e6a: Add ability to select specific video consent template. +- 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 +- 2a3ce6d: Change video file names to match existing format, and to pass + necessary info to AWS Lambda for saving video files to database. +- 496b62d: Unmute playback of recorded consent video. +- 9385555: Add Garden's consent template +- Updated dependencies [bb6754c] +- Updated dependencies [c879e6a] +- Updated dependencies [b111054] +- Updated dependencies [888be3d] +- Updated dependencies [9385555] + - @lookit/templates@0.0.1 + - @lookit/data@0.0.4 + ## 0.0.3 ### Patch Changes diff --git a/packages/record/package.json b/packages/record/package.json index df3deee3..f7801347 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,8 +46,8 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@lookit/data": "^0.0.3", - "@lookit/templates": "^0.0.0", + "@lookit/data": "^0.0.4", + "@lookit/templates": "^0.0.1", "jspsych": "^8.0.2" } } diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index a82abcd2..4a765d3e 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -1,5 +1,13 @@ # @lookit/style +## 0.0.4 + +### Patch Changes + +- 9385555: Update consent trial style +- 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 422ca5da..6cca9ae8 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": "^2.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 57ad5070..45289a04 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 191f53cb..95b5f9ab 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" diff --git a/packages/templates/CHANGELOG.md b/packages/templates/CHANGELOG.md new file mode 100644 index 00000000..7a7a3b49 --- /dev/null +++ b/packages/templates/CHANGELOG.md @@ -0,0 +1,13 @@ +# @lookit/templates + +## 0.0.1 + +### Patch Changes + +- bb6754c: Move translations and video consent templates to new templates + package. +- c879e6a: Add ability to select specific video consent template. +- 9385555: Add Garden's consent template +- Updated dependencies [b111054] +- Updated dependencies [888be3d] + - @lookit/data@0.0.4 diff --git a/packages/templates/package.json b/packages/templates/package.json index eb3c558d..c8ff72c6 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/templates", - "version": "0.0.0", + "version": "0.0.1", "description": "CHS jsPsych trial templates and their translations", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -31,7 +31,7 @@ "rollup-plugin-polyfill-node": "^0.13.0" }, "peerDependencies": { - "@lookit/data": "^0.0.3", + "@lookit/data": "^0.0.4", "jspsych": "^8.0.2" } }