Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@superset/desktop",
"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.

"main": "./dist/main/index.js",
"resources": "src/resources",
"repository": {
Expand Down
Loading