chore(desktop): bump version to 1.9.8#4729
Conversation
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit cb5c9e7 on May 19, 2026 8:19pm UTC. |
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo package manifests receive patch version increments: ChangesPackage Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis automated release PR bumps the desktop app version from 1.9.7 to 1.9.8 and the host-service package version from 0.8.7 to 0.8.8.
Confidence Score: 5/5Version-only changes generated by the release script; no logic, dependencies, or configuration were modified. Both files contain a single-field version bump with no other modifications. The desktop package references host-service via workspace:*, so no pinned version references need updating elsewhere. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Version bumped from 1.9.7 to 1.9.8; no other changes. |
| packages/host-service/package.json | Version bumped from 0.8.7 to 0.8.8; no other changes. |
Sequence Diagram
sequenceDiagram
participant ReleaseScript as Release Script
participant Desktop as apps/desktop (1.9.7 → 1.9.8)
participant HostService as packages/host-service (0.8.7 → 0.8.8)
ReleaseScript->>Desktop: bump version
ReleaseScript->>HostService: bump version
Desktop-->>HostService: "depends via workspace:*"
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.9.8 (h..." | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Bumps desktop app version to 1.9.8.
This PR was automatically created by the release script.
Summary by cubic
Updates
@superset/desktopto version 1.9.8 and@superset/host-serviceto 0.8.8 for the next desktop release. Aligns package metadata for publishing.Written for commit cb5c9e7. Summary will update on new commits. Review in cubic
Summary by CodeRabbit