Skip to content

Commit

Permalink
Merge pull request #31 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
vzhang03 authored Aug 12, 2024
2 parents 39c28ec + f07abcf commit d57d7a0
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-pumas-rule.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [974243d]
- @jspsych/metadata@0.0.3

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/metadata-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "This directory contains tools for interacting and generating CLI through the terminal.",
"main": "dist/cjs/index.cjs",
"author": "Victor Zhang",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@inquirer/prompts": "^5.1.2",
"fuzzy": "^0.1.3",
"inquirer": "^10.0.1",
"@jspsych/metadata": "^0.0.2",
"@jspsych/metadata": "^0.0.3",
"yargs": "^17.7.2"
}
}
8 changes: 8 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# frontend

## 0.0.2

### Patch Changes

- 974243d: Updating frontend to be more user-friendly with major edits to UI, updating metadata to support this with more specific get methods
- Updated dependencies [974243d]
- @jspsych/metadata@0.0.3

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@jspsych/metadata": "^0.0.2"
"@jspsych/metadata": "^0.0.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/metadata

## 0.0.3

### Patch Changes

- 974243d: Updating frontend to be more user-friendly with major edits to UI, updating metadata to support this with more specific get methods

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/metadata",
"version": "0.0.2",
"version": "0.0.3",
"description": "jsPsych package for creating and customizing metadata according to Psych-DS standards.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit d57d7a0

Please sign in to comment.