Skip to content

chore(desktop): bump version to 1.12.3#5139

Merged
saddlepaddle merged 1 commit into
mainfrom
release-desktop-jun-4
Jun 5, 2026
Merged

chore(desktop): bump version to 1.12.3#5139
saddlepaddle merged 1 commit into
mainfrom
release-desktop-jun-4

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Jun 5, 2026

Bumps desktop app version to 1.12.3.

This PR was automatically created by the release script.


Open in Stage

Summary by cubic

Bumps @superset/desktop to 1.12.3 and @superset/host-service to 0.8.19 to prepare the desktop release. No functional changes.

Written for commit d9d0783. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Chores
    • Desktop app version updated to 1.12.3
    • Host service version updated to 0.8.19

@stage-review
Copy link
Copy Markdown

stage-review Bot commented Jun 5, 2026

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

Title
1 Bump host-service package version
2 Bump desktop app version to 1.12.3
Open in Stage

Chapters generated by Stage for commit d9d0783 on Jun 5, 2026 5:14am UTC.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 5, 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: f42f06b1-1c58-4025-a7d5-dca37be9952a

📥 Commits

Reviewing files that changed from the base of the PR and between bee9720 and d9d0783.

📒 Files selected for processing (2)
  • apps/desktop/package.json
  • packages/host-service/package.json

📝 Walkthrough

Walkthrough

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

Changes

Package Version Bumps

Layer / File(s) Summary
Desktop and host-service version bumps
apps/desktop/package.json, packages/host-service/package.json
Desktop app version is incremented from 1.12.2 to 1.12.3, and host-service version is incremented from 0.8.18 to 0.8.19.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • superset-sh/superset#5072: Both PRs bump the same package version fields in apps/desktop/package.json and packages/host-service/package.json with consecutive version increments.
  • superset-sh/superset#4847: Both PRs only bump version fields in apps/desktop/package.json and packages/host-service/package.json with coordinated version increments.
  • superset-sh/superset#4970: Both PRs only bump the version fields in the same apps/desktop/package.json and packages/host-service/package.json files.

Poem

🐰 A hop and a bump, versions take flight,
Desktop 1.12.3, host-service feels right,
Two manifests dance, in sync and in place,
Superset's releases keep up the pace! 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is largely incomplete relative to the template; it lacks required sections like Related Issues, Type of Change, Testing, and Additional Notes. Add missing template sections including Type of Change (mark as 'Chore' or 'Other'), Related Issues if applicable, and confirm testing approach for version bumps.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping the desktop app version to 1.12.3, matching the primary modification in the changeset.
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 release-desktop-jun-4

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 5, 2026

Greptile Summary

This is an automated release PR that bumps the desktop app version from 1.12.2 to 1.12.3 and the host-service package version from 0.8.18 to 0.8.19.

  • apps/desktop/package.json: patch version bump (1.12.21.12.3) for the Electron desktop application.
  • packages/host-service/package.json: patch version bump (0.8.180.8.19) for the host-service internal package. The desktop app consumes it via workspace:* so no cross-reference update is needed.

Confidence Score: 5/5

Safe 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 workspace:*, so the version change there requires no corresponding update in the consuming package.

No files require special attention.

Important Files Changed

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
Loading

Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.12.3 (..." | Re-trigger Greptile

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 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
Loading

Re-trigger cubic

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch

Thank you for your contribution! 🎉

@saddlepaddle saddlepaddle merged commit 33a87f1 into main Jun 5, 2026
21 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