chore(desktop): bump version to 1.10.0#4747
Conversation
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit 937ff7a on May 20, 2026 1:49am 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)
📝 WalkthroughWalkthroughThis PR updates the version numbers for two packages: the desktop app version increments from 1.9.9 to 1.10.0, and the host-service version increments from 0.8.8 to 0.8.9. Both changes are isolated to single lines in their respective package.json files. ChangesPackage Version Increments
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 SummaryAutomated release bump generated by the release script, incrementing the desktop app from
Confidence Score: 5/5Two-line version bump with no logic changes; safe to merge as-is. Both files only update the version field. There are no dependency, script, or configuration changes that could affect runtime behavior. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Version bumped from 1.9.9 to 1.10.0 (minor release); no other changes. |
| packages/host-service/package.json | Version bumped from 0.8.8 to 0.8.9 (patch release); no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] --> B[Bump desktop version\n1.9.9 → 1.10.0]
A --> C[Bump host-service version\n0.8.8 → 0.8.9]
B --> D[apps/desktop/package.json]
C --> E[packages/host-service/package.json]
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.10.0 (..." | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Bumps desktop app version to 1.10.0.
This PR was automatically created by the release script.
Summary by cubic
Prepare desktop release 1.10.0 by bumping versions. Updates
@superset/desktop1.9.9 → 1.10.0 and@superset/host-service0.8.8 → 0.8.9.Written for commit 937ff7a. Summary will update on new commits. Review in cubic
Summary by CodeRabbit