Skip to content

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Feb 9, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 9, 2026 00:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates how the renderer reads the app version from package.json (switching from named JSON imports to a default JSON import + destructure) and bumps the project version.

Changes:

  • Replace import { version } from ...package.json with import packageJson ... with { type: 'json' } and const { version } = packageJson in renderer Vue components.
  • Bump version from 0.20260209.1 to 0.20260209.2 in both root and renderer package.json.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/renderer/src/components/dialogs/AboutDialog.vue Reads version via default JSON import for display in the About dialog.
src/renderer/src/components/BackgroundComponent.vue Reads version via default JSON import for display on the background screen.
src/renderer/package.json Version bump for the renderer package.
package.json Version bump for the root/Electron package.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@agarny agarny merged commit bcc9870 into opencor:main Feb 9, 2026
14 checks passed
@agarny agarny deleted the cleaning-up branch February 9, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant