PDX-0: chore: bump version to 1.5.4#203
Merged
Merged
Conversation
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.
Quality Orchestrator🟢 LOW · No test files mapped. ⚡ quality-orchestrator · |
Contributor
There was a problem hiding this comment.
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.jsonversionfrom1.5.2-beta.4to1.5.4. - Bump
server.jsontop-levelversionto1.5.4. - Bump
server.jsonpackages[0].versionto1.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.
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.
Summary
1.5.2-beta.4to1.5.4ondevelop.package.jsonversion,server.jsontop-levelversion, andserver.jsonpackages[0].version.Context
1.5.3was released from a release branch tomainand never back-merged todevelop, sodevelopwas still at1.5.2-beta.4. This advances it to the next version (1.5.4), reflecting the merged PDX-501…PDX-505 MCP fixes.Test plan
1.5.4)Changes
package.json:version→1.5.4server.json: top-levelversionandpackages[0].version→1.5.4