Skip to content

Version Packages#59

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

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

Conversation

@github-actions

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-extension@0.2.4

Patch Changes

  • b430035: Fix the JavaScript template build so generated packages build out of the box:

    • Add the Babel toolchain (@babel/cli, @babel/core, @babel/preset-env, babel-preset-minify) to the JS templates' devDependencies. The build script invokes babel but none of these were installed, so npm run build failed with a "babel not found" error after a fresh npm install.
    • Point the build script at src/index.js (where the source actually lives) instead of a non-existent index.js at the package root, which previously caused babel: index.js does not exist.
    • Update the files array to publish src instead of the non-existent index.js, matching the TypeScript templates.

@jspsych/new-plugin@0.3.4

Patch Changes

  • b430035: Fix the JavaScript template build so generated packages build out of the box:

    • Add the Babel toolchain (@babel/cli, @babel/core, @babel/preset-env, babel-preset-minify) to the JS templates' devDependencies. The build script invokes babel but none of these were installed, so npm run build failed with a "babel not found" error after a fresh npm install.
    • Point the build script at src/index.js (where the source actually lives) instead of a non-existent index.js at the package root, which previously caused babel: index.js does not exist.
    • Update the files array to publish src instead of the non-existent index.js, matching the TypeScript templates.

@jspsych/new-timeline@0.3.4

Patch Changes

  • b430035: Fix the JavaScript template build so generated packages build out of the box:

    • Add the Babel toolchain (@babel/cli, @babel/core, @babel/preset-env, babel-preset-minify) to the JS templates' devDependencies. The build script invokes babel but none of these were installed, so npm run build failed with a "babel not found" error after a fresh npm install.
    • Point the build script at src/index.js (where the source actually lives) instead of a non-existent index.js at the package root, which previously caused babel: index.js does not exist.
    • Update the files array to publish src instead of the non-existent index.js, matching the TypeScript templates.

@jodeleeuw jodeleeuw merged commit 7375d6a into main Jun 16, 2026
6 checks passed
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