Skip to content

Commit 19d7dfe

Browse files
authored
Merge pull request #39 from jspsych/changeset-release/main
Version Packages
2 parents 06955e6 + ce81d5b commit 19d7dfe

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/afraid-parrots-sort.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/new-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jspsych/new-extension
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 4ae65d7: Fix remote detection for new-plugin and new-extension.
8+
39
## 0.1.3
410

511
### Patch Changes

packages/new-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jspsych/new-extension",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "CLI tool to create new jsPsych extensions",
55
"type": "module",
66
"bin": "./src/cli.js",

packages/new-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jspsych/new-plugin
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 4ae65d7: Fix remote detection for new-plugin and new-extension.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/new-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jspsych/new-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "CLI tool to create new jsPsych plugins",
55
"type": "module",
66
"bin": "./src/cli.js",

0 commit comments

Comments
 (0)