Skip to content

chore(workflow-core): 0.0.1#6

Merged
tannerlinsley merged 1 commit into
mainfrom
release/0.0.1-version-bump
May 22, 2026
Merged

chore(workflow-core): 0.0.1#6
tannerlinsley merged 1 commit into
mainfrom
release/0.0.1-version-bump

Conversation

@tannerlinsley
Copy link
Copy Markdown
Member

@tannerlinsley tannerlinsley commented May 22, 2026

Version Packages PR — what the Release workflow would have opened if billing weren't blocking it.

Changes

  • `packages/workflow-core/package.json` — version 0.0.0 → 0.0.1; description updated from the stale "Generator-based workflows" text (leftover from the original extraction commit) to the closure-based shape we actually ship.
  • `packages/workflow-core/CHANGELOG.md` — created with the release notes from `.changeset/initial-release.md`, with the PR link auto-resolved.
  • `.changeset/initial-release.md` — consumed.

Verification

  • `pnpm exec tsc --noEmit` clean
  • `pnpm test:eslint` clean
  • `pnpm test:lib` — 105 / 105 across 22 files
  • `pnpm build` — tsdown + publint --strict clean

After merge

Local publish flow (Tanner is logged in to npm and will provide OTP):

```
cd packages/workflow-core
pnpm build
npm publish --dry-run # preview tarball
npm publish --otp=NNNNNN # the real thing, with provenance
```

Then tag + GitHub release.

Note

CI still billing-blocked at the org level. PR is content-only.

Summary by CodeRabbit

  • Chores
    • Initial public release of workflow-core package (version 0.0.1)
    • Added comprehensive changelog and release documentation
    • Updated package metadata

Review Change Stack

Consumes .changeset/initial-release.md → bumps
packages/workflow-core/package.json 0.0.0 → 0.0.1, writes initial
CHANGELOG.md.

Also updates the package.json description from the stale
\"Generator-based workflows\" text (left over from the original
extraction commit) to the closure-based shape we actually ship.

Verification: tsc + eslint clean, 105 / 22 vitest tests pass,
tsdown build + publint --strict clean.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 81f6f270-1759-4b61-8488-9878d6aafb7c

📥 Commits

Reviewing files that changed from the base of the PR and between 5c1c2bf and 79c3013.

📒 Files selected for processing (3)
  • .changeset/initial-release.md
  • packages/workflow-core/CHANGELOG.md
  • packages/workflow-core/package.json

📝 Walkthrough

Walkthrough

This PR prepares the initial public release of @tanstack/workflow-core. The package version increments from 0.0.0 to 0.0.1, the description is updated to reflect the closure-based engine architecture, and a changelog documents the release with feature highlights and relevant documentation links.

Changes

Initial Release

Layer / File(s) Summary
Release metadata and changelog
packages/workflow-core/CHANGELOG.md, packages/workflow-core/package.json
Package version bumps to 0.0.1 with revised description. New CHANGELOG.md documents the initial release with feature summary and doc references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • TanStack/workflow#5: Adds the same @tanstack/workflow-core 0.0.1 initial-release Changesets entry with overlapping version and metadata updates.

Poem

🐰 A bump from zero to one, the journey's begun!
Release notes penned with closure-based fun,
Typed workflows and signals, now ready to run—
The durable engine shines bright in the sun. ✨


Comment @coderabbitai help to get the list of available commands and usage tips.

@tannerlinsley tannerlinsley merged commit c98f260 into main May 22, 2026
2 of 9 checks passed
@tannerlinsley tannerlinsley deleted the release/0.0.1-version-bump branch May 22, 2026 19:00
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