Skip to content

Version Packages#65

Merged
jodeleeuw merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2026
Merged

Version Packages#65
jodeleeuw merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@jspsych/new-multiplayer-adapter@0.2.0

Minor Changes

  • 8ad71ff: Add @jspsych/new-multiplayer-adapter, a CLI that scaffolds a new jsPsych multiplayer adapter package. The generated package ships a TypeScript stub implementing the MultiplayerAdapter interface plus the standard build/test/docs/example/citation tooling. When run inside the jspsych-multiplayer repository it creates the package under ./packages and names it under the @jspsych-multiplayer npm scope.

@jspsych/new-plugin@0.4.0

Minor Changes

  • 8ad71ff: Recognize the jspsych-multiplayer repository in addition to jspsych-contrib. Repo detection is now data-driven (a KNOWN_REPOS map keyed by the root package.json name), so running npx @jspsych/new-plugin inside jspsych-multiplayer scaffolds a @jspsych-multiplayer/plugin-* package under ./packages. Behavior inside jspsych-contrib is unchanged.

Patch Changes

  • 01719f8: Fix getGitHttpsUrl so the .git suffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo's origin fetch URL ended in .git, the suggested README/docs default in stand-alone mode kept .git in the middle of the URL (e.g. https://github.com/user/repo.git/tree/main/...), producing a broken link. Also resolve the git repo root once per run in getCwdInfo instead of spawning git an extra time.

@jspsych/new-extension@0.2.5

Patch Changes

  • 01719f8: Fix getGitHttpsUrl so the .git suffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo's origin fetch URL ended in .git, the suggested README/docs default in stand-alone mode kept .git in the middle of the URL (e.g. https://github.com/user/repo.git/tree/main/...), producing a broken link. Also resolve the git repo root once per run in getCwdInfo instead of spawning git an extra time.

@jspsych/new-timeline@0.3.5

Patch Changes

  • 01719f8: Fix getGitHttpsUrl so the .git suffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo's origin fetch URL ended in .git, the suggested README/docs default in stand-alone mode kept .git in the middle of the URL (e.g. https://github.com/user/repo.git/tree/main/...), producing a broken link. Also resolve the git repo root once per run in getCwdInfo instead of spawning git an extra time.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from c03b2b5 to e22a918 Compare June 25, 2026 17:50
@jodeleeuw jodeleeuw merged commit ff9911c into main Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant