Skip to content

Commit

Permalink
chore(release): version packages (#91)
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 29, 2024
1 parent ec2fdec commit e2ec426
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-horses-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-drinks-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-grapes-peel.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 9605ac4: Move AWS secrets for video uploading from .env to lookit-api.

## 0.0.5

### Patch Changes
Expand Down
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.5",
"version": "0.1.0",
"description": "This is a JS implementation of lookit's RESTful API.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lookit-initjspsych/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lookit/lookit-initjspsych

## 1.0.0

### Patch Changes

- ec2fdec: Moved @lookit/data to peer dependency.
- Updated dependencies [9605ac4]
- @lookit/data@0.1.0

## 0.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.5",
"version": "1.0.0",
"description": "This package overloads jsPsych's init function.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@jspsych/config": "^2.0.0"
},
"peerDependencies": {
"@lookit/data": "^0.0.5",
"@lookit/data": "^0.1.0",
"jspsych": "^8.0.2"
},
"optionalDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lookit/record

## 1.0.0

### Patch Changes

- Updated dependencies [9605ac4]
- @lookit/data@0.1.0
- @lookit/templates@1.0.0

## 0.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "1.0.0",
"description": "Recording extensions and plugins for CHS studies.",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@lookit/data": "^0.0.5",
"@lookit/templates": "^0.0.2",
"@lookit/data": "^0.1.0",
"@lookit/templates": "^1.0.0",
"jspsych": "^8.0.2"
}
}
6 changes: 6 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lookit/style

## 0.0.5

### Patch Changes

- ec2fdec: Update consent video style

## 0.0.4

### 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.4",
"version": "0.0.5",
"description": "",
"license": "ISC",
"author": "",
Expand All @@ -18,8 +18,8 @@
},
"devDependencies": {
"@jspsych/config": "^2.0.0",
"@lookit/record": "^0.0.5",
"@lookit/surveys": "^0.0.5",
"@lookit/record": "^1.0.0",
"@lookit/surveys": "^1.0.0",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.78.0",
"trash-cli": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/surveys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lookit/surveys

## 1.0.0

### Patch Changes

- ec2fdec: Moved @lookit/data to peer dependency.
- Updated dependencies [9605ac4]
- @lookit/data@0.1.0

## 0.0.5

### 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": "0.0.5",
"version": "1.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 @@
"@types/dompurify": "^3.0.5"
},
"peerDependencies": {
"@lookit/data": "^0.0.5",
"@lookit/data": "^0.1.0",
"jspsych": "^8.0.2"
}
}
7 changes: 7 additions & 0 deletions packages/templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lookit/templates

## 1.0.0

### Patch Changes

- Updated dependencies [9605ac4]
- @lookit/data@0.1.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lookit/templates",
"version": "0.0.2",
"version": "1.0.0",
"description": "CHS jsPsych trial templates and their translations",
"homepage": "https://github.com/lookit/lookit-jspsych#readme",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"peerDependencies": {
"@lookit/data": "^0.0.5",
"@lookit/data": "^0.1.0",
"jspsych": "^8.0.2"
}
}

0 comments on commit e2ec426

Please sign in to comment.