Skip to content
Merged
Show file tree
Hide file tree
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.9.1",
"version": "1.9.4",
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.

P2 Non-sequential version jump

The desktop version jumps from 1.9.1 directly to 1.9.4, skipping 1.9.2 and 1.9.3. The previous bump commit (d85dd2f6a) shows 1.9.1 as the last published version, and no intermediate bumps appear in the git log. If 1.9.2 and 1.9.3 were released on a separate branch or out of band, this is fine — but if not, the gap may cause confusion in release tracking and auto-update checks that compare version strings sequentially.

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/desktop/package.json
Line: 5

Comment:
**Non-sequential version jump**

The desktop version jumps from `1.9.1` directly to `1.9.4`, skipping `1.9.2` and `1.9.3`. The previous bump commit (`d85dd2f6a`) shows `1.9.1` as the last published version, and no intermediate bumps appear in the git log. If `1.9.2` and `1.9.3` were released on a separate branch or out of band, this is fine — but if not, the gap may cause confusion in release tracking and auto-update checks that compare version strings sequentially.

How can I resolve this? If you propose a fix, please make it concise.

"main": "./dist/main/index.js",
"resources": "src/resources",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/host-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset/host-service",
"version": "0.8.3",
"version": "0.8.4",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading