Skip to content

chore(release): version packages - #72

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(release): version packages#72
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

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

@dunky.dev/state-machine@0.3.4

Patch Changes

  • #71 ff3368c Thanks @ivanbanov! - Internal cleanup of the core machine. after timers now dispatch through
    the same run-to-completion queue as send, instead of running their own
    copy of the flush cycle; the stale-timer check keeps only the entry
    generation, which already covers "state exited" and "state re-entered".
    send and setContext are plain bound fields (no pass-through hops), the
    boot event is one shared frozen object, and oneOf picks its branch with
    a loop instead of find. No behavior change for consumers.

  • #71 ff3368c Thanks @ivanbanov! - Fewer allocations on the send path. A single action or transition entry is
    run directly instead of being wrapped in a one-item array per event; guard
    params are built only when a guard is actually met; the action and computed
    hosts hold the live context and computed objects instead of reading them
    through getter functions; the connector builds its snapshot argument once
    and compares props without allocating key arrays. Single-event throughput
    is up about 7% and state churn about 10% on the benchmark suite. No
    behavior change for consumers.

@dunky.dev/native-state-machine@0.4.1

Patch Changes

  • Updated dependencies [ff3368c, ff3368c]:
    • @dunky.dev/state-machine@0.3.4
    • @dunky.dev/react-state-machine@0.3.5

@dunky.dev/react-state-machine@0.3.5

Patch Changes

  • Updated dependencies [ff3368c, ff3368c]:
    • @dunky.dev/state-machine@0.3.4

@dunky.dev/solid-state-machine@0.3.1

Patch Changes

  • Updated dependencies [ff3368c, ff3368c]:
    • @dunky.dev/state-machine@0.3.4

@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
dunky-state-machine Ready Ready Preview Sep 5, 2026 2:50pm UTC

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.

0 participants