Skip to content

Commit

Permalink
Merge pull request #22 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
cherriechang authored Jan 21, 2025
2 parents 2d529ae + 02b9201 commit a96e5a7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/rich-lions-deliver.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively.

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"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.7

### Patch Changes

- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively.

## 0.0.6

### 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.6",
"version": "0.0.7",
"description": "CLI tool to create new jsPsych plugins",
"type": "module",
"bin": "./src/cli.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/new-timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-timelines/new-timeline

## 0.0.4

### Patch Changes

- c9634aa: This release standardizes the code across all three cli tools -- new-plugin, new-extension and new-timeline. Each cli tool has been tested by running in private repositories, the jspsych-contrib repository and the jspsych-timelines repository respectively.

## 0.0.3

### Patch Changes
Expand Down
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/new-timeline",
"version": "0.0.3",
"version": "0.0.4",
"description": "CLI tool for creating new jsPsych timelines",
"type": "module",
"bin": "./src/cli.js",
Expand Down

0 comments on commit a96e5a7

Please sign in to comment.