chore(desktop): bump version to 1.9.3#4579
Conversation
|
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 are updated with incremented version numbers: ChangesPackage Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ 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 is an automated release PR bumping the Superset desktop app version to
Confidence Score: 4/5Safe to merge — only version fields change, no functional code is touched. Both changes are purely mechanical version bumps with no logic changes. The only noteworthy detail is the desktop version skipping from 1.9.1 to 1.9.3, which warrants a quick sanity check to confirm 1.9.2 was intentionally skipped. apps/desktop/package.json — the non-sequential version jump from 1.9.1 to 1.9.3 is worth confirming.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Desktop app version bumped from 1.9.1 to 1.9.3, skipping 1.9.2 |
| packages/host-service/package.json | host-service package version bumped from 0.8.3 to 0.8.4, sequential patch increment |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] --> B[Bump desktop version\n1.9.1 → 1.9.3]
A --> C[Bump host-service version\n0.8.3 → 0.8.4]
B --> D[apps/desktop/package.json]
C --> E[packages/host-service/package.json]
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
apps/desktop/package.json:5
**Version skips 1.9.2**
The desktop version jumps from `1.9.1` directly to `1.9.3`, bypassing `1.9.2`. If `1.9.2` was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that `1.9.2` was deliberately skipped or already shipped.
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.9.3 (h..." | Re-trigger Greptile
| "productName": "Superset", | ||
| "description": "The last developer tool you'll ever need", | ||
| "version": "1.9.1", | ||
| "version": "1.9.3", |
There was a problem hiding this comment.
The desktop version jumps from 1.9.1 directly to 1.9.3, bypassing 1.9.2. If 1.9.2 was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that 1.9.2 was deliberately skipped or already shipped.
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/desktop/package.json
Line: 5
Comment:
**Version skips 1.9.2**
The desktop version jumps from `1.9.1` directly to `1.9.3`, bypassing `1.9.2`. If `1.9.2` was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that `1.9.2` was deliberately skipped or already shipped.
How can I resolve this? If you propose a fix, please make it concise.
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Bumps desktop app version to 1.9.3.
This PR was automatically created by the release script.
Summary by cubic
Bump
@superset/desktopto 1.9.3 and@superset/host-serviceto 0.8.4 to prepare the desktop release.Written for commit e034986. Summary will update on new commits.
Summary by CodeRabbit