Version Packages - #175
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 10:04
1d1c404 to
930f5ab
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 13:33
930f5ab to
2dca72b
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-devtools@0.26.0
Minor Changes
4130963: Add
@typeonce/oxlint-plugin-effect-machinewith recommended rules for redundant default resolvers, asynchronous planning callbacks, and one-use intermediateMachine.make(...)definitions.All three Effect Machine packages now release at the same version.
Patch Changes
5edaf24: Improve the static statechart so initial and reachable states follow a stable left-to-right order, reverse and self-transitions use dedicated routes, and transition labels stay clear of arrowheads and compound boundaries.
Distinguish automatic transitions with dashed lines and correlate invoke outcomes with muted colors for effect, timer, stream, process, and child-machine activities.
Stack parallel regions into vertical lanes, separate states with no statically known path from the initial state, and make long or intersecting routes easier to follow with rounded corners, edge casing, and direction cues.
Add a machine analysis inspector that reports declared public events without handlers and state subtrees without a statically known path from the initial configuration.
Updated dependencies [4130963]
Updated dependencies [806d2fd]
@typeonce/effect-machine@0.26.0
Minor Changes
4130963: Add
@typeonce/oxlint-plugin-effect-machinewith recommended rules for redundant default resolvers, asynchronous planning callbacks, and one-use intermediateMachine.make(...)definitions.All three Effect Machine packages now release at the same version.
Patch Changes
4.0.0-rc.112.@typeonce/oxlint-plugin-effect-machine@0.26.0
Minor Changes
4130963: Add
@typeonce/oxlint-plugin-effect-machinewith recommended rules for redundant default resolvers, asynchronous planning callbacks, and one-use intermediateMachine.make(...)definitions.All three Effect Machine packages now release at the same version.