Skip to content

Commit

Permalink
Merge pull request #28 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jan 31, 2025
2 parents 4cbe244 + 030b879 commit 62947f9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-chefs-ring.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.1.2

### Patch Changes

- 64776d9: This patch hides the error logging when using the cli tool in a non-git repo.

## 0.1.1

### 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.1.1",
"version": "0.1.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.1.2

### Patch Changes

- 64776d9: This patch hides the error logging when using the cli tool in a non-git repo.

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"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.1.2

### Patch Changes

- 64776d9: This patch hides the error logging when using the cli tool in a non-git repo.

## 0.1.1

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

0 comments on commit 62947f9

Please sign in to comment.