release: psi 0.8.1 — Menu dismissal correctness (D58) - #63
Merged
Conversation
All three packages bump in lockstep. This is the first release under .changeset/config.json's new `fixed` group, which enforces the lockstep rule CLAUDE.md states — before it, `changeset version` would have shipped react 0.8.1 with tokens and mcp stranded at 0.8.0. tokens and mcp carry a note explaining the contentless bump, so consumers who pull 0.8.1 can see why nothing changed for them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Cuts 0.8.1, carrying the D58 Menu dismissal fix (#62).
All three packages move
0.8.0 → 0.8.1together. This is the first release under the newfixedgroup in.changeset/config.json: before it,changeset versionwould have shippedpsi-reactat 0.8.1 whilepsi-tokensandpsi-mcpstayed at 0.8.0 — the first version divergence in the repo's history, contradictingCLAUDE.md's lockstep rule.tools/release-guard.mjsdoes not check version parity, so nothing downstream would have caught it.psi-tokensandpsi-mcphave no changes of their own, so their changelog entries carry a one-line note saying so and pointing at where the fix actually is — otherwise a consumer pulling 0.8.1 sees a bare version heading with nothing under it.What ships
@handamade/psi-react— Menu no longer reports a dismissal for a menu the consumer has already closed. Two menus sharing oneopenId(the shape of the shippedrow-actionspattern) previously left both closed when switching between them. Also: the trigger wrapper no longer stretches to its layout cell, so menus anchor to the trigger rather than the cell edge.Verified locally
pnpm build(contrast gate),pnpm test(530),pnpm lint,check-docs-drift— all green at this commit.🤖 Generated with Claude Code