diff --git a/.changeset/khaki-bobcats-pump.md b/.changeset/khaki-bobcats-pump.md deleted file mode 100644 index fd118139..00000000 --- a/.changeset/khaki-bobcats-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lookit/surveys": patch ---- - -Set SurveyJS Locale to trial's locale parameter. diff --git a/.changeset/large-schools-talk.md b/.changeset/large-schools-talk.md deleted file mode 100644 index e244aa85..00000000 --- a/.changeset/large-schools-talk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/record": patch -"@lookit/style": patch ---- - -Change the webcam display to mirror the participant. diff --git a/.changeset/purple-phones-count.md b/.changeset/purple-phones-count.md deleted file mode 100644 index e9cbd7c8..00000000 --- a/.changeset/purple-phones-count.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/surveys": patch -"@lookit/record": patch ---- - -Documentation update: add/modify locale parameter documentation. diff --git a/.changeset/shy-cobras-flow.md b/.changeset/shy-cobras-flow.md deleted file mode 100644 index 306f536b..00000000 --- a/.changeset/shy-cobras-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/templates": patch -"@lookit/surveys": patch ---- - -Add localization to the exit survey trial diff --git a/.changeset/wet-guests-think.md b/.changeset/wet-guests-think.md deleted file mode 100644 index af40ccb4..00000000 --- a/.changeset/wet-guests-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lookit/record": patch ---- - -Update video consent template options in documentation. diff --git a/.changeset/yellow-papayas-shop.md b/.changeset/yellow-papayas-shop.md deleted file mode 100644 index 82b2f2b8..00000000 --- a/.changeset/yellow-papayas-shop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@lookit/templates": minor -"@lookit/record": minor -"@lookit/style": patch ---- - -Adds support for translation and an optional locale parameter to the -VideoConfigPlugin and StopRecordPlugin in the record packages. diff --git a/packages/record/CHANGELOG.md b/packages/record/CHANGELOG.md index 3fceed08..695db98e 100644 --- a/packages/record/CHANGELOG.md +++ b/packages/record/CHANGELOG.md @@ -1,5 +1,21 @@ # @lookit/record +## 2.0.0 + +### Minor Changes + +- 1118fc7: Adds support for translation and an optional locale parameter to the + VideoConfigPlugin and StopRecordPlugin in the record packages. + +### Patch Changes + +- 1a7d73e: Change the webcam display to mirror the participant. +- bbdac4a: Documentation update: add/modify locale parameter documentation. +- 4df1e26: Update video consent template options in documentation. +- Updated dependencies [c678107] +- Updated dependencies [1118fc7] + - @lookit/templates@1.1.0 + ## 1.0.0 ### Patch Changes diff --git a/packages/record/package.json b/packages/record/package.json index 1aef539c..e64d11f8 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/record", - "version": "1.0.0", + "version": "2.0.0", "description": "Recording extensions and plugins for CHS studies.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -42,7 +42,7 @@ }, "peerDependencies": { "@lookit/data": "^0.1.0", - "@lookit/templates": "^1.0.0", + "@lookit/templates": "^1.1.0", "jspsych": "^8.0.2" } } diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 55a32b9d..88203b68 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -1,5 +1,13 @@ # @lookit/style +## 0.0.6 + +### Patch Changes + +- 1a7d73e: Change the webcam display to mirror the participant. +- 1118fc7: Adds support for translation and an optional locale parameter to the + VideoConfigPlugin and StopRecordPlugin in the record packages. + ## 0.0.5 ### Patch Changes diff --git a/packages/style/package.json b/packages/style/package.json index 5dedb2ae..5c81be77 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/style", - "version": "0.0.5", + "version": "0.0.6", "description": "", "license": "ISC", "author": "", @@ -18,8 +18,8 @@ }, "devDependencies": { "@jspsych/config": "^2.0.0", - "@lookit/record": "^1.0.0", - "@lookit/surveys": "^1.0.0", + "@lookit/record": "^2.0.0", + "@lookit/surveys": "^2.0.0", "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 6bf54e0b..37bc9f3d 100644 --- a/packages/surveys/CHANGELOG.md +++ b/packages/surveys/CHANGELOG.md @@ -1,5 +1,16 @@ # @lookit/surveys +## 2.0.0 + +### Patch Changes + +- c678107: Set SurveyJS Locale to trial's locale parameter. +- bbdac4a: Documentation update: add/modify locale parameter documentation. +- c678107: Add localization to the exit survey trial +- Updated dependencies [c678107] +- Updated dependencies [1118fc7] + - @lookit/templates@1.1.0 + ## 1.0.0 ### Patch Changes diff --git a/packages/surveys/package.json b/packages/surveys/package.json index 7b5e7c0e..ce376777 100644 --- a/packages/surveys/package.json +++ b/packages/surveys/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/surveys", - "version": "1.0.0", + "version": "2.0.0", "description": "A survey plugin for lookit studies.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": { @@ -35,7 +35,7 @@ }, "peerDependencies": { "@lookit/data": "^0.1.0", - "@lookit/templates": "^1.0.0", + "@lookit/templates": "^1.1.0", "jspsych": "^8.0.2" } } diff --git a/packages/templates/CHANGELOG.md b/packages/templates/CHANGELOG.md index f7fd7eee..4e7255f5 100644 --- a/packages/templates/CHANGELOG.md +++ b/packages/templates/CHANGELOG.md @@ -1,5 +1,16 @@ # @lookit/templates +## 1.1.0 + +### Minor Changes + +- 1118fc7: Adds support for translation and an optional locale parameter to the + VideoConfigPlugin and StopRecordPlugin in the record packages. + +### Patch Changes + +- c678107: Add localization to the exit survey trial + ## 1.0.0 ### Patch Changes diff --git a/packages/templates/package.json b/packages/templates/package.json index 6911066a..d27c9a04 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/templates", - "version": "1.0.0", + "version": "1.1.0", "description": "CHS jsPsych trial templates and their translations", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": {