From c1e120297d68ed07d092558be810d1ecd822182a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Feb 2024 22:01:02 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/twenty-tomatoes-sparkle.md | 5 ----- package-lock.json | 3 ++- packages/plugin-survey-number/CHANGELOG.md | 7 +++++++ packages/plugin-survey-number/package.json | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/twenty-tomatoes-sparkle.md create mode 100644 packages/plugin-survey-number/CHANGELOG.md diff --git a/.changeset/twenty-tomatoes-sparkle.md b/.changeset/twenty-tomatoes-sparkle.md deleted file mode 100644 index c6c9de19..00000000 --- a/.changeset/twenty-tomatoes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-survey-number": major ---- - -New plugin for displaying a survey question and getting a numeric response diff --git a/package-lock.json b/package-lock.json index 5046257c..12f2a1d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17827,7 +17827,8 @@ } }, "packages/plugin-survey-number": { - "version": "0.0.1", + "name": "@jspsych-contrib/plugin-survey-number", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^2.0.0", diff --git a/packages/plugin-survey-number/CHANGELOG.md b/packages/plugin-survey-number/CHANGELOG.md new file mode 100644 index 00000000..4dd23d61 --- /dev/null +++ b/packages/plugin-survey-number/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych-contrib/plugin-survey-number + +## 1.0.0 + +### Major Changes + +- [#99](https://github.com/jspsych/jspsych-contrib/pull/99) [`1a9e0aef5121aa1c8dd68d255b1394a24bdf3202`](https://github.com/jspsych/jspsych-contrib/commit/1a9e0aef5121aa1c8dd68d255b1394a24bdf3202) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - New plugin for displaying a survey question and getting a numeric response diff --git a/packages/plugin-survey-number/package.json b/packages/plugin-survey-number/package.json index b4838680..a91c4ff4 100644 --- a/packages/plugin-survey-number/package.json +++ b/packages/plugin-survey-number/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-survey-number", - "version": "0.0.1", + "version": "1.0.0", "description": "Collects a number response in a text box", "type": "module", "main": "dist/index.cjs",