From b3760e94fb4861388aeab7fe2054fe770efbaf71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Dec 2021 16:58:07 +0000 Subject: [PATCH 1/2] chore(release): version packages --- .changeset/heavy-terms-design.md | 5 ----- packages/plugin-survey/CHANGELOG.md | 9 +++++++-- packages/plugin-survey/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .changeset/heavy-terms-design.md diff --git a/.changeset/heavy-terms-design.md b/.changeset/heavy-terms-design.md deleted file mode 100644 index a01d1464..00000000 --- a/.changeset/heavy-terms-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-survey": patch ---- - -Added the CSS folder to package.json so that it will be included. diff --git a/packages/plugin-survey/CHANGELOG.md b/packages/plugin-survey/CHANGELOG.md index 1070865a..d92e8b77 100644 --- a/packages/plugin-survey/CHANGELOG.md +++ b/packages/plugin-survey/CHANGELOG.md @@ -1,10 +1,15 @@ # @jspsych/plugin-survey +## 0.1.1 + +### Patch Changes + +- [#2370](https://github.com/jspsych/jsPsych/pull/2370) [`04f362af`](https://github.com/jspsych/jsPsych/commit/04f362afe82428888e9dbe64bb131d3bf07dd947) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Added the CSS folder to package.json so that it will be included. + ## 0.1.0 + ### Minor Changes - - - [#2265](https://github.com/jspsych/jsPsych/pull/2265) [`d9dc2507`](https://github.com/jspsych/jsPsych/commit/d9dc25077136da98d04a4167d0d565011129d389) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - A plugin for presenting one or more pages with survey-type questions, such as multiple choice, multiple selection, free text responses, drop-down selection, and likert scale matrices. Provides options for response validation and question/option randomization. Uses the SurveyJS library: https://surveyjs.io/. diff --git a/packages/plugin-survey/package.json b/packages/plugin-survey/package.json index 4d3a998b..8b908300 100644 --- a/packages/plugin-survey/package.json +++ b/packages/plugin-survey/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey", - "version": "0.1.0", + "version": "0.1.1", "description": "A jsPsych plugin for complex surveys", "type": "module", "main": "dist/index.cjs", From 8c2f3c9cfa0adf6592a87bffd69c0533ec97b589 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 1 Dec 2021 12:03:03 -0500 Subject: [PATCH 2/2] update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index e542d961..f23f0189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16392,7 +16392,7 @@ }, "packages/plugin-survey": { "name": "@jspsych/plugin-survey", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "survey-knockout": "^1.8.78"