Skip to content

chore(cli): release v0.1.30, release node-sdk v0.0.7 - #574

Merged
dviejokfs merged 4 commits into
mainfrom
release/cli-0.1.30-node-sdk-0.0.7
Aug 7, 2026
Merged

chore(cli): release v0.1.30, release node-sdk v0.0.7#574
dviejokfs merged 4 commits into
mainfrom
release/cli-0.1.30-node-sdk-0.0.7

Conversation

@dviejokfs

Copy link
Copy Markdown
Contributor

Summary

  • fix(cli): temps notifications update --type email was calling updateEmailProvider (the transactional email-provider endpoint from temps-email) instead of updateNotificationEmailProvider (the actual notifications endpoint) — wrong resource entirely
  • fix(cli): providers sync referenced total_count/synced_at on RepositorySyncStartedResponse, which no longer exist now that sync is async ({connection_id, started_at, syncing})
  • chore: bump @temps-sdk/cli 0.1.28 → 0.1.30, @temps-sdk/node-sdk 0.0.5 → 0.0.7 (published to npm)
  • docs(skill): pin skills/temps-cli to the published v0.1.30 artifact + its registry integrity hash

Test plan

  • bunx tsc --noEmit clean in apps/temps-cli (aside from an unrelated devDep-only codegen config script excluded from the shipped bundle)
  • bun run build succeeds for apps/temps-cli
  • tsc -p tsconfig.build.json clean for sdks/node/packages/node-sdk
  • bun run build succeeds for sdks/node/packages/node-sdk
  • Both packages published to npm and verified via npm view

updateEmailProviderAction was calling updateEmailProvider (temps-email's
transactional email provider PATCH) instead of the notifications
endpoint updateNotificationEmailProvider, so 'temps notifications
update --type email' silently hit the wrong resource. Also update the
repository sync success message to match the async
RepositorySyncStartedResponse shape (no more total_count/synced_at).
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

📓 Changelog preview

This is what your commits will add to the generated CHANGELOG.md at release time (via git-cliff). Do not edit CHANGELOG.md by hand — it is generated from your Conventional Commit messages.

## [Unreleased]

### Documentation

- **skill:** Pin temps-cli skill to @temps-sdk/cli v0.1.30

### Fixed

- **cli:** Route email-provider updates to the notifications endpoint

### Miscellaneous

- **cli:** Release v0.1.29, release node-sdk v0.0.6
- **cli:** Release v0.1.30, release node-sdk v0.0.7

@dviejokfs
dviejokfs merged commit bf3165a into main Aug 7, 2026
25 checks passed
@dviejokfs
dviejokfs deleted the release/cli-0.1.30-node-sdk-0.0.7 branch August 7, 2026 14:46
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