Skip to content

chore(desktop): bump version to 1.5.8#3617

Merged
Kitenite merged 1 commit into
mainfrom
rel-1.5.8
Apr 22, 2026
Merged

chore(desktop): bump version to 1.5.8#3617
Kitenite merged 1 commit into
mainfrom
rel-1.5.8

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Apr 21, 2026

Bumps desktop app version to 1.5.8.

This PR was automatically created by the release script.

Summary by CodeRabbit

  • Chores
    • Desktop app version updated to 1.5.8.

Summary by cubic

Bump @superset/desktop version from 1.5.6 to 1.5.8 to prepare the desktop release and align packaging metadata.

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 21, 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: 33c50f9e-0c6a-4b5d-854c-26a312b0c191

📥 Commits

Reviewing files that changed from the base of the PR and between 605c2ee and 8441709.

📒 Files selected for processing (1)
  • apps/desktop/package.json

📝 Walkthrough

Walkthrough

The desktop app package version was incremented from 1.5.6 to 1.5.8 in apps/desktop/package.json. No other metadata, dependencies, or scripts were modified.

Changes

Cohort / File(s) Summary
Version Bump
apps/desktop/package.json
Updated package version from 1.5.6 to 1.5.8

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Hop, hop, hooray for the version climb!
From 1.5.6 to 1.5.8—perfectly fine,
Numbers ascending, like carrots in a row,
The desktop app shines with a well-numbered glow! 🥕✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is incomplete. It lacks required sections like 'Related Issues', 'Type of Change', 'Testing', and 'Additional Notes' from the repository template. Add the missing template sections or at minimum indicate the type of change (chore) and confirm testing/verification steps for the version bump.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping the desktop app version to 1.5.8, which matches the single file change in the diff.
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 rel-1.5.8

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 Apr 21, 2026

Greptile Summary

This PR bumps the @superset/desktop package version from 1.5.6 to 1.5.8 in apps/desktop/package.json. The change was generated automatically by the release script.

  • Single-line version bump in apps/desktop/package.json
  • Version skips 1.5.7 (goes directly from 1.5.61.5.8) — this may be intentional if 1.5.7 was skipped/reserved, but worth verifying the release script behavior

Confidence Score: 4/5

Safe to merge — this is a trivial, auto-generated version bump with one minor question about the skipped patch version.

The change is a single-field version bump in package.json generated by the release script. No logic, dependencies, or behavior changed. The only minor concern is the version jumping from 1.5.6 to 1.5.8 (skipping 1.5.7), which may be intentional but warrants a quick confirmation.

No files require special attention beyond the version skip clarification in apps/desktop/package.json.

Important Files Changed

Filename Overview
apps/desktop/package.json Version bumped from 1.5.6 to 1.5.8, skipping 1.5.7 — may be intentional but worth confirming

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Script Triggered] --> B[Determine Next Version]
    B --> C{Version Decision}
    C -->|Expected: 1.5.7| D[Skipped — reason unknown]
    C -->|Actual: 1.5.8| E[Bump apps/desktop/package.json]
    E --> F[PR Created Automatically]
    F --> G[Merge to main]
    G --> H[Publish Desktop v1.5.8]
Loading
Prompt To Fix All With AI
This is a comment left during a code review.
Path: apps/desktop/package.json
Line: 5

Comment:
**Version skips 1.5.7**

The version jumps directly from `1.5.6` to `1.5.8`, skipping `1.5.7`. If this is intentional (e.g., `1.5.7` was yanked, reserved, or already published externally), no action is needed. However, if the release script is expected to increment sequentially, this could indicate a misconfiguration or a prior release that wasn't reflected here.

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

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

Comment thread apps/desktop/package.json
"productName": "Superset",
"description": "The last developer tool you'll ever need",
"version": "1.5.6",
"version": "1.5.8",
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.5.7

The version jumps directly from 1.5.6 to 1.5.8, skipping 1.5.7. If this is intentional (e.g., 1.5.7 was yanked, reserved, or already published externally), no action is needed. However, if the release script is expected to increment sequentially, this could indicate a misconfiguration or a prior release that wasn't reflected here.

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.5.7**

The version jumps directly from `1.5.6` to `1.5.8`, skipping `1.5.7`. If this is intentional (e.g., `1.5.7` was yanked, reserved, or already published externally), no action is needed. However, if the release script is expected to increment sequentially, this could indicate a misconfiguration or a prior release that wasn't reflected here.

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 1 file

@Kitenite Kitenite merged commit cfc9c27 into main Apr 22, 2026
11 of 12 checks passed
@Kitenite Kitenite deleted the rel-1.5.8 branch April 22, 2026 17:29
@github-actions
Copy link
Copy Markdown
Contributor

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ⚠️ Neon database branch

Thank you for your contribution! 🎉

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.

2 participants