chore(release): version packages

This commit is contained in:
github-actions[bot] 2022-10-05 17:59:11 +00:00
parent e3e9d90346
commit 5d1cb0310d
11 changed files with 25 additions and 23 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/config": patch
---
Prevent rollup from relying on node internals in browser builds

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-cloze": minor
---
added `allow_blanks` as a field, allowing for completion checking of answers

View File

@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.1.2"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -3,7 +3,7 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.1.2"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">

View File

@ -3,8 +3,8 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -1,6 +1,6 @@
# cloze
Current version: 1.1.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md).
Current version: 1.2.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md).
This plugin displays a text with certain words omitted. Participants are asked to replace the missing items. Responses are recorded when clicking a button. Responses can be evaluated and a function is called in case of either differences or incomplete answers, making it possible to inform participants about mistakes before proceeding.
@ -29,7 +29,7 @@ In addition to the [default data collected by all plugins](../overview/plugins.m
Using the CDN-hosted JavaScript file:
```js
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.1.2"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.0"></script>
```
Using the JavaScript file downloaded from a GitHub release dist archive:

8
package-lock.json generated
View File

@ -16584,7 +16584,7 @@
},
"packages/config": {
"name": "@jspsych/config",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"dependencies": {
"@babel/cli": "7.17.10",
@ -16829,10 +16829,10 @@
},
"packages/plugin-cloze": {
"name": "@jspsych/plugin-cloze",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^1.3.0",
"@jspsych/config": "^1.3.2",
"@jspsych/test-utils": "^1.1.2"
},
"peerDependencies": {
@ -19335,7 +19335,7 @@
"@jspsych/plugin-cloze": {
"version": "file:packages/plugin-cloze",
"requires": {
"@jspsych/config": "^1.3.0",
"@jspsych/config": "^1.3.2",
"@jspsych/test-utils": "^1.1.2"
}
},

View File

@ -1,5 +1,11 @@
# @jspsych/config
## 1.3.2
### Patch Changes
- [`e3e9d903`](https://github.com/jspsych/jsPsych/commit/e3e9d903462663b694633cdf873accefda453961) Thanks [@bjoluc](https://github.com/bjoluc)! - Prevent rollup from relying on node internals in browser builds
## 1.3.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/config",
"version": "1.3.1",
"version": "1.3.2",
"description": "Shared (build) configuration for jsPsych packages",
"type": "module",
"exports": {

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-cloze
## 1.2.0
### Minor Changes
- [#2784](https://github.com/jspsych/jsPsych/pull/2784) [`2f1a8674`](https://github.com/jspsych/jsPsych/commit/2f1a86749426740b2368633b14f59445d882000d) Thanks [@jadeddelta](https://github.com/jadeddelta)! - added `allow_blanks` as a field, allowing for completion checking of answers
## 1.1.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-cloze",
"version": "1.1.2",
"version": "1.2.0",
"description": "jsPsych plugin for displaying a cloze test and checking participants answers against a correct solution",
"type": "module",
"main": "dist/index.cjs",
@ -37,7 +37,7 @@
"jspsych": ">=7.1.0"
},
"devDependencies": {
"@jspsych/config": "^1.3.0",
"@jspsych/config": "^1.3.2",
"@jspsych/test-utils": "^1.1.2"
}
}