chore(desktop): bump version to 1.12.4#5179
Conversation
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit bcd108e on Jun 7, 2026 8:39pm UTC. |
|
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 increments the version number of two packages: ChangesPackage version increments
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 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 patch-release version bump for the desktop app (
Confidence Score: 5/5Two-line version bump generated by the release script; no logic or dependency changes. Both files receive only a version field increment. The desktop package references @superset/host-service via workspace:*, so no cross-reference update is required. There is nothing here that could introduce a regression. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Version bumped from 1.12.3 to 1.12.4; no other changes |
| packages/host-service/package.json | Version bumped from 0.8.19 to 0.8.20; no other changes |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] --> B[apps/desktop/package.json
1.12.3 to 1.12.4]
A --> C[packages/host-service/package.json
0.8.19 to 0.8.20]
B --> D[desktop v1.12.4]
C --> E[host-service v0.8.20]
D -->|workspace:*| E
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.12.4 (..." | Re-trigger Greptile
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant NPM as npm registry
participant CI as CI/CD Pipeline
participant Repo as Git Repository
participant Builder as Build System
participant Desktop as @superset/desktop
participant Host as @superset/host-service
Note over NPM,Host: Release Version Bump Flow
CI->>Repo: Trigger release script
Repo->>Repo: Update package.json versions
Repo-->>CI: Commit changes
CI->>Builder: Start build with updated versions
Builder->>Desktop: Read version 1.12.4
Builder->>Host: Read version 0.8.20
alt Release build
Builder->>Desktop: Build desktop app
Builder->>Host: Build host service
Desktop->>NPM: Publish @superset/desktop@1.12.4
Host->>NPM: Publish @superset/host-service@0.8.20
end
Note over Builder,NPM: Version synchronization ensures<br/>matching releases across packages
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Bumps desktop app version to 1.12.4.
This PR was automatically created by the release script.
Summary by cubic
Updates
@superset/desktopto 1.12.4 and@superset/host-serviceto 0.8.20 for the release build.Written for commit bcd108e. Summary will update on new commits.
Summary by CodeRabbit