Skip to content

PDX-0: chore(release) — bump version to 1.5.2-beta.1#189

Merged
mrdailey99 merged 1 commit into
developfrom
chore/version-bump-1.5.2-beta.1
May 20, 2026
Merged

PDX-0: chore(release) — bump version to 1.5.2-beta.1#189
mrdailey99 merged 1 commit into
developfrom
chore/version-bump-1.5.2-beta.1

Conversation

@mrdailey99
Copy link
Copy Markdown
Collaborator

Context

Develop is ahead of 1.5.1 (the last tagged release) by 13 commits spanning 7 PRs from the Sessions 6/7 backlog:

  • PDX-485 — shared warningCodes.ts enum
  • PDX-486 — VALIDATE-TYPO (A: strict validator unknown-key detection / B: testrun zero-tests guard)
  • PDX-489 — G3 DATA-001 dataTable direct-mode warning + path-safety hardening
  • PDX-490 — G5 error_category + retryable on test-run failures
  • PDX-492 — H2a provar_org_describe tool reading Provar workspace .metadata cache
  • PDX-493 — H3 date/datetime/boolean/decimal valueClass dispatch (canonical-reference alignment)

Per CLAUDE.md, the develop branch tracks <major>.<minor>.<patch>-beta.<n>. Bumping to 1.5.2-beta.1 so the next publish from develop doesn't clash with the released 1.5.1.

Files changed

  • package.jsonversion: "1.5.1""1.5.2-beta.1"
  • server.json — top-level version AND packages[0].version updated in lock-step per the version-sync rule

Verification

  • yarn compile — clean
  • yarn lint — clean (incl. lint:script-names)
  • node_modules/.bin/mocha "test/**/*.test.ts"1245 passing / 1 pending / 0 failing
  • All three version fields synced (verified via git diff)

Next step

After this merges to develop, open the release PR develop → main and tag v1.5.2 on the release merge commit.

RCA: Develop accumulated 7 PRs from Sessions 6/7 backlog (PDX-485 thread-prep, PDX-486 VALIDATE-TYPO A+B, PDX-489 G3 DATA-001, PDX-490 G5 error_category, PDX-492 H2a provar_org_describe, PDX-493 H3 valueClass decimal alignment) since 1.5.1 was tagged. Per CLAUDE.md the develop branch tracks <major>.<minor>.<patch>-beta.<n>, so the next publishable version is 1.5.2-beta.1. Without this bump a publish from develop would clash with 1.5.1 on the registry.

Fix: Bump package.json.version, server.json.version (top-level), and server.json.packages[0].version from 1.5.1 to 1.5.2-beta.1, keeping all three identical per the version-sync rule in CLAUDE.md. No source or test changes. yarn compile clean, yarn lint clean, full mocha 1245 passing / 0 failing.
Copilot AI review requested due to automatic review settings May 20, 2026 14:45
@mrdailey99 mrdailey99 merged commit 38d5504 into develop May 20, 2026
6 checks passed
@github-actions
Copy link
Copy Markdown

Quality Orchestrator

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


No test files mapped.


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

@mrdailey99 mrdailey99 deleted the chore/version-bump-1.5.2-beta.1 branch May 20, 2026 14:46
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

Bumps the CLI/MCP server version to 1.5.2-beta.1 to align develop’s pre-release versioning with the repo’s <major>.<minor>.<patch>-beta.<n> convention and avoid clashing with the last tagged release (1.5.1).

Changes:

  • Updated package.json package version to 1.5.2-beta.1.
  • Updated server.json top-level version and packages[0].version to 1.5.2-beta.1 to keep version fields in sync.

Reviewed changes

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

File Description
server.json Bumps MCP server/version metadata (top-level and package entry) to 1.5.2-beta.1.
package.json Bumps npm package version to 1.5.2-beta.1.

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

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