Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR finalizes the release version by updating the version strings from "1.12.0-beta.4" to "1.12.0" across multiple project files.
- Removed the beta tag from the version in web, desktop, CLI, and internal version files.
- Ensured consistency in version representation for the stable release.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| web/package.json | Updated version from beta to final release. |
| src/version.ts | Updated exported version string to match the production version. |
| package.json | Revised version string for the desktop client to the stable release. |
| cli/package.json | Bumped the CLI tool's version from beta to final release. |
Comments suppressed due to low confidence (4)
web/package.json:3
- The version update from beta to final is correctly applied. Please double-check that any documentation or scripts referencing the previous beta version are updated accordingly.
"version": "1.12.0",
src/version.ts:1
- The version string has been updated consistently. Verify that this version export is used correctly in downstream processes.
export default '1.12.0'
package.json:3
- The desktop client's package version has been updated from beta to final. Ensure that any version-dependent logic or references in the repository are adjusted to match this change.
"version": "1.12.0",
cli/package.json:3
- The CLI tool's version update from beta to final appears correct. Please confirm that CLI documentation and release scripts are synchronized with this change.
"version": "1.12.0",
Red-Asuka
approved these changes
Jun 25, 2025
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.