From 977f37723672dab2404aa5e38abbd423e803e5c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Apr 2022 18:22:24 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/funny-beans-talk.md | 11 ----------- docs/demos/jspsych-virtual-chinrest-demo1.html | 2 +- docs/demos/jspsych-virtual-chinrest-demo2.html | 2 +- docs/demos/jspsych-virtual-chinrest-demo3.html | 2 +- package-lock.json | 2 +- packages/plugin-virtual-chinrest/CHANGELOG.md | 18 +++++++++++++----- packages/plugin-virtual-chinrest/package.json | 2 +- 7 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 .changeset/funny-beans-talk.md diff --git a/.changeset/funny-beans-talk.md b/.changeset/funny-beans-talk.md deleted file mode 100644 index b1bb0a6e..00000000 --- a/.changeset/funny-beans-talk.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@jspsych/plugin-virtual-chinrest": major ---- - -Several changes to this plugin: - -* Removed dependency on svg.js -* Added a reset between each blind spot measurement for clarity -* Moved starting location of square and dot to right edge of screen for maximum compatibility with large viewing distances -* Makes image of credit card optional -* Refactored code \ No newline at end of file diff --git a/docs/demos/jspsych-virtual-chinrest-demo1.html b/docs/demos/jspsych-virtual-chinrest-demo1.html index e6f64fa8..4df4ccc7 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo1.html +++ b/docs/demos/jspsych-virtual-chinrest-demo1.html @@ -5,7 +5,7 @@ - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo2.html b/docs/demos/jspsych-virtual-chinrest-demo2.html index 60210806..52698703 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo2.html +++ b/docs/demos/jspsych-virtual-chinrest-demo2.html @@ -5,7 +5,7 @@ - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo3.html b/docs/demos/jspsych-virtual-chinrest-demo3.html index 840f43e4..804ff81c 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo3.html +++ b/docs/demos/jspsych-virtual-chinrest-demo3.html @@ -5,7 +5,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 4643a6e0..724bcdce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16170,7 +16170,7 @@ }, "packages/plugin-virtual-chinrest": { "name": "@jspsych/plugin-virtual-chinrest", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-virtual-chinrest/CHANGELOG.md b/packages/plugin-virtual-chinrest/CHANGELOG.md index afc52800..36aeac13 100644 --- a/packages/plugin-virtual-chinrest/CHANGELOG.md +++ b/packages/plugin-virtual-chinrest/CHANGELOG.md @@ -1,21 +1,29 @@ # @jspsych/plugin-virtual-chinrest -## 1.0.0 +## 2.0.0 + ### Major Changes +- [#2577](https://github.com/jspsych/jsPsych/pull/2577) [`99bf2924`](https://github.com/jspsych/jsPsych/commit/99bf2924be729a9213688bf435e2a73a184f6a3b) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Several changes to this plugin: + - Removed dependency on svg.js + - Added a reset between each blind spot measurement for clarity + - Moved starting location of square and dot to right edge of screen for maximum compatibility with large viewing distances + - Makes image of credit card optional + - Refactored code + +## 1.0.0 + +### Major Changes - [#2183](https://github.com/jspsych/jsPsych/pull/2183) [`c8760b1`](https://github.com/jspsych/jsPsych/commit/c8760b19483453b0e77dc98e464e1629b5605a15) Thanks [@jodeleeuw](https://github.com/jodeleeuw), [@becky-gilbert](https://github.com/becky-gilbert), [@bjoluc](https://github.com/bjoluc)! - **jsPsych is now fully modular, with individual NPM packages for the core library, plugins, and extensions.** - + To support this change, we've made a number of breaking changes. We've added [a guide for migrating from version 6.x to 7.x](https://www.jspsych.org/7.0/support/migration-v7/) to the documentation, and updated the [hello world tutorial](https://www.jspsych.org/7.0/tutorials/hello-world/) with instructions for configuring jsPsych in three different ways. In addition to enabling package management, some of the benefits that this change provides include an improved developer experience with IntelliSense code hints, proper encapsulation of jsPsych so that multiple instances can be run on the same page, and easier integration with modern JavaScript tools like bundlers. ### Minor Changes - - - [#2129](https://github.com/jspsych/jsPsych/pull/2129) [`f37f64a`](https://github.com/jspsych/jsPsych/commit/f37f64ac61ca4d934bf19a4dd15c9370ac4c2a8e) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - All duration measurements, including response times, are now rounded to the nearest millisecond. We changed this because the precision that `performance.now()` generates is misleading in this context and removing the (often very long) decimal component of the measurement will save space in the data files. - ### Patch Changes - Updated dependencies [[`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2)]: diff --git a/packages/plugin-virtual-chinrest/package.json b/packages/plugin-virtual-chinrest/package.json index f09c0d1a..af75c274 100644 --- a/packages/plugin-virtual-chinrest/package.json +++ b/packages/plugin-virtual-chinrest/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-virtual-chinrest", - "version": "1.0.0", + "version": "2.0.0", "description": "virtual chinrest plugin for jsPsych", "type": "module", "main": "dist/index.cjs",