Version 0.20260803.0 - #544
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the application and renderer package versions to 0.20260803.0, updates related dependency versions/lockfiles, and adjusts the version-generation script to derive the date in the Pacific/Auckland timezone.
Changes:
- Update root and renderer package versions (and
libopencortype package version) to20260803. - Adjust
version.new.tsto compute the “minor” date component usingIntl.DateTimeFormat(..., { timeZone: 'Pacific/Auckland' }).formatToParts(...). - Refresh Bun lockfiles and minor dependency versions (e.g.,
vue-tsc,node-addon-api,rolluptransitive updates).
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/assets/app.css | Removes the CSS override disabling transitions for PrimeVue components. |
| src/renderer/scripts/version.new.ts | Uses timezone-aware date parts when generating the date-based version string; adjusts JSON reads to use UTF-8. |
| src/renderer/package.json | Bumps renderer package version and related dependency versions. |
| src/renderer/bun.lock | Updates lockfile entries to match renderer dependency bumps. |
| package.json | Bumps root package version and updates dependency versions. |
| bun.lock | Updates lockfile entries to match root dependency bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
It's better to disable transitions where it matters to us (e.g., for progress bars).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.