Skip to content

chore(desktop): bump version to 0.0.57#819

Merged
Kitenite merged 1 commit intomainfrom
release/desktop-v0.0.57
Jan 19, 2026
Merged

chore(desktop): bump version to 0.0.57#819
Kitenite merged 1 commit intomainfrom
release/desktop-v0.0.57

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Jan 19, 2026

Bumps desktop app version to 0.0.57

Summary by CodeRabbit

  • Chores
    • Version update.

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 19, 2026

📝 Walkthrough

Walkthrough

The desktop application package version is incremented from 0.0.56 to 0.0.57 in the package.json configuration file, reflecting a minor version bump.

Changes

Cohort / File(s) Change Summary
Version Bump
apps/desktop/package.json
Version field updated from "0.0.56" to "0.0.57"

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny version bump, so small and neat,
From fifty-six to fifty-seven, the change is sweet,
One line adjusted, no logic to test,
The desktop app marches on with the best!

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is significantly incomplete, missing most required template sections including Type of Change, Testing, and Additional Notes. Complete the PR description template by adding Type of Change (mark 'Other' as this is a version bump), Testing section, and other relevant template sections.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping the desktop app version to 0.0.57, which matches the file changes in the pull request.
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 0.0.57
but bun.lock still references `@superset/desktop` at 0.0.56; regenerate the
lockfile or update the lock entry so they match by reinstalling dependencies to
refresh bun.lock (or manually change the `@superset/desktop` version entry in
bun.lock to 0.0.57), then commit the updated bun.lock alongside the package.json
change.

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

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Find any references to the old version 0.0.56
echo "=== Searching for old version 0.0.56 ==="
rg "0\.0\.56" --no-heading

echo -e "\n=== Searching for CHANGELOG or release notes ==="
fd -i "changelog|release|history|news" -type f

echo -e "\n=== Checking current package.json version ==="
cat apps/desktop/package.json | head -10

Repository: superset-sh/superset

Length of output: 720


🏁 Script executed:

#!/bin/bash
# Search for all version references across the codebase
echo "=== All version references in config files ==="
rg "version.*0\.0\." --type json --type yaml --type lock -A 1 -B 1

echo -e "\n=== Check all package.json files ==="
fd "package\.json" -x grep -H "version" {}

echo -e "\n=== Check for version in root config files ==="
ls -la | grep -E "version|VERSION"

Repository: superset-sh/superset

Length of output: 2334


Update bun.lock to sync the desktop app version to 0.0.57

The version in apps/desktop/package.json was bumped to 0.0.57, but bun.lock still references @superset/desktop at version 0.0.56. The lock file must be regenerated or manually updated to match the package.json version to prevent build and dependency resolution issues.

🤖 Prompt for AI Agents
In `@apps/desktop/package.json` at line 5, The package version in
apps/desktop/package.json was bumped to 0.0.57 but bun.lock still references
`@superset/desktop` at 0.0.56; regenerate the lockfile or update the lock entry so
they match by reinstalling dependencies to refresh bun.lock (or manually change
the `@superset/desktop` version entry in bun.lock to 0.0.57), then commit the
updated bun.lock alongside the package.json change.

@Kitenite Kitenite merged commit 57b3d08 into main Jan 19, 2026
7 checks passed
@Kitenite Kitenite deleted the release/desktop-v0.0.57 branch January 19, 2026 23:02
@github-actions
Copy link
Copy Markdown
Contributor

🧹 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.

2 participants