diff --git a/.changeset/clean-seals-behave.md b/.changeset/clean-seals-behave.md deleted file mode 100644 index cf06eafa..00000000 --- a/.changeset/clean-seals-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-survey-slider": patch ---- - -Added Survey Slider plugin diff --git a/.changeset/hungry-kangaroos-learn.md b/.changeset/hungry-kangaroos-learn.md deleted file mode 100644 index 74abebe9..00000000 --- a/.changeset/hungry-kangaroos-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-survey-slider": major ---- - -Added Survey-slider plugin (Major version this time) diff --git a/package-lock.json b/package-lock.json index 350a4b70..f6ae9ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17844,7 +17844,8 @@ } }, "packages/plugin-survey-slider": { - "version": "0.0.1", + "name": "@jspsych-contrib/plugin-survey-slider", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^2.0.0", diff --git a/packages/plugin-survey-slider/CHANGELOG.md b/packages/plugin-survey-slider/CHANGELOG.md new file mode 100644 index 00000000..0d43e16f --- /dev/null +++ b/packages/plugin-survey-slider/CHANGELOG.md @@ -0,0 +1,11 @@ +# @jspsych-contrib/plugin-survey-slider + +## 1.0.0 + +### Major Changes + +- [#105](https://github.com/jspsych/jspsych-contrib/pull/105) [`64aaa082e2ace645cbfcc0300b313192f2b09602`](https://github.com/jspsych/jspsych-contrib/commit/64aaa082e2ace645cbfcc0300b313192f2b09602) Thanks [@Max-Lovell](https://github.com/Max-Lovell)! - Added Survey-slider plugin (Major version this time) + +### Patch Changes + +- [#105](https://github.com/jspsych/jspsych-contrib/pull/105) [`82636997f4218824041badba9d670ab4c93f0e9a`](https://github.com/jspsych/jspsych-contrib/commit/82636997f4218824041badba9d670ab4c93f0e9a) Thanks [@Max-Lovell](https://github.com/Max-Lovell)! - Added Survey Slider plugin diff --git a/packages/plugin-survey-slider/package.json b/packages/plugin-survey-slider/package.json index 870d0178..a9271289 100644 --- a/packages/plugin-survey-slider/package.json +++ b/packages/plugin-survey-slider/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-survey-slider", - "version": "0.0.1", + "version": "1.0.0", "description": "Add several analogue scales on the same page for use in questionnaires", "type": "module", "main": "dist/index.cjs",