Skip to content

Version Packages (beta)#4536

Merged
Andarist merged 1 commit intonextfrom
changeset-release/next
Dec 1, 2023
Merged

Version Packages (beta)#4536
Andarist merged 1 commit intonextfrom
changeset-release/next

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 30, 2023

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@5.0.0-beta.54

Major Changes

  • #4535 6a9fa1f11 Thanks @Andarist! - The escalate() action is removed. Just throw an error normally.

  • #4539 a2a377f47 Thanks @davidkpiano! - The error event (type: 'xstate.error.*') now has the error data on the event.error instead of event.data:

    // ...
    invoke: {
      src: 'someSrc',
      onError: {
        actions: ({ event }) => {
    -     event.data;
    +     event.error;
        }
      }
    }

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 30, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c988151:

Sandbox Source
XState Example Template Configuration
XState React Template Configuration

@github-actions github-actions bot force-pushed the changeset-release/next branch from 4c0e668 to c988151 Compare December 1, 2023 06:42
@Andarist Andarist merged commit 63b185a into next Dec 1, 2023
@Andarist Andarist deleted the changeset-release/next branch December 1, 2023 10:09
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