chore(desktop): bump version to 1.12.0#4970
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughVersion fields updated: ChangesRelease Versions
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit b09444a on May 28, 2026 5:50pm UTC. |
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
Greptile SummaryThis PR bumps the desktop app version from
Confidence Score: 5/5Safe to merge — only two version fields are changed by the automated release script, with no logic or configuration altered. Both files contain purely mechanical version string updates with no functional code changed. The desktop package moves to a new minor version and the host-service to a new patch version, exactly as expected from a release script run. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/desktop/package.json | Version bumped from 1.11.3 to 1.12.0 — minor version increment consistent with a new feature release |
| packages/host-service/package.json | Version bumped from 0.8.15 to 0.8.16 — patch increment for the host-service dependency |
Sequence Diagram
sequenceDiagram
participant Script as Release Script
participant Desktop as apps/desktop/package.json
participant HostSvc as packages/host-service/package.json
Script->>Desktop: bump version 1.11.3 → 1.12.0
Script->>HostSvc: bump version 0.8.15 → 0.8.16
Reviews (1): Last reviewed commit: "chore(desktop): bump version to 1.12.0 (..." | Re-trigger Greptile
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant ReleaseScript as "Release Script"
participant GHRepo as "GitHub Repository"
participant PackageRegistries as "Package Registries"
participant Desktop as "@superset/desktop"
participant HostService as "@superset/host-service"
Note over ReleaseScript,HostService: Version Bump Flow (No Runtime Changes)
ReleaseScript->>GHRepo: Update package versions
GHRepo->>Desktop: Bump version 1.11.3 → 1.12.0
GHRepo->>HostService: Bump version 0.8.15 → 0.8.16
Note over Desktop: apps/desktop/package.json
Note over HostService: packages/host-service/package.json
Desktop->>PackageRegistries: Tag for release 1.12.0
HostService->>PackageRegistries: Tag for release 0.8.16
Note over Desktop,HostService: @superset/host-service 0.8.16 is a dependency\nof @superset/desktop 1.12.0
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
|
Actionable comments posted: 0 |
There was a problem hiding this comment.
2 issues found across 2 files (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/desktop/package.json">
<violation number="1" location="apps/desktop/package.json:5">
P2: Set the desktop package version to 1.12.0 to match the intended release.</violation>
</file>
<file name="packages/host-service/package.json">
<violation number="1" location="packages/host-service/package.json:3">
P2: Set the host-service package version to 0.8.16 to match the intended release.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| "productName": "Superset", | ||
| "description": "The last developer tool you'll ever need", | ||
| "version": "1.11.3", | ||
| "version": "1.12.1", |
There was a problem hiding this comment.
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>
| "version": "1.12.1", | |
| "version": "1.12.0", |
| { | ||
| "name": "@superset/host-service", | ||
| "version": "0.8.15", | ||
| "version": "0.8.17", |
There was a problem hiding this comment.
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>
| "version": "0.8.17", | |
| "version": "0.8.16", |
Bumps desktop app version to 1.12.0.
This PR was automatically created by the release script.
Summary by cubic
Bumped
@superset/desktopto 1.12.1 and@superset/host-serviceto 0.8.17 for the desktop 1.12.1 patch release; no runtime changes.Written for commit b09444a. Summary will update on new commits.
Review in cubic
Summary by CodeRabbit