Skip to content

Conversation

ysfscream
Copy link
Member

No description provided.

@ysfscream ysfscream added this to the v1.12.0 milestone Jun 25, 2025
@ysfscream ysfscream requested review from Red-Asuka and Copilot June 25, 2025 08:12
@ysfscream ysfscream self-assigned this Jun 25, 2025
@ysfscream ysfscream added the upgrade Version upgrade label Jun 25, 2025
@ysfscream ysfscream added this to MQTTX Jun 25, 2025
@ysfscream ysfscream added CLI MQTTX CLI web MQTTX Web desktop MQTTX Desktop labels Jun 25, 2025
Copy link

@Copilot 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

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",

@github-project-automation github-project-automation bot moved this to In Progress in MQTTX Jun 25, 2025
@Red-Asuka Red-Asuka merged commit bccba93 into main Jun 25, 2025
10 checks passed
@Red-Asuka Red-Asuka deleted the ysf/desktop branch June 25, 2025 08:14
@github-project-automation github-project-automation bot moved this from In Progress to Done in MQTTX Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI MQTTX CLI desktop MQTTX Desktop upgrade Version upgrade web MQTTX Web
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants