Skip to content
Open
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.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Version skips 1.9.2

The desktop version jumps from 1.9.1 directly to 1.9.3, bypassing 1.9.2. If 1.9.2 was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that 1.9.2 was deliberately skipped or already shipped.

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

Comment:
**Version skips 1.9.2**

The desktop version jumps from `1.9.1` directly to `1.9.3`, bypassing `1.9.2`. If `1.9.2` was intentionally released separately and this is by design that's fine, but if the release script generated this automatically it may indicate a numbering misalignment. Worth confirming that `1.9.2` was deliberately skipped or already shipped.

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