diff --git a/.changeset/rich-lions-deliver.md b/.changeset/rich-lions-deliver.md deleted file mode 100644 index 5474bc4..0000000 --- a/.changeset/rich-lions-deliver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@jspsych/new-extension": patch -"@jspsych/new-timeline": patch -"@jspsych/new-plugin": patch ---- - -This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively. diff --git a/packages/new-extension/CHANGELOG.md b/packages/new-extension/CHANGELOG.md index 63de978..919dac3 100644 --- a/packages/new-extension/CHANGELOG.md +++ b/packages/new-extension/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/new-extension +## 0.0.3 + +### Patch Changes + +- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively. + ## 0.0.2 ### Patch Changes diff --git a/packages/new-extension/package.json b/packages/new-extension/package.json index a62fe64..ff71003 100644 --- a/packages/new-extension/package.json +++ b/packages/new-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/new-extension", - "version": "0.0.2", + "version": "0.0.3", "description": "CLI tool to create new jsPsych extensions", "type": "module", "bin": "./src/cli.js", diff --git a/packages/new-plugin/CHANGELOG.md b/packages/new-plugin/CHANGELOG.md index 4cbd0f5..0172427 100644 --- a/packages/new-plugin/CHANGELOG.md +++ b/packages/new-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/new-plugin +## 0.0.7 + +### Patch Changes + +- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively. + ## 0.0.6 ### Patch Changes diff --git a/packages/new-plugin/package.json b/packages/new-plugin/package.json index 8e0ba84..0f78129 100644 --- a/packages/new-plugin/package.json +++ b/packages/new-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/new-plugin", - "version": "0.0.6", + "version": "0.0.7", "description": "CLI tool to create new jsPsych plugins", "type": "module", "bin": "./src/cli.js", diff --git a/packages/new-timeline/CHANGELOG.md b/packages/new-timeline/CHANGELOG.md index 5f9c2a5..64f33b3 100644 --- a/packages/new-timeline/CHANGELOG.md +++ b/packages/new-timeline/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych-timelines/new-timeline +## 0.0.4 + +### Patch Changes + +- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively. + ## 0.0.3 ### Patch Changes diff --git a/packages/new-timeline/package.json b/packages/new-timeline/package.json index fa080de..7437336 100644 --- a/packages/new-timeline/package.json +++ b/packages/new-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/new-timeline", - "version": "0.0.3", + "version": "0.0.4", "description": "CLI tool for creating new jsPsych timelines", "type": "module", "bin": "./src/cli.js",