Skip to content

Commit

Permalink
chore(release): version packages (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2024
1 parent ea906a9 commit 155cb65
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-bobcats-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-schools-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-phones-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-cobras-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-guests-think.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/yellow-papayas-shop.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/record/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@lookit/data": "^0.1.0",
"@lookit/templates": "^1.0.0",
"@lookit/templates": "^1.1.0",
"jspsych": "^8.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lookit/style",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/surveys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/surveys/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"@lookit/data": "^0.1.0",
"@lookit/templates": "^1.0.0",
"@lookit/templates": "^1.1.0",
"jspsych": "^8.0.2"
}
}
11 changes: 11 additions & 0 deletions packages/templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 155cb65

Please sign in to comment.