Skip to content

chore(desktop): bump version to 1.9.4 (host-service 0.8.3 -> 0.8.4)#4589

Merged
saddlepaddle merged 1 commit into
mainfrom
1.9.4
May 15, 2026
Merged

chore(desktop): bump version to 1.9.4 (host-service 0.8.3 -> 0.8.4)#4589
saddlepaddle merged 1 commit into
mainfrom
1.9.4

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented May 15, 2026

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes


Summary by cubic

Prepare the 1.9.4 desktop release and align package versions by updating @superset/desktop and @superset/host-service for consistency.

  • Dependencies
    • @superset/desktop: 1.9.1 → 1.9.4
    • @superset/host-service: 0.8.3 → 0.8.4

Written for commit 384ba9b. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • Desktop app version bumped to 1.9.4
    • Host service package version bumped to 0.8.4

Review Change Stack

@capy-ai
Copy link
Copy Markdown

capy-ai Bot commented May 15, 2026

Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f0293f57-6207-4e41-a8e9-bbccbeb8910d

📥 Commits

Reviewing files that changed from the base of the PR and between cdca933 and 384ba9b.

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

📝 Walkthrough

Walkthrough

Two package versions are incremented: desktop app from 1.9.1 to 1.9.4 and host-service from 0.8.3 to 0.8.4. No other manifest fields, dependencies, or code are modified.

Changes

Package version updates

Layer / File(s) Summary
Desktop and host-service package versions
apps/desktop/package.json, packages/host-service/package.json
Desktop app version bumped from 1.9.1 to 1.9.4, and host-service version bumped from 0.8.3 to 0.8.4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • superset-sh/superset#4464: Both PRs update version fields in apps/desktop/package.json and packages/host-service/package.json in a coordinated manner.

Poem

🐰 Two versions hop and climb so high,
From 1.9.1 to 1.9.4, no test shall cry.
The host-service grows from eight to four-oh,
A bumper's gentle touch, so light and low.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the desktop version to 1.9.4 and the host-service version to 0.8.4.
Description check ✅ Passed The description template is present with all required sections, though most are empty. The auto-generated summary by cubic provides meaningful context about the version updates and their purpose.
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 1.9.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 May 15, 2026

Greptile Summary

This PR bumps the @superset/desktop version from 1.9.1 to 1.9.4 and the @superset/host-service version from 0.8.3 to 0.8.4. No functional code changes are included.

  • apps/desktop/package.json: version 1.9.11.9.4 (skips 1.9.2 and 1.9.3, which don't appear in the git history of this branch)
  • packages/host-service/package.json: version 0.8.30.8.4 (sequential bump)

Confidence Score: 4/5

Safe to merge — only version strings are changed, with no functional code impact.

Both changes are pure version bumps in package.json files. The host-service bump is sequential (0.8.3 → 0.8.4). The desktop bump jumps from 1.9.1 directly to 1.9.4, skipping two patch versions that do not appear in the git history on this branch, which may indicate out-of-band releases or a minor versioning inconsistency worth confirming.

apps/desktop/package.json — the non-sequential version jump warrants a quick confirmation that 1.9.2 and 1.9.3 were intentionally skipped.

Important Files Changed

Filename Overview
apps/desktop/package.json Version bumped from 1.9.1 to 1.9.4, skipping 1.9.2 and 1.9.3; no other changes.
packages/host-service/package.json Version bumped sequentially from 0.8.3 to 0.8.4; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@superset/desktop\nv1.9.1"] -->|"bump (skips 1.9.2, 1.9.3)"| B["@superset/desktop\nv1.9.4"]
    C["@superset/host-service\nv0.8.3"] -->|"sequential bump"| D["@superset/host-service\nv0.8.4"]
Loading
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
apps/desktop/package.json:5
**Non-sequential version jump**

The desktop version jumps from `1.9.1` directly to `1.9.4`, skipping `1.9.2` and `1.9.3`. The previous bump commit (`d85dd2f6a`) shows `1.9.1` as the last published version, and no intermediate bumps appear in the git log. If `1.9.2` and `1.9.3` were released on a separate branch or out of band, this is fine — but if not, the gap may cause confusion in release tracking and auto-update checks that compare version strings sequentially.

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

Comment thread apps/desktop/package.json
"productName": "Superset",
"description": "The last developer tool you'll ever need",
"version": "1.9.1",
"version": "1.9.4",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Non-sequential version jump

The desktop version jumps from 1.9.1 directly to 1.9.4, skipping 1.9.2 and 1.9.3. The previous bump commit (d85dd2f6a) shows 1.9.1 as the last published version, and no intermediate bumps appear in the git log. If 1.9.2 and 1.9.3 were released on a separate branch or out of band, this is fine — but if not, the gap may cause confusion in release tracking and auto-update checks that compare version strings sequentially.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/desktop/package.json
Line: 5

Comment:
**Non-sequential version jump**

The desktop version jumps from `1.9.1` directly to `1.9.4`, skipping `1.9.2` and `1.9.3`. The previous bump commit (`d85dd2f6a`) shows `1.9.1` as the last published version, and no intermediate bumps appear in the git log. If `1.9.2` and `1.9.3` were released on a separate branch or out of band, this is fine — but if not, the gap may cause confusion in release tracking and auto-update checks that compare version strings sequentially.

How can I resolve this? If you propose a fix, please make it concise.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch

Thank you for your contribution! 🎉

@saddlepaddle saddlepaddle merged commit 273dc7e into main May 15, 2026
20 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