ci: Version Packages#14
Conversation
📝 WalkthroughWalkthroughWorkflow package versions and changelogs were updated to publish core/runtime changes and propagate dependency releases across deployment and store integrations. One obsolete changeset was removed. ChangesWorkflow release metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
More templates
@tanstack/react-template
@tanstack/react-template-devtools
@tanstack/solid-template
@tanstack/solid-template-devtools
@tanstack/template
@tanstack/template-devtools
@tanstack/workflow-cloudflare
@tanstack/workflow-core
@tanstack/workflow-netlify
@tanstack/workflow-railway
@tanstack/workflow-runtime
@tanstack/workflow-store-cloudflare-d1
@tanstack/workflow-store-drizzle-postgres
@tanstack/workflow-vercel
commit: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/workflow-runtime/CHANGELOG.md`:
- Around line 3-15: Ensure changelog histories include the version immediately
preceding each new release: add or confirm 0.0.2 in
packages/workflow-runtime/CHANGELOG.md lines 3-15, 0.0.4 in
packages/workflow-store-drizzle-postgres/CHANGELOG.md lines 3-10, and 0.0.3 in
packages/workflow-vercel/CHANGELOG.md lines 3-9, preserving the existing release
entries.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 84044287-dbd9-4639-8ec5-f80447952317
📒 Files selected for processing (18)
.changeset/calm-clocks-yield.md.changeset/metal-shoes-observe.mdpackages/workflow-cloudflare/CHANGELOG.mdpackages/workflow-cloudflare/package.jsonpackages/workflow-core/CHANGELOG.mdpackages/workflow-core/package.jsonpackages/workflow-netlify/CHANGELOG.mdpackages/workflow-netlify/package.jsonpackages/workflow-railway/CHANGELOG.mdpackages/workflow-railway/package.jsonpackages/workflow-runtime/CHANGELOG.mdpackages/workflow-runtime/package.jsonpackages/workflow-store-cloudflare-d1/CHANGELOG.mdpackages/workflow-store-cloudflare-d1/package.jsonpackages/workflow-store-drizzle-postgres/CHANGELOG.mdpackages/workflow-store-drizzle-postgres/package.jsonpackages/workflow-vercel/CHANGELOG.mdpackages/workflow-vercel/package.json
💤 Files with no reviewable changes (2)
- .changeset/metal-shoes-observe.md
- .changeset/calm-clocks-yield.md
| ## 0.0.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Add runtime deadlines, automatic cooperative yielding at durable boundaries, ([#13](https://github.com/TanStack/workflow/pull/13)) | ||
| and deadline helpers under `ctx.runtime`. Timer wake identities now include the | ||
| durable operation ID so sequential waits at the same timestamp resume safely. | ||
|
|
||
| - Add first-class OpenTelemetry tracing for workflow runtime operations, durable store calls, and fresh step execution. ([#13](https://github.com/TanStack/workflow/pull/13)) | ||
|
|
||
| - Updated dependencies [[`87340c8`](https://github.com/TanStack/workflow/commit/87340c85cdf4fd1fec38b405db37fa97cc6388fd), [`87340c8`](https://github.com/TanStack/workflow/commit/87340c85cdf4fd1fec38b405db37fa97cc6388fd)]: | ||
| - @tanstack/workflow-core@0.0.4 | ||
|
|
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
Keep changelog histories contiguous with manifest versions.
Each affected changelog skips the package version immediately preceding the new release:
packages/workflow-runtime/CHANGELOG.md#L3-L15: add or confirm the missing0.0.2entry.packages/workflow-store-drizzle-postgres/CHANGELOG.md#L3-L10: add or confirm the missing0.0.4entry.packages/workflow-vercel/CHANGELOG.md#L3-L9: add or confirm the missing0.0.3entry.
📍 Affects 3 files
packages/workflow-runtime/CHANGELOG.md#L3-L15(this comment)packages/workflow-store-drizzle-postgres/CHANGELOG.md#L3-L10packages/workflow-vercel/CHANGELOG.md#L3-L9
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/workflow-runtime/CHANGELOG.md` around lines 3 - 15, Ensure changelog
histories include the version immediately preceding each new release: add or
confirm 0.0.2 in packages/workflow-runtime/CHANGELOG.md lines 3-15, 0.0.4 in
packages/workflow-store-drizzle-postgres/CHANGELOG.md lines 3-10, and 0.0.3 in
packages/workflow-vercel/CHANGELOG.md lines 3-9, preserving the existing release
entries.
This PR was generated by Changesets after merging #13.
It publishes runtime deadlines, cooperative yielding, and OpenTelemetry support, with dependent adapter patch releases.
Summary by CodeRabbit
New Features
Release Updates