Version Packages - #6
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 1, 2026 13:16
321b37b to
4698c13
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 1, 2026 15:25
4698c13 to
bb70714
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
August 2, 2026 12:26
02d468b to
a38c17c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 2, 2026 13:05
a38c17c to
90ab0c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.3.0
Minor Changes
.fromstate construction to initial and transition target builders.Constructor inputs are resolved through the selected state schema during
planning, preserving defaults and class identity while reporting validation
failures as
MachineSchemaDecodeErrorvalues..from()calls to omit the constructor input when theselected schema accepts
{}. Required fields and compound or parallel childselection remain type-safe, and omitted inputs still run through schema
construction during planning.
Patch Changes
targets now require a complete selection for every parallel region while
preserving partial updates for parallel states that are already active.
and handler configurations. Errors now retain the relevant configuration shape
and state path while preserving existing inference and type safety.
anychannels.