Skip to content

Conversation

@Kitenite
Copy link
Collaborator

@Kitenite Kitenite commented Jan 8, 2026

Bumps desktop app version to 0.0.49.

This PR was automatically created by the release script.

Summary by CodeRabbit

  • Chores
    • Patch version bump (0.0.48 → 0.0.49)

Note: This release contains no new features or bug fixes.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

📝 Walkthrough

Walkthrough

Bumps the desktop application package version from 0.0.48 to 0.0.49 in the package.json configuration file.

Changes

Cohort / File(s) Change Summary
Version Bump
apps/desktop/package.json
Updated version field from 0.0.48 to 0.0.49

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

Poem

🐰 A tiny hop, a version bump,
From point-four-eight to point-four-nine,
The numbers dance, and patches jump,
Small changes sparkle, oh so fine! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the desktop app version to 0.0.49, which matches the actual changeset.
Description check ✅ Passed The description is minimal but adequate for an automated version bump. It lacks most template sections (Related Issues, Type of Change, Testing, Screenshots, Additional Notes), but this is acceptable for a simple maintenance task.
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

@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: Update the MINIMUM_DESKTOP_VERSION constant (currently "0.0.48") to
"0.0.49" in the desktop version route code (the constant named
MINIMUM_DESKTOP_VERSION), so it matches the bumped package.json version and
avoids API compatibility mismatches.
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 320c5d8 and 3b03fab.

📒 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
  • GitHub Check: Build - macOS (arm64)

"productName": "Superset",
"description": "The last developer tool you'll ever need",
"version": "0.0.48",
"version": "0.0.49",
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check for version consistency across the monorepo

# Search for all package.json files and their versions
echo "=== Package.json files with version fields ==="
fd -e json package.json --exec jq -r '.name as $name | .version as $version | if $version then "\($name // "unknown"): \($version)" else empty end' {} \;

# Search for potential hardcoded version references to 0.0.48
echo -e "\n=== Potential references to old version 0.0.48 ==="
rg "0\.0\.48" --type-add 'config:*.{json,ts,js,yml,yaml}' -t config 2>/dev/null || echo "No matches found"

# Search for other 0.0.x version patterns
echo -e "\n=== All 0.0.x version patterns in config files ==="
rg "0\.0\.\d+" --type-add 'config:*.{json,ts,js,yml,yaml}' -t config 2>/dev/null || echo "No matches found"

# Search for version exports or constants
echo -e "\n=== Version constants in code ==="
rg "version.*=.*['\"]0\.0\." --type ts --type js -C 1 2>/dev/null || echo "No matches found"

Repository: superset-sh/superset

Length of output: 3577


Update MINIMUM_DESKTOP_VERSION constant to match the new version.

The version bump in apps/desktop/package.json is correct (0.0.48 → 0.0.49), but the hardcoded minimum version constant in apps/api/src/app/api/desktop/version/route.ts still references the old version:

const MINIMUM_DESKTOP_VERSION = "0.0.48";

This needs to be updated to "0.0.49" to maintain version consistency and prevent API compatibility issues.

🤖 Prompt for AI Agents
In @apps/desktop/package.json at line 5, Update the MINIMUM_DESKTOP_VERSION
constant (currently "0.0.48") to "0.0.49" in the desktop version route code (the
constant named MINIMUM_DESKTOP_VERSION), so it matches the bumped package.json
version and avoids API compatibility mismatches.

@Kitenite Kitenite merged commit c1c9d5b into main Jan 8, 2026
7 checks passed
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

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

Thank you for your contribution! 🎉

@Kitenite Kitenite deleted the testing-and-releasing branch January 8, 2026 05:29
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