chore(release): version packages

This commit is contained in:
github-actions[bot] 2022-04-08 18:22:24 +00:00
parent 5d3d243017
commit 977f377236
7 changed files with 18 additions and 21 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -5,7 +5,7 @@
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

2
package-lock.json generated
View File

@ -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",

View File

@ -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)]:

View File

@ -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",