Skip to content

Commit

Permalink
chore(release): version packages (#47)
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 Oct 10, 2024
1 parent 171a96c commit 8a53238
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tips-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-deers-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-trees-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-toes-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-trees-dream.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stupid-forks-wave.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @lookit/data

## 0.0.2

### Patch Changes

- f2cd2a8: Update AWS environment variable names to avoid naming conflicts with
RecordRTC AWS variables.
- 07ce665: Update code formatting
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lookit/data",
"version": "0.0.1",
"version": "0.0.2",
"description": "This is a JS implementation of lookit's RESTful API.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/lookit-initjspsych/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lookit/lookit-initjspsych

## 0.0.2

### Patch Changes

- 07ce665: Update code formatting
- Updated dependencies [f2cd2a8]
- Updated dependencies [07ce665]
- @lookit/data@0.0.2

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lookit-initjspsych/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lookit/lookit-initjspsych",
"version": "0.0.1",
"version": "0.0.2",
"description": "This package overloads jsPsych's init function.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lookit/data": "0.0.1"
"@lookit/data": "0.0.2"
},
"devDependencies": {
"@jspsych/config": "^2.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @lookit/record

## 0.0.2

### Patch Changes

- 07ce665: Replace MustacheJS with Handlebars
- b729922: Add consent video trial
- 506afd8: Added a few tests for coverage.
- 07ce665: Add remaining translations
- 07ce665: Update code formatting
- Updated dependencies [f2cd2a8]
- Updated dependencies [07ce665]
- @lookit/data@0.0.2
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": "0.0.1",
"version": "0.0.2",
"description": "Recording extensions and plugins for CHS studies.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@lookit/data": "^0.0.1",
"@lookit/data": "^0.0.2",
"jspsych": "^8.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @lookit/style

## 0.0.2

### Patch Changes

- b729922: Add consent video trial
- 07ce665: Update code formatting
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.1",
"version": "0.0.2",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -18,8 +18,8 @@
},
"devDependencies": {
"@jspsych/config": "^3.0.0",
"@lookit/record": "^0.0.1",
"@lookit/surveys": "^0.0.1",
"@lookit/record": "^0.0.2",
"@lookit/surveys": "^0.0.2",
"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
@@ -0,0 +1,11 @@
# @lookit/surveys

## 0.0.2

### Patch Changes

- 506afd8: Added a few tests for coverage.
- 07ce665: Update code formatting
- Updated dependencies [f2cd2a8]
- Updated dependencies [07ce665]
- @lookit/data@0.0.2
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": "0.0.1",
"version": "0.0.2",
"description": "A survey plugin for lookit studies.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@jspsych/plugin-survey": "^2.0.0",
"@lookit/data": "^0.0.1",
"@lookit/data": "^0.0.2",
"dompurify": "^3.0.11",
"marked": "^12.0.1",
"survey-jquery": "^1.9.136"
Expand Down

0 comments on commit 8a53238

Please sign in to comment.