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": "1.2.1",
"version": "1.2.2",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Mar 20, 2026

Choose a reason for hiding this comment

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

P1: This change decreases the app version (1.2.3 → 1.2.2) instead of bumping it, which can block semver-based desktop auto-updates.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/desktop/package.json, line 5:

<comment>This change decreases the app version (1.2.3 → 1.2.2) instead of bumping it, which can block semver-based desktop auto-updates.</comment>

<file context>
@@ -2,7 +2,7 @@
 	"productName": "Superset",
 	"description": "The last developer tool you'll ever need",
-	"version": "1.2.3",
+	"version": "1.2.2",
 	"main": "./dist/main/index.js",
 	"resources": "src/resources",
</file context>
Suggested change
"version": "1.2.2",
"version": "1.2.3",
Fix with Cubic

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