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",
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 Version skip from 1.9.7 to 1.9.9

The desktop version jumps from 1.9.7 directly to 1.9.9, bypassing 1.9.8. If 1.9.8 was never published this gap could confuse changelog tools, package registries, or anyone bisecting a regression by version number. Was 1.9.8 intentionally skipped or reserved, or is this an artifact of the release script selecting an incorrect next version?

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

Comment:
**Version skip from 1.9.7 to 1.9.9**

The desktop version jumps from `1.9.7` directly to `1.9.9`, bypassing `1.9.8`. If `1.9.8` was never published this gap could confuse changelog tools, package registries, or anyone bisecting a regression by version number. Was `1.9.8` intentionally skipped or reserved, or is this an artifact of the release script selecting an incorrect next version?

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

"version": "1.9.7",
"version": "1.9.9",
"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.7",
"version": "0.8.8",
"private": true,
"type": "module",
"exports": {
Expand Down
Loading