Skip to content

chore(desktop): bump version to 0.0.52#689

Merged
Kitenite merged 1 commit intomainfrom
release-52
Jan 9, 2026
Merged

chore(desktop): bump version to 0.0.52#689
Kitenite merged 1 commit intomainfrom
release-52

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Jan 9, 2026

Bumps desktop app version to 0.0.52.

This PR was automatically created by the release script.

Summary by CodeRabbit

Release Notes

  • Chores
    • Version bump to 0.0.52

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 9, 2026

📝 Walkthrough

Walkthrough

This pull request increments the desktop application version in apps/desktop/package.json from 0.0.51 to 0.0.52. No additional changes are introduced.

Changes

Cohort / File(s) Summary
Desktop Version Bump
apps/desktop/package.json
Version field updated from 0.0.51 to 0.0.52

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Hop skip and a bound,
Version numbers go round,
Point-oh-oh-five-two's the call,
Desktop app stands tall! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is minimal but adequate for an automated version bump. However, it does not follow the required template structure with sections like Description, Related Issues, Type of Change, Testing, etc. Consider using the repository's PR description template to provide structured information, or document why template sections are not applicable for automated version bumps.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: bumping the desktop app version to 0.0.52, matching the actual version update in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @apps/desktop/package.json:
- Line 5: The package version in apps/desktop/package.json was bumped to
"version": "0.0.52" but bun.lock still lists "version": "0.0.51"; regenerate the
lockfile by running `bun install` (or the equivalent in CI) in the repo root so
bun.lock is updated to "0.0.52", then verify the bun.lock entry matches the
package.json change and commit the updated bun.lock alongside the package.json
version bump.
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1ae2bcf and eadcae8.

📒 Files selected for processing (1)
  • apps/desktop/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build - macOS (arm64)
  • GitHub Check: Build

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify there aren't other desktop version sources that also need updating.
rg -n --fixed-strings '"version": "0.0.5' apps/desktop -S
echo "---"
rg -n --fixed-strings '0.0.51' -S

Repository: superset-sh/superset

Length of output: 157


Update bun.lock to reflect the new version.

The version bump in apps/desktop/package.json to 0.0.52 is correct, but bun.lock still contains "version": "0.0.51" at line 124. Regenerate the lockfile with bun install (or equivalent) to synchronize the version across both files.

🤖 Prompt for AI Agents
In @apps/desktop/package.json at line 5, The package version in
apps/desktop/package.json was bumped to "version": "0.0.52" but bun.lock still
lists "version": "0.0.51"; regenerate the lockfile by running `bun install` (or
the equivalent in CI) in the repo root so bun.lock is updated to "0.0.52", then
verify the bun.lock entry matches the package.json change and commit the updated
bun.lock alongside the package.json version bump.

@Kitenite Kitenite merged commit 3e43658 into main Jan 9, 2026
7 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ⚠️ Neon database branch
  • ⚠️ Electric Fly.io app

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.

1 participant