chore(desktop): bump version to 1.2.2#2628
Conversation
📝 WalkthroughWalkthroughThe desktop application package version in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
There was a problem hiding this comment.
1 issue found across 1 file (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">
P1: This change decreases the app version (1.2.3 → 1.2.2) instead of bumping it, which can block semver-based desktop auto-updates.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "productName": "Superset", | ||
| "description": "The last developer tool you'll ever need", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", |
There was a problem hiding this comment.
P1: This change decreases the app version (1.2.3 → 1.2.2) instead of bumping it, which can block semver-based desktop auto-updates.
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>This change decreases the app version (1.2.3 → 1.2.2) instead of bumping it, which can block semver-based desktop auto-updates.</comment>
<file context>
@@ -2,7 +2,7 @@
"productName": "Superset",
"description": "The last developer tool you'll ever need",
- "version": "1.2.3",
+ "version": "1.2.2",
"main": "./dist/main/index.js",
"resources": "src/resources",
</file context>
| "version": "1.2.2", | |
| "version": "1.2.3", |
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Bumps desktop app version to 1.2.2.
This PR was automatically created by the release script.
Summary by cubic
Bumps
@superset/desktopfrom 1.2.1 to 1.2.2 for the next patch release. Preps the desktop build for packaging and auto-updates.Written for commit 0b7b128. Summary will update on new commits.
Summary by CodeRabbit