Skip to content

Version Packages - #197

Merged
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main
Aug 29, 2026
Merged

Version Packages#197
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Releases

@typeonce/effect-machine@0.31.0

Minor Changes

  • 9ec7ef4: Add AtomMachine.can for reactive event-acceptance queries with lifecycle-aware failures and stable derived atom identity.

    Declare a projection once from a concrete event or an atom containing a changing event, then apply it to compatible machine bridges:

    const submitAllowed = AtomMachine.can(AuthEvents.Submitted());
    const canSubmitAtom = submitAllowed(authMachineAtom);

@typeonce/effect-machine-devtools@0.31.0

Patch Changes

  • Updated dependencies [9ec7ef4]
    • @typeonce/effect-machine@0.31.0

@typeonce/effect-machine-react@0.31.0

Patch Changes

  • Updated dependencies [9ec7ef4]
    • @typeonce/effect-machine@0.31.0

@typeonce/oxlint-plugin-effect-machine@0.31.0

@SandroMaglione
SandroMaglione merged commit 7869991 into main Aug 29, 2026
8 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 29, 2026 17:01
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