chore(desktop): bump version to 1.12.3#5139
Conversation
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit d9d0783 on Jun 5, 2026 5:14am 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 bumps the version numbers for two packages in the monorepo: the desktop application from 1.12.2 to 1.12.3 and the host-service from 0.8.18 to 0.8.19. No other configuration, dependencies, scripts, or code are modified. ChangesPackage Version Bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ 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 that bumps the desktop app version from
Confidence Score: 5/5Safe to merge — only version field values changed in two package.json files. Both files contain a single-field patch version increment each. No logic, dependencies, scripts, or exports were modified. The desktop app references host-service via No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Patch version bumped from 1.12.2 to 1.12.3; no other changes. |
| packages/host-service/package.json | Patch version bumped from 0.8.18 to 0.8.19; no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] -->|auto-creates PR| B[chore: bump version to 1.12.3]
B --> C[apps/desktop/package.json\n1.12.2 → 1.12.3]
B --> D[packages/host-service/package.json\n0.8.18 → 0.8.19]
C --> E[Desktop Electron App]
D --> F[Host Service Package]
E -- workspace:* --> F
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.12.3 (..." | Re-trigger Greptile
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant Script as Release Script
participant Desktop as @superset/desktop package.json
participant Host as @superset/host-service package.json
participant CI as CI Pipeline
participant Registry as Package Registry
Note over Script,Registry: Version Bump Release Process (no runtime changes)
Script->>Desktop: Update version to 1.12.3
Script->>Host: Update version to 0.8.19
Script-->>Desktop: version changed
Script-->>Host: version changed
Note over Script: Creates PR with version increments
CI->>Desktop: Read version field
CI->>Host: Read version field
CI->>CI: Build artifacts with updated versions
CI->>Registry: Publish @superset/desktop@1.12.3
CI->>Registry: Publish @superset/host-service@0.8.19
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Bumps desktop app version to 1.12.3.
This PR was automatically created by the release script.
Summary by cubic
Bumps
@superset/desktopto 1.12.3 and@superset/host-serviceto 0.8.19 to prepare the desktop release. No functional changes.Written for commit d9d0783. Summary will update on new commits.
Summary by CodeRabbit