Skip to content

Release Node SDK and CLI 0.30.0#109

Merged
etbyrd merged 2 commits into
mainfrom
release-node-cli-0.30.0
May 18, 2026
Merged

Release Node SDK and CLI 0.30.0#109
etbyrd merged 2 commits into
mainfrom
release-node-cli-0.30.0

Conversation

@etbyrd
Copy link
Copy Markdown
Member

@etbyrd etbyrd commented May 18, 2026

Summary

Bumps the published Node packages for the merged CLI QoL batch:

  • @primitivedotdev/sdk: 0.29.0 -> 0.30.0
  • @primitivedotdev/cli: 0.29.0 -> 0.30.0
  • Function init scaffold package ranges: ^0.29.0 -> ^0.30.0 for both SDK and CLI

This will trigger the Node SDK and CLI release workflows after merge. The CLI release is the main test target; the SDK is bumped too because the shared OpenAPI operation manifest exported from @primitivedotdev/sdk/openapi changed in the same batch.

Validation

  • npm view @primitivedotdev/cli version -> 0.29.0
  • npm view @primitivedotdev/sdk version -> 0.29.0
  • pnpm --filter @primitivedotdev/cli test -- tests/oclif/functions-init.test.ts
  • pnpm --filter @primitivedotdev/cli typecheck
  • pnpm --filter @primitivedotdev/cli lint
  • pnpm --filter @primitivedotdev/sdk typecheck
  • pnpm --filter @primitivedotdev/sdk lint

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 18, 2026

Greptile Summary

Bumps both @primitivedotdev/sdk and @primitivedotdev/cli from 0.29.0 to 0.30.0 to trigger the Node release workflows, and updates the scaffolded template version ranges to match.

  • cli-node/package.json and sdk-node/package.json: version field incremented to 0.30.0.
  • cli-node/src/oclif/function-templates.ts: SDK_VERSION_RANGE and CLI_VERSION_RANGE updated to ^0.30.0, keeping the scaffolded package.json output in lockstep with the new release as required by the existing invariant test.

Confidence Score: 5/5

All three changes are consistent mechanical version bumps with no logic modifications; safe to merge.

The PR touches only version strings — two package.json version fields and two template constants. Every changed value is consistent (all 0.30.0 / ^0.30.0), matching the stated intent. No logic, dependencies, or behavior changed.

No files require special attention.

Important Files Changed

Filename Overview
cli-node/package.json Version bumped from 0.29.0 to 0.30.0; no other changes.
sdk-node/package.json Version bumped from 0.29.0 to 0.30.0; no other changes.
cli-node/src/oclif/function-templates.ts SDK_VERSION_RANGE and CLI_VERSION_RANGE updated from ^0.29.0 to ^0.30.0, keeping scaffolded projects in lockstep with the new release.

Reviews (2): Last reviewed commit: "Update function scaffold ranges for 0.30..." | Re-trigger Greptile

@etbyrd etbyrd added this pull request to the merge queue May 18, 2026
Merged via the queue into main with commit fb31881 May 18, 2026
10 checks passed
@etbyrd etbyrd deleted the release-node-cli-0.30.0 branch May 18, 2026 03:24
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