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.11.3",
"version": "1.12.1",
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: Set the desktop package version to 1.12.0 to match the intended release.

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>Set the desktop package version to 1.12.0 to match the intended release.</comment>

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

"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.15",
"version": "0.8.17",
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: Set the host-service package version to 0.8.16 to match the intended release.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/host-service/package.json, line 3:

<comment>Set the host-service package version to 0.8.16 to match the intended release.</comment>

<file context>
@@ -1,6 +1,6 @@
 {
 	"name": "@superset/host-service",
-	"version": "0.8.16",
+	"version": "0.8.17",
 	"private": true,
 	"type": "module",
</file context>
Suggested change
"version": "0.8.17",
"version": "0.8.16",

"private": true,
"type": "module",
"exports": {
Expand Down
Loading