Release prep v4.0.1 - #407
Merged
Merged
Conversation
Cuts the two QOL changes that landed on BETA since v4.0.0 as a patch release rather than a minor one: the unified Profile button and the tidied Device Settings panel are both UI polish, no new capability. - package.json 4.0.0 → 4.0.1 (the build version stamp is baked from here) - CHANGELOG: retitle the topmost unreleased heading [4.1.0] → [4.0.1] and date it 2026-08-15 The coach plugin already points at the published production package (@perchwerks/eye-in-the-sky 0.5.0) in both package.json and vite.config.ts, so no BETA→production flip was needed this cycle. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014KJWfEZ24zNkkedw6MQ634
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Coverage SummaryLines: 58.66% (7602/12958) · Statements: 57.8% · Functions: 55.86% · Branches: 55.69% Per-file coverage
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lapwing | 15f7e45 | Commit Preview URL Branch Preview URL |
Aug 15 2026, 12:51 AM |
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.
Summary
Prepares
BETAfor a v4.0.1 patch release. Two QOL changes have landed sincev4.0.0(PRs #402 and #403), both UI polish with no new capability, so this cuts them as a patch rather than the minor version the changelog heading was holding.package.json4.0.0→4.0.1— the only version string to edit; the footer/build stamp is baked from here invite.config.ts.CHANGELOG.md— retitled the topmost unreleased heading## [4.1.0] - unreleased→## [4.0.1] - 2026-08-15. Content is unchanged and already covered both merged PRs; no older heading was touched, and no new[Unreleased]block was added (that gets started after this release ships).No coach flip was needed this cycle.
@perchwerks/eye-in-the-skyis already the published production package at0.5.0in bothpackage.jsonandvite.config.ts— identical tomain— so there is no BETA git-dependency to revert, and no follow-up "flip coach back to BETA" PR is required.No tag was created. Tagging is manual, after the BETA → main merge.
Related Issues
Ships #402 and #403.
Type of Change
Checklist
bun run lintpassesbun run typecheckpassesbun run test:runpasses (194 files, 2850 tests)bun run buildsucceedsCHANGELOG.md)Notes for Reviewers
The diff is two lines. The judgement call worth checking is 4.0.1 vs 4.0.0's changelog heading of 4.1.0 — the unified Profile button does change header behaviour for signed-out users, so if you'd rather ship that as a minor, say so and I'll move both the heading and the version back to
4.1.0.Companion release PR into
main: see the linkedRelease v4.0.1PR, whose body is copy-paste-ready release notes.Generated by Claude Code