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 jump skips 1.10.0

The desktop version goes from 1.9.9 directly to 1.10.1, skipping 1.10.0. If 1.10.0 was never published this means consumers checking for an incremental release won't find it, and tooling that expects monotonically-incrementing releases may behave unexpectedly. Was 1.10.0 intentionally skipped (e.g. a yanked or reserved release), or is this a release-script misconfiguration?

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

Comment:
**Version jump skips 1.10.0**

The desktop version goes from `1.9.9` directly to `1.10.1`, skipping `1.10.0`. If `1.10.0` was never published this means consumers checking for an incremental release won't find it, and tooling that expects monotonically-incrementing releases may behave unexpectedly. Was `1.10.0` intentionally skipped (e.g. a yanked or reserved release), or is this a release-script misconfiguration?

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

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