mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00

* Setup changesets and the changesets GH action * Lower package versions so changesets can bump them * Add changesets for all changes on the `modularization` branch Co-authored-by: Josh de Leeuw <josh.deleeuw@gmail.com> Co-authored-by: Becky Gilbert <beckyannegilbert@gmail.com>
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "jspsych/jsPsych" }],
|
|
"commit": false,
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "changeset-setup",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|