Skip to content

PDX-0: chore: bump version to 1.5.4#203

Merged
mrdailey99 merged 1 commit into
developfrom
chore/bump-version-1.5.4
Jun 2, 2026
Merged

PDX-0: chore: bump version to 1.5.4#203
mrdailey99 merged 1 commit into
developfrom
chore/bump-version-1.5.4

Conversation

@mrdailey99
Copy link
Copy Markdown
Collaborator

Summary

  • Bumps the package version from 1.5.2-beta.4 to 1.5.4 on develop.
  • Keeps the version in sync across all three fields per the repo convention: package.json version, server.json top-level version, and server.json packages[0].version.

Context

1.5.3 was released from a release branch to main and never back-merged to develop, so develop was still at 1.5.2-beta.4. This advances it to the next version (1.5.4), reflecting the merged PDX-501…PDX-505 MCP fixes.

⚠️ Note for maintainers (not addressed in this PR): develop is currently behind main for the 1.5.3 release — the release branch landed on main only. A separate main → develop back-merge may be warranted so develop carries the 1.5.3 release history. Flagging rather than fixing here, since that reconciliation is out of scope for a version-bump chore.

Test plan

  • yarn compile passes
  • yarn lint passes
  • pre-push (yarn build && yarn test) passed
  • package.json and server.json versions are identical (1.5.4)

Changes

  • package.json: version1.5.4
  • server.json: top-level version and packages[0].version1.5.4

RCA: Develop sat at 1.5.2-beta.4 after the PDX-501..505 MCP fixes merged; 1.5.3 shipped from a release branch to main only and never back-merged, so develop needs to advance to the next version.
Fix: Set version to 1.5.4 in package.json and both server.json fields (top-level "version" and packages[0].version) so the two stay identical per the repo version-sync convention.
Copilot AI review requested due to automatic review settings June 2, 2026 21:50
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

Quality Orchestrator

🟢 LOW · 0 / 100 · All changed files have mapped tests.


No test files mapped.


⚡ quality-orchestrator  ·  /qo stub <file>  ·  qo analyze-local

Copy link
Copy Markdown
Contributor

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 updates the project’s published version on develop to 1.5.4, keeping the CLI package metadata and MCP server.json manifest aligned with the repository’s stated “single version across all fields” convention.

Changes:

  • Bump package.json version from 1.5.2-beta.4 to 1.5.4.
  • Bump server.json top-level version to 1.5.4.
  • Bump server.json packages[0].version to 1.5.4.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
server.json Updates MCP server manifest version fields to 1.5.4.
package.json Updates npm package version to 1.5.4.

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

@mrdailey99 mrdailey99 merged commit 5ba2081 into develop Jun 2, 2026
5 checks passed
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.

2 participants