Skip to content

chore(desktop): bump version to 1.9.3#4579

Open
Kitenite wants to merge 1 commit into
mainfrom
periodic-riddle
Open

chore(desktop): bump version to 1.9.3#4579
Kitenite wants to merge 1 commit into
mainfrom
periodic-riddle

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented May 14, 2026

Bumps desktop app version to 1.9.3.

This PR was automatically created by the release script.


Summary by cubic

Bump @superset/desktop to 1.9.3 and @superset/host-service to 0.8.4 to prepare the desktop release.

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

Summary by CodeRabbit

  • Chores
    • Updated desktop application package to version 1.9.3.
    • Updated host service package to version 0.8.4.

Review Change Stack

@capy-ai
Copy link
Copy Markdown

capy-ai Bot commented May 14, 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 14, 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: 2b28a993-ec04-4aac-9488-e13cfc97c77b

📥 Commits

Reviewing files that changed from the base of the PR and between 78c47a4 and e034986.

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

📝 Walkthrough

Walkthrough

Two package manifests are updated with incremented version numbers: @superset/desktop to 1.9.3 and @superset/host-service to 0.8.4.

Changes

Package Version Bumps

Layer / File(s) Summary
Desktop and host-service version bumps
apps/desktop/package.json, packages/host-service/package.json
@superset/desktop version field updated from 1.9.1 to 1.9.3, and @superset/host-service version field updated 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 bump version fields in apps/desktop/package.json and packages/host-service/package.json with identical version numbers.
  • superset-sh/superset#4349: Both PRs bump package version fields in the same two manifests without other code/config changes.
  • superset-sh/superset#2308: Both PRs bump apps/desktop/package.json version for @superset/desktop with no other manifest changes.

Poem

🐰 Two versions hop and skip,
From old to new they make their trip,
Desktop bounds to one-nine-three,
Host service counts—oh, joy to see!
A rabbit cheers the bumped release,
May all your updates bring you peace! 🎉

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is auto-generated and minimal, missing most template sections (Related Issues, Type of Change, Testing, Screenshots, Additional Notes), though it adequately explains the automated version bump. Consider whether auto-generated release PRs should follow the full template, or if a simpler format is acceptable for automated version bumps created by scripts.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the desktop app version from 1.9.1 to 1.9.3, which is the primary focus of 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 periodic-riddle

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

greptile-apps Bot commented May 14, 2026

Greptile Summary

This is an automated release PR bumping the Superset desktop app version to 1.9.3 and the host-service package to 0.8.4. No functional code changes are included.

  • apps/desktop/package.json: version advanced from 1.9.11.9.3 (skips 1.9.2).
  • packages/host-service/package.json: version advanced from 0.8.30.8.4 (sequential patch).

Confidence Score: 4/5

Safe to merge — only version fields change, no functional code is touched.

Both changes are purely mechanical version bumps with no logic changes. The only noteworthy detail is the desktop version skipping from 1.9.1 to 1.9.3, which warrants a quick sanity check to confirm 1.9.2 was intentionally skipped.

apps/desktop/package.json — the non-sequential version jump from 1.9.1 to 1.9.3 is worth confirming.

Important Files Changed

Filename Overview
apps/desktop/package.json Desktop app version bumped from 1.9.1 to 1.9.3, skipping 1.9.2
packages/host-service/package.json host-service package version bumped from 0.8.3 to 0.8.4, sequential patch increment

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Script] --> B[Bump desktop version\n1.9.1 → 1.9.3]
    A --> C[Bump host-service version\n0.8.3 → 0.8.4]
    B --> D[apps/desktop/package.json]
    C --> E[packages/host-service/package.json]
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
**Version skips 1.9.2**

The desktop version jumps from `1.9.1` directly to `1.9.3`, bypassing `1.9.2`. If `1.9.2` was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that `1.9.2` was deliberately skipped or already shipped.

Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.9.3 (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.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Version skips 1.9.2

The desktop version jumps from 1.9.1 directly to 1.9.3, bypassing 1.9.2. If 1.9.2 was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that 1.9.2 was deliberately skipped or already shipped.

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

Comment:
**Version skips 1.9.2**

The desktop version jumps from `1.9.1` directly to `1.9.3`, bypassing `1.9.2`. If `1.9.2` was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that `1.9.2` was deliberately skipped or already shipped.

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

@github-actions
Copy link
Copy Markdown
Contributor

🚀 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

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