chore(desktop): bump version to 1.8.9#4349
Conversation
|
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)
📝 WalkthroughWalkthroughPackage versions are bumped for two packages: desktop app from 1.8.8 to 1.8.9 and host service from 0.8.1 to 0.8.2. ChangesPackage Version Updates
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 SummaryThis is an automated release PR that bumps the desktop application version to
Confidence Score: 5/5This PR is safe to merge — it contains only automated version field updates with no logic changes. Both changed files are package.json manifests with single-field version bumps generated by the release script. There is no functional code, no dependency graph change (the desktop app references host-service via workspace:*), and no migration or schema involved. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Bumps the desktop app version from 1.8.8 to 1.8.9 — no other changes. |
| packages/host-service/package.json | Bumps the host-service package version from 0.8.1 to 0.8.2 — no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] --> B[Bump apps/desktop/package.json\n1.8.8 → 1.8.9]
A --> C[Bump packages/host-service/package.json\n0.8.1 → 0.8.2]
B --> D[Desktop App Release 1.8.9]
C --> D
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.8.9 (h..." | Re-trigger Greptile
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Bumps desktop app version to 1.8.9.
This PR was automatically created by the release script.
Summary by cubic
Bump
@superset/desktopto 1.8.9 and@superset/host-serviceto 0.8.2 for the upcoming desktop release. Keeps versions in sync across the app and host service.Written for commit 0437504. Summary will update on new commits.
Summary by CodeRabbit