Skip to content

Commit

Permalink
Merge pull request #13 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
cherriechang authored Jan 17, 2025
2 parents de05735 + 7673d89 commit 05dacb9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-bulldogs-look.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/new-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jspsych/new-extension

## 0.0.2

### Patch Changes

- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
2 changes: 1 addition & 1 deletion packages/new-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/new-extension",
"version": "0.0.1",
"version": "0.0.2",
"description": "CLI tool to create new jsPsych extensions",
"type": "module",
"bin": "./src/cli.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/new-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/new-plugin

## 0.0.6

### Patch Changes

- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/new-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/new-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "CLI tool to create new jsPsych plugins",
"type": "module",
"bin": "./src/cli.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/new-timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @jspsych-timelines/new-timeline

## 0.2.1

### Patch Changes

- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
2 changes: 1 addition & 1 deletion packages/new-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-timelines/new-timeline",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI tool for creating new jsPsych timelines",
"type": "module",
"files": [
Expand Down

0 comments on commit 05dacb9

Please sign in to comment.