Skip to content

chore(desktop): bump version to 1.10.1#4789

Merged
Kitenite merged 1 commit into
mainfrom
scratched-earth
May 20, 2026
Merged

chore(desktop): bump version to 1.10.1#4789
Kitenite merged 1 commit into
mainfrom
scratched-earth

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented May 20, 2026

Bumps desktop app version to 1.10.1.

This PR was automatically created by the release script.


Open in Stage

Summary by cubic

Prepare the 1.10.1 desktop release. Bump @superset/desktop to 1.10.1 and @superset/host-service to 0.8.9.

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

Summary by CodeRabbit

  • Chores
    • Updated desktop application version to 1.10.1
    • Updated host service package version to 0.8.9

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 Update host-service package version
2 Bump desktop application version to 1.10.1
Open in Stage

Chapters generated by Stage for commit 97e8017 on May 20, 2026 9:27pm 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: 45abad84-7fae-4014-b02b-1484cfd6debb

📥 Commits

Reviewing files that changed from the base of the PR and between 2a368bf and 97e8017.

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

📝 Walkthrough

Walkthrough

This PR bumps the version of the desktop application from 1.9.9 to 1.10.1 and increments the host-service package version from 0.8.8 to 0.8.9 in their respective package.json manifests.

Changes

Package Version Bumps

Layer / File(s) Summary
Package Version Updates
apps/desktop/package.json, packages/host-service/package.json
Desktop app version incremented to 1.10.1 and host-service package version incremented to 0.8.9 in package manifests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • superset-sh/superset#4603: Both PRs bump apps/desktop/package.json from a prior patch version and include corresponding packages/host-service/package.json version bumps in the same version fields.
  • superset-sh/superset#4464: Both PRs bump versions in both apps/desktop/package.json and packages/host-service/package.json with no other code changes.
  • superset-sh/superset#4745: Both PRs update apps/desktop/package.json and packages/host-service/package.json version fields as the sole change.

Poem

🐰 Versions rise, a hop and a bound,
Desktop leaps to one-ten-one sound,
Host-service climbs with patient grace,
Each package finds its rightful place! 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description covers the main change but deviates from the template structure, lacking sections like Related Issues, Type of Change, Testing, and Screenshots that the template specifies. While the description explains the change adequately, consider following the template structure more closely by adding explicit sections for Type of Change, Related Issues, and Testing information.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the desktop version to 1.10.1, which aligns with the actual package.json modification.
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 scratched-earth

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 automated PR bumps the desktop app and host-service package versions as part of the 1.10.1 release. The host-service increment is a clean patch bump, but the desktop version skips 1.10.0 and lands on 1.10.1.

  • apps/desktop/package.json: 1.9.91.10.1 (minor version bump, patch 0 skipped)
  • packages/host-service/package.json: 0.8.80.8.9 (normal patch increment)

Confidence Score: 4/5

Safe to merge after confirming the skip of 1.10.0 is intentional

Both changes are mechanical version bumps. The only question is whether the desktop jump from 1.9.9 to 1.10.1 — bypassing 1.10.0 entirely — reflects an intentional decision (e.g. 1.10.0 was yanked or reserved) or a release-script misconfiguration. The host-service bump is a clean patch increment and raises no concerns.

apps/desktop/package.json — verify the version skip from 1.9.9 to 1.10.1

Important Files Changed

Filename Overview
apps/desktop/package.json Desktop app version bumped from 1.9.9 to 1.10.1, skipping 1.10.0
packages/host-service/package.json Host-service version bumped from 0.8.8 to 0.8.9 — straightforward patch increment

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Script Triggered] --> B[Bump apps/desktop/package.json]
    A --> C[Bump packages/host-service/package.json]
    B --> D["1.9.9 → 1.10.1 (skips 1.10.0)"]
    C --> E["0.8.8 → 0.8.9"]
    D --> F[Open PR #4789]
    E --> F
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 jump skips 1.10.0**

The desktop version goes from `1.9.9` directly to `1.10.1`, skipping `1.10.0`. If `1.10.0` was never published this means consumers checking for an incremental release won't find it, and tooling that expects monotonically-incrementing releases may behave unexpectedly. Was `1.10.0` intentionally skipped (e.g. a yanked or reserved release), or is this a release-script misconfiguration?

Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.10.1 (..." | 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 jump skips 1.10.0

The desktop version goes from 1.9.9 directly to 1.10.1, skipping 1.10.0. If 1.10.0 was never published this means consumers checking for an incremental release won't find it, and tooling that expects monotonically-incrementing releases may behave unexpectedly. Was 1.10.0 intentionally skipped (e.g. a yanked or reserved release), or is this a release-script misconfiguration?

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

Comment:
**Version jump skips 1.10.0**

The desktop version goes from `1.9.9` directly to `1.10.1`, skipping `1.10.0`. If `1.10.0` was never published this means consumers checking for an incremental release won't find it, and tooling that expects monotonically-incrementing releases may behave unexpectedly. Was `1.10.0` intentionally skipped (e.g. a yanked or reserved release), or is this a release-script misconfiguration?

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 f56974b into main May 20, 2026
22 checks passed
@Kitenite Kitenite deleted the scratched-earth branch May 20, 2026 22:12
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