Skip to content

Version Packages#41

Merged
BCook98 merged 1 commit into
mainfrom
changeset-release/main
Jun 15, 2026
Merged

Version Packages#41
BCook98 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@BCook98

@BCook98 BCook98 commented Jun 15, 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

kit@2.11.0

Minor Changes

  • 49b4a42: feat: add ScoreKeeper leaderboard helper

    A small, timer-free helper that standardises the three ways a game posts to the
    leaderboard, replacing the bespoke per-game logic that kept getting the
    disconnect/continuous cases wrong:

    • Record(r, p, metric) — post live per a Cadence (OnImprove for monotonic
      high-water boards, OnChange for live scores).
    • FlushLeave(r, p, status) — post the player's current metric on disconnect
      (call from OnLeave); normally StatusDNF.
    • FlushAll(r, status) — post every tracked player in deterministic AccountID
      order; continuous games call this from OnWake so an abandoned, still-ticking
      world keeps recording.
    • PersistBest / PersistWallet — KV resume sugar (MergeMax / MergeSum).

    Pure SDK addition over the existing Room.Post + KV surface — no wire or ABI
    change.

@BCook98
BCook98 merged commit a3e0e3f into main Jun 15, 2026
6 of 7 checks passed
@BCook98
BCook98 deleted the changeset-release/main branch June 15, 2026 11:40
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