Skip to content

Version Packages (alpha) - #5672

Merged
davidkpiano merged 1 commit into
nextfrom
changeset-release/next
Aug 22, 2026
Merged

Version Packages (alpha)#5672
davidkpiano merged 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 22, 2026

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

xstate@6.0.0-alpha.46

Patch Changes

  • 30eb784: Transition spawning accepts typed registered actor names so durable source identity can be explicit:

    const machine = createMachine({
      actors: { worker },
      on: {
        start: (_, enq) => {
          enq.spawn('worker', { id: 'worker' });
        }
      }
    });

    The name determines required input and the returned actor reference type. It is resolved immediately and persisted exactly, so duplicate names may share one logic value and later diverge safely. Logic-value spawning remains supported and uses the first matching registered key; unregistered inline children cannot be persisted.


Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@davidkpiano
davidkpiano merged commit 19c4eb1 into next Aug 22, 2026
2 checks passed
@davidkpiano
davidkpiano deleted the changeset-release/next branch August 22, 2026 22:18
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