Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the desktop app’s npm package version to 0.1.0-beta.14 to trigger a new release build for verifying a UI fix.
Changes:
- Update
apps/desktop/package.jsonversion from0.1.0-beta.11→0.1.0-beta.14.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "name": "desktop", | ||
| "version": "0.1.0-beta.11", | ||
| "version": "0.1.0-beta.14", | ||
| "description": "Cross-platform SSH manager desktop app", |
There was a problem hiding this comment.
The repo’s app version is expected to stay in sync across apps/desktop/package.json, apps/desktop/src-tauri/tauri.conf.json, and apps/desktop/src-tauri/Cargo.toml (per docs/releases.md and the release/manual-build workflows). This change updates only package.json, leaving the other two (and apps/desktop/package-lock.json) at 0.1.0-beta.11, which can lead to inconsistent local builds and artifacts. Please bump the corresponding versions (and regenerate/update the lockfile) to 0.1.0-beta.14 as well.
Bumps version to 0.1.0-beta.14 to trigger a fresh release build for UI fix verification.