Skip to content

chore(desktop): bump version to 1.12.2#5072

Merged
saddlepaddle merged 2 commits into
mainfrom
rel-again-343
Jun 3, 2026
Merged

chore(desktop): bump version to 1.12.2#5072
saddlepaddle merged 2 commits into
mainfrom
rel-again-343

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Jun 3, 2026

Bumps desktop app version to 1.12.2.

This PR was automatically created by the release script.


Open in Stage

Summary by cubic

Bump @superset/desktop 1.12.2, @superset/host-service 0.8.18, and @superset/cli 0.2.22. No CLI surface changes.

Written for commit 3b917e5. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Chores
    • Bumped desktop app version to a new patch release.
    • Updated host-service package to a new patch release.
    • Updated CLI package to a new patch release.

@stage-review
Copy link
Copy Markdown

stage-review Bot commented Jun 3, 2026

Ready to review this PR? Stage has broken it down into 3 individual chapters for you:

Title
1 Increment host-service and cli package versions
2 Bump desktop application version
3 Other changes
Open in Stage

Chapters generated by Stage for commit 3b917e5 on Jun 3, 2026 4:30am UTC.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 3, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 69e8d724-e198-4727-b764-95e38c406bc1

📥 Commits

Reviewing files that changed from the base of the PR and between e173c89 and 3b917e5.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • packages/cli/package.json
✅ Files skipped from review due to trivial changes (1)
  • packages/cli/package.json

📝 Walkthrough

Walkthrough

Version fields updated in three package manifests: apps/desktop/package.json 1.12.1 → 1.12.2, packages/host-service/package.json 0.8.17 → 0.8.18, and packages/cli/package.json 0.2.21 → 0.2.22. No other changes to dependencies, scripts, or configuration.

Changes

Package Version Updates

Layer / File(s) Summary
Version bumps for desktop, host-service, and cli packages
apps/desktop/package.json, packages/host-service/package.json, packages/cli/package.json
Updated package version fields: desktop 1.12.1 → 1.12.2, host-service 0.8.17 → 0.8.18, cli 0.2.21 → 0.2.22. No other manifest fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

Poem

🐰 A tiny hop, a version's wink,
Desktop, host, and CLI in sync,
I nudge the numbers, soft and light,
Releases lined up, tidy and bright,
Hooray — a rabbit's small delight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly indicates the main change: bumping the desktop app version to 1.12.2, which is the primary objective of this PR.
Description check ✅ Passed The PR description provides context about the version bump and notes it was auto-generated. However, it lacks several template sections like Type of Change, Testing, and Related Issues.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rel-again-343

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 3, 2026

Greptile Summary

This is an automated version bump PR that increments the desktop app from 1.12.1 to 1.12.2 and the host-service package from 0.8.17 to 0.8.18. No functional code changes are included.

  • apps/desktop/package.json: bumps the Electron desktop app version to 1.12.2.
  • packages/host-service/package.json: bumps the host-service package version to 0.8.18.

Confidence Score: 5/5

Safe 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.

Important Files Changed

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
Loading

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.
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

Re-trigger cubic

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

@saddlepaddle saddlepaddle merged commit 27a1991 into main Jun 3, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant