chore(desktop): bump version to 1.5.0#3360
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 (1)
📝 WalkthroughWalkthroughThe desktop application version in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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 PR bumps the
Confidence Score: 5/5Safe to merge — single-field version bump with no functional or structural changes. The only change is the "version" field in No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Script as Release Script
participant Repo as superset repo
participant Build as electron-builder
participant Store as Distribution (release)
Script->>Repo: Bump apps/desktop/package.json version → 1.5.0
Repo->>Build: bun run release (electron-builder --publish always)
Build->>Build: Compile & package Electron app
Build->>Store: Publish v1.5.0 artifact
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.5.0" | Re-trigger Greptile |
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Bumps desktop app version to 1.5.0.
This PR was automatically created by the release script.
Summary by cubic
Bump
@superset/desktopversion to 1.5.0 to prepare the next desktop release and ensure packaging/auto-update pick up the new version.Written for commit 84da485. Summary will update on new commits.
Summary by CodeRabbit