chore(desktop): bump version to 1.12.2#5072
Conversation
|
Ready to review this PR? Stage has broken it down into 3 individual chapters for you:
Chapters generated by Stage for commit 3b917e5 on Jun 3, 2026 4:30am 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 ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughVersion fields updated in three package manifests: ChangesPackage Version Updates
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 version bump PR that increments the desktop app from
Confidence Score: 5/5Safe to merge — only version strings are changed, with no functional code modifications. Both changed files contain exactly one-line edits that increment version numbers. There is no logic, dependency, or configuration change that could introduce a regression. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Version field bumped from 1.12.1 to 1.12.2; no other changes. |
| packages/host-service/package.json | Version field bumped from 0.8.17 to 0.8.18; no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Script] --> B[Bump apps/desktop/package.json\n1.12.1 → 1.12.2]
A --> C[Bump packages/host-service/package.json\n0.8.17 → 0.8.18]
B --> D[Desktop App Release 1.12.2]
C --> D
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.12.2 (..." | Re-trigger Greptile
Bundled fixes since 0.2.21 (no command-surface changes): - #5067 pty-daemon: raise RLIMIT_NOFILE + surface real spawn errno - #5066 projects: restrict deletion to organization owners - #5055 route organization creation through auth hooks Also syncs bun.lock with the desktop 1.12.2 / host-service 0.8.18 bump that landed in e173c89 without a lockfile update.
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant ReleaseScript as Release Script
participant DesktopPkg as @superset/desktop package.json
participant HostPkg as @superset/host-service package.json
participant BuildPipeline as Build Pipeline
participant DesktopApp as Desktop Application
participant HostService as Host Service
Note over ReleaseScript,HostService: Version Bump Flow
ReleaseScript->>DesktopPkg: Bump version 1.12.1 → 1.12.2
ReleaseScript->>HostPkg: Bump version 0.8.17 → 0.8.18
DesktopPkg-->>ReleaseScript: Updated version
HostPkg-->>ReleaseScript: Updated version
Note over BuildPipeline,DesktopApp: Build & Distribution
BuildPipeline->>DesktopPkg: Read version 1.12.2
BuildPipeline->>HostPkg: Read version 0.8.18
BuildPipeline->>DesktopApp: Compile desktop app
BuildPipeline->>HostService: Compile host service
BuildPipeline->>DesktopApp: Package with version 1.12.2
BuildPipeline->>HostService: Package with version 0.8.18
Note over DesktopApp,HostService: Runtime (unchanged)
DesktopApp->>DesktopApp: Display version 1.12.2 in UI
DesktopApp->>HostService: Communicate via IPC
HostService-->>DesktopApp: Respond with host features
Note over DesktopApp,HostService: No functional changes
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Bumps desktop app version to 1.12.2.
This PR was automatically created by the release script.
Summary by cubic
Bump
@superset/desktop1.12.2,@superset/host-service0.8.18, and@superset/cli0.2.22. No CLI surface changes.Written for commit 3b917e5. Summary will update on new commits.
Summary by CodeRabbit