chore(desktop): bump version to 0.3.4 - #200
Conversation
|
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; 5 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 change only updates the desktop package version to 0.3.4 for release tagging, with no actionable merge-blocking risk remaining beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description explains the problem and the version change. It omits the Related Issue and Checklist sections and uses "Changes" instead of the template heading "What changed", but it provides sufficient context for this simple version bump. 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 -->
Problem
The responsive desktop UI fixes (#198) landed after desktop 0.3.3 was tagged, so no shipped build has them.
Changes
apps/desktop/package.jsonto 0.3.4 sodesktop-v0.3.4can be tagged after merge.[skip changeset]
Summary by CodeRabbit