Skip to content

Commit

Permalink
Merge pull request #16 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
cherriechang authored Sep 6, 2024
2 parents 0ca62f4 + 5b16a4d commit bfe8aa3
Show file tree
Hide file tree
Showing 15 changed files with 160 additions and 148 deletions.
9 changes: 0 additions & 9 deletions .changeset/shiny-shirts-walk.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/soft-chicken-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-penguins-stare.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tasty-phones-warn.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.1.0

### Minor Changes

- d6a0e3b: upgrade jspsych depedencies to v8
- 0de5056: update all jspsych dependencies to v8
- 0b18198: upgrade to use jspsych v8
74 changes: 37 additions & 37 deletions packages/arrow-flanker/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@jspsych-timelines/arrow-flanker",
"version": "0.0.1",
"description": "Arrow flanker task for jsPsych",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineArrowFlankerTask"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "Josh de Leeuw",
"url": "https://github.com/jodeleeuw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/arrow-flanker#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {
"@jspsych/plugin-html-keyboard-response": "^2.0.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.5.4"
}
}
"name": "@jspsych-timelines/arrow-flanker",
"version": "0.1.0",
"description": "Arrow flanker task for jsPsych",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineArrowFlankerTask"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "Josh de Leeuw",
"url": "https://github.com/jodeleeuw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/arrow-flanker#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {
"@jspsych/plugin-html-keyboard-response": "^2.0.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.5.4"
}
}
9 changes: 9 additions & 0 deletions packages/false-memory-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @jspsych-timelines/false-memory-task

## 0.1.0

### Minor Changes

- d6a0e3b: upgrade jspsych depedencies to v8
- 0de5056: update all jspsych dependencies to v8
- 0b18198: upgrade to use jspsych v8
2 changes: 1 addition & 1 deletion packages/false-memory-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-timelines/false-memory-task",
"version": "0.0.1",
"version": "0.1.0",
"description": "False memory task for jsPsych",
"type": "module",
"main": "dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/spatial-cueing-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @jspsych-timelines/spatial-cueing-task

## 0.1.0

### Minor Changes

- d6a0e3b: upgrade jspsych depedencies to v8
- 0de5056: update all jspsych dependencies to v8
- abfa815: add spatial cueing task package
- 0b18198: upgrade to use jspsych v8
71 changes: 35 additions & 36 deletions packages/spatial-cueing-task/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"name": "@jspsych-timelines/spatial-cueing-task",
"version": "0.0.1",
"description": "A shareable timeline of the Posner spatial cueing task.",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineSpatialCueingTask"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "Cherrie Chang",
"url": "https://github.com/cchang-vassar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/spatial-cueing-task#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}
"name": "@jspsych-timelines/spatial-cueing-task",
"version": "0.1.0",
"description": "A shareable timeline of the Posner spatial cueing task.",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineSpatialCueingTask"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "Cherrie Chang",
"url": "https://github.com/cchang-vassar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/spatial-cueing-task#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}
9 changes: 9 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @jspsych-timelines/test

## 0.1.0

### Minor Changes

- d6a0e3b: upgrade jspsych depedencies to v8
- 0de5056: update all jspsych dependencies to v8
- 0b18198: upgrade to use jspsych v8
71 changes: 35 additions & 36 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"name": "@jspsych-timelines/test",
"version": "0.0.1",
"description": "test",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.browser.min.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "me",
"url": ""
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/test#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {
},
"devDependencies": {
"tsup": "^6.7.0",
"typescript": "^5.0.2"
}
}
"name": "@jspsych-timelines/test",
"version": "0.1.0",
"description": "test",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.browser.min.js",
"scripts": {
"build": "tsup src/index.ts --format esm,iife --sourcemap --dts --treeshake --clean --global-name jsPsychTimelineTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jspsych-timelines.git"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "me",
"url": ""
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-timelines/issues"
},
"homepage": "https://github.com/jspsych/jspsych-timelines/packages/test#readme",
"peerDependencies": {
"jspsych": "^8.0.1"
},
"dependencies": {},
"devDependencies": {
"tsup": "^6.7.0",
"typescript": "^5.0.2"
}
}
9 changes: 9 additions & 0 deletions templates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @jspsych-timelines/cli

## 0.1.0

### Minor Changes

- d6a0e3b: upgrade jspsych depedencies to v8
- 0de5056: update all jspsych dependencies to v8
- 0b18198: upgrade to use jspsych v8
2 changes: 1 addition & 1 deletion templates/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-timelines/cli",
"version": "0.0.1",
"version": "0.1.0",
"description": "CLI tool for creating new timeline templates",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit bfe8aa3

Please sign in to comment.