Skip to content

Version Packages - #118

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

Version Packages#118
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.12.0

Minor Changes

  • 9798994: Rename the minimal inter-machine reference types so they use machine terminology and remain distinct from Effect Cluster concepts.

    Machine.ActorRef<Event> // before
    Machine.MachineTarget<Event> // after
    
    Machine.ActorContext<InputEvents, ParentEvents> // before
    Machine.MachineReferences<InputEvents, ParentEvents> // after

    The inferred self and parent fields and all runtime behavior are unchanged.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 677d9ef to be5b1c0 Compare August 15, 2026 18:10
@SandroMaglione
SandroMaglione merged commit 4daab43 into main Aug 15, 2026
13 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 15, 2026 18:14
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