Version Packages#65
Merged
Merged
Conversation
c03b2b5 to
e22a918
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@jspsych/new-multiplayer-adapter, a CLI that scaffolds a new jsPsych multiplayer adapter package. The generated package ships a TypeScript stub implementing theMultiplayerAdapterinterface plus the standard build/test/docs/example/citation tooling. When run inside the jspsych-multiplayer repository it creates the package under./packagesand names it under the@jspsych-multiplayernpm scope.@jspsych/new-plugin@0.4.0
Minor Changes
KNOWN_REPOSmap keyed by the rootpackage.jsonname), so runningnpx @jspsych/new-plugininside jspsych-multiplayer scaffolds a@jspsych-multiplayer/plugin-*package under./packages. Behavior inside jspsych-contrib is unchanged.Patch Changes
getGitHttpsUrlso the.gitsuffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo'soriginfetch URL ended in.git, the suggested README/docs default in stand-alone mode kept.gitin 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 ingetCwdInfoinstead of spawninggitan extra time.@jspsych/new-extension@0.2.5
Patch Changes
getGitHttpsUrlso the.gitsuffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo'soriginfetch URL ended in.git, the suggested README/docs default in stand-alone mode kept.gitin 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 ingetCwdInfoinstead of spawninggitan extra time.@jspsych/new-timeline@0.3.5
Patch Changes
getGitHttpsUrlso the.gitsuffix is stripped at any path boundary, not only at the end of the string. Previously, when a repo'soriginfetch URL ended in.git, the suggested README/docs default in stand-alone mode kept.gitin 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 ingetCwdInfoinstead of spawninggitan extra time.