chore(desktop): bump version to 0.3.6 - #205
Conversation
Trigger the private stable desktop release lane for v0.3.6.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe desktop application package version changes from ChangesDesktop version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized desktop version bump with no production logic changes, so no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description includes the required sections, explains the direct release request, documents the version change and release process, and records the relevant checklist items. No issue is linked, but the description explains that this is a direct release request with no issue. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) Comment |
commit: |
## Related Issue None — routine desktop version bump. ## Problem The desktop app version stayed at 0.3.6, so a new desktop release cannot be tagged and shipped to update clients. ## What changed Bumped `apps/desktop/package.json` from `0.3.6` to `0.3.7`. The desktop app is `private` and its version moves through an explicit commit, the same way as PRs #205, #203, and #200. Version-only change, no user-visible code change. [skip changeset] ## Checklist - [x] I have read the [CONTRIBUTING](https://github.com/PyModel/pythinker-code/blob/main/CONTRIBUTING.md) document. - [ ] I have linked a related issue (external PRs: the issue must have a maintainer's `/approve`). - [ ] I have added tests that prove my feature works. - [x] Ran `gen-changesets` skill, or this PR needs no changeset. - [x] Ran `gen-docs` skill, or this PR needs no doc update. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the desktop application version to 0.3.7. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Related Issue
Direct release request; no GitHub issue.
Problem
Desktop Stable remains at 0.3.5. Release v0.3.6 needs a new immutable artifact set.
What changed
Bump the private desktop package to 0.3.6. The existing release lane detects the version change, cuts
desktop-v0.3.6from merged main, then publishes stable macOS and Windows artifacts.Checklist
gen-changesetsskill; this private desktop lane needs no changeset.Summary by CodeRabbit