Skip to content

chore(desktop): bump version to 1.9.9#4745

Merged
Kitenite merged 1 commit into
mainfrom
odd-marble
May 20, 2026
Merged

chore(desktop): bump version to 1.9.9#4745
Kitenite merged 1 commit into
mainfrom
odd-marble

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented May 20, 2026

Bumps desktop app version to 1.9.9.

This PR was automatically created by the release script.


Open in Stage

Summary by cubic

Bumps @superset/desktop to 1.9.9 and @superset/host-service to 0.8.8 for the next desktop release. No functional changes; version-only update.

Written for commit bf3edfb. Summary will update on new commits. Review in cubic

Summary by CodeRabbit

  • Chores
    • Updated desktop app version to 1.9.9
    • Updated host service version to 0.8.8

Review Change Stack

@stage-review
Copy link
Copy Markdown

stage-review Bot commented May 20, 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.9.9
Open in Stage

Chapters generated by Stage for commit bf3edfb on May 20, 2026 12:13am UTC.

@capy-ai
Copy link
Copy Markdown

capy-ai Bot commented May 20, 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 20, 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: 2742b663-b2fb-43bb-9534-79e9f0b70375

📥 Commits

Reviewing files that changed from the base of the PR and between 9d8a77c and bf3edfb.

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

📝 Walkthrough

Walkthrough

Version fields are bumped in two package manifests: desktop app from 1.9.7 to 1.9.9, and host-service from 0.8.7 to 0.8.8. No dependencies, scripts, or other fields are modified.

Changes

Package Version Updates

Layer / File(s) Summary
Desktop app version update
apps/desktop/package.json
Desktop app version field updated from 1.9.7 to 1.9.9 in package manifest.
Host-service version update
packages/host-service/package.json
Host-service package version field updated from 0.8.7 to 0.8.8 in package manifest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • superset-sh/superset#4464: Bumps both apps/desktop/package.json (desktop version) and packages/host-service/package.json (host-service version) with no other code changes.
  • superset-sh/superset#4349: Updates both desktop and host-service package version fields in the same files.
  • superset-sh/superset#4692: Bumps the same version fields targeting 1.9.7 for desktop and 0.8.8 for host-service with no other code changes.

Poem

🐰 Two versions leap, no code to change,
Just numbers dancing in a range,
From 1.9.7 to 1.9.9,
And 0.8.7 to 0.8.8—twine!
Simple bumps, release is near,
Happy hopping, code so clear. 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(desktop): bump version to 1.9.9' accurately describes the main change: bumping the desktop app version. However, it omits that host-service version was also bumped, which is a secondary but real part of the changeset.
Description check ✅ Passed The PR description covers the main objective and includes auto-generated summaries from tools. However, it lacks most sections from the template (Type of Change, Testing, etc.) and provides minimal formal structure.
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 odd-marble

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

Greptile Summary

This is an automated version-bump PR for the desktop app, raising @superset/desktop from 1.9.7 to 1.9.9 and @superset/host-service from 0.8.7 to 0.8.8.

  • apps/desktop/package.json: version jumps from 1.9.7 to 1.9.9, skipping 1.9.8 — worth confirming this is intentional and not a release-script error.
  • packages/host-service/package.json: version incremented sequentially from 0.8.7 to 0.8.8, no concerns.

Confidence Score: 4/5

Safe to merge; the only question is whether the desktop version intentionally skips 1.9.8.

Both files contain only version string changes. The host-service bump is a clean sequential increment. The desktop bump skips a version number, which could confuse tooling or regression bisecting if 1.9.8 was never published, but does not affect runtime behavior.

apps/desktop/package.json — confirm the 1.9.7 → 1.9.9 skip is intentional.

Important Files Changed

Filename Overview
apps/desktop/package.json Desktop app version bumped from 1.9.7 to 1.9.9 — skips 1.9.8, which may be intentional or a release-script artifact
packages/host-service/package.json host-service version bumped from 0.8.7 to 0.8.8 — sequential increment, no issues

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Script Triggered] --> B[Bump desktop version]
    B --> C{Expected increment?}
    C -- "1.9.7 → 1.9.8 (sequential)" --> D[✅ Normal]
    C -- "1.9.7 → 1.9.9 (skips 1.9.8)" --> E[⚠️ Version gap — verify intent]
    A --> F[Bump host-service version]
    F --> G["0.8.7 → 0.8.8 (sequential)"]
    G --> H[✅ Normal]
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:4
**Version skip from 1.9.7 to 1.9.9**

The desktop version jumps from `1.9.7` directly to `1.9.9`, bypassing `1.9.8`. If `1.9.8` was never published this gap could confuse changelog tools, package registries, or anyone bisecting a regression by version number. Was `1.9.8` intentionally skipped or reserved, or is this an artifact of the release script selecting an incorrect next version?

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

Comment thread apps/desktop/package.json
@@ -2,7 +2,7 @@
"name": "@superset/desktop",
"productName": "Superset",
"description": "The last developer tool you'll ever need",
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 Version skip from 1.9.7 to 1.9.9

The desktop version jumps from 1.9.7 directly to 1.9.9, bypassing 1.9.8. If 1.9.8 was never published this gap could confuse changelog tools, package registries, or anyone bisecting a regression by version number. Was 1.9.8 intentionally skipped or reserved, or is this an artifact of the release script selecting an incorrect next version?

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

Comment:
**Version skip from 1.9.7 to 1.9.9**

The desktop version jumps from `1.9.7` directly to `1.9.9`, bypassing `1.9.8`. If `1.9.8` was never published this gap could confuse changelog tools, package registries, or anyone bisecting a regression by version number. Was `1.9.8` intentionally skipped or reserved, or is this an artifact of the release script selecting an incorrect next version?

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

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

Re-trigger cubic

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch

Thank you for your contribution! 🎉

@Kitenite Kitenite merged commit 9ca78fa into main May 20, 2026
22 checks passed
@Kitenite Kitenite deleted the odd-marble branch May 20, 2026 01:34
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