Skip to content

chore: release 0.0.14 - #35

Merged
brunozoric merged 1 commit into
mainfrom
changeset-release/main
Jul 31, 2026
Merged

chore: release 0.0.14#35
brunozoric 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

@webiny/stdlib@0.0.14

Patch Changes

  • d5bc832: Fix broken stdlib-mcp bin entry in published package

    The build script's ArtifactCopier rewrites main, types, and exports paths when copying package.json into dist/, but was not rewriting bin entries. Since the package publishes from dist/ (via publishConfig.directory), the bin path ./dist/mcp/cli.js resolved to the nonexistent dist/dist/mcp/cli.js, causing npx -y @webiny/stdlib stdlib-mcp to fail with command not found. The bin field is now rewritten with the same stripDist() logic as the other path fields.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 9302d9e to ac367f6 Compare July 31, 2026 08:41
@brunozoric brunozoric changed the title Version Packages chore: release 0.0.14 Jul 31, 2026
@brunozoric brunozoric self-assigned this Jul 31, 2026
@brunozoric
brunozoric merged commit 196420f into main Jul 31, 2026
16 of 17 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