Skip to content

Commit

Permalink
Version Packages (#3283)
Browse files Browse the repository at this point in the history
* chore(release): version packages

* edit changelog text: survey JSON is object, not string

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Becky Gilbert <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2024
1 parent 6d99a71 commit 02a76d1
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-pillows-collect.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

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

## 1.0.0

### Major Changes

- [#3204](https://github.com/jspsych/jsPsych/pull/3204) [`6d99a71f`](https://github.com/jspsych/jsPsych/commit/6d99a71fb19365ba4a968aaa5025a6b7dbb23135) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - To take advantage of all of the SurveyJS features, we have re-written the survey plugin so that it now takes a SurveyJS-compatible JavaScript/JSON object ('survey_json') and/or a SurveyJS-compatible function ('survey_function') that manipulates a SurveyJS model. This is a breaking change. See the jsPsych Survey Plugin page for documentation and examples: https://www.jspsych.org/latest/plugins/survey/. More details about creating the SurveyJS JSON configuration and functions can be found on their website: https://surveyjs.io/form-library/documentation/design-survey/create-a-simple-survey#create-a-survey-model.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -103008,4 +103008,4 @@ var jsPsychSurvey = (function (jspsych) {

return SurveyPlugin;
})(jsPsychModule);
//# sourceMappingURL=index.browser.js.map
//# sourceMappingURL=https://unpkg.com/@jspsych/[email protected]/dist/index.browser.js.map
2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.browser.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -74284,4 +74284,4 @@ var jsPsychSurvey = (function (e) {
})();
return (P.info = x), P;
})(jsPsychModule);
//# sourceMappingURL=index.browser.min.js.map
//# sourceMappingURL=https://unpkg.com/@jspsych/[email protected]/dist/index.browser.min.js.map
2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.browser.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-survey/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-survey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-survey",
"version": "0.2.2",
"version": "1.0.0",
"description": "A jsPsych plugin for complex surveys",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 02a76d1

Please sign in to comment.