Skip to content

chore(release): bump all plugins to 0.11.3 - #328

Merged
zircote merged 1 commit into
mainfrom
chore/release-0.11.3
Jul 19, 2026
Merged

chore(release): bump all plugins to 0.11.3#328
zircote merged 1 commit into
mainfrom
chore/release-0.11.3

Conversation

@zircote

@zircote zircote commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Version-bumped for catalog-lockstep consistency per this repo's version-discipline convention (issue #49); every plugin picks up the four fixes merged since v0.11.2:

Propagated to github-pull-requests/github-bug-capture's byte-identical copies where applicable, per this repo's drift-check convention.

Touches every version-bearing location per plugin (plugin.json, mcp-server/package.json, package-lock.json, src/index.ts, rebuilt dist/index.js) plus marketplace.json's catalog version (leaving ref/sha for the automated post-tag pin-catalog job) and CHANGELOG.md.

Local gates run (mirroring ci.yml's own jobs):

  • version-consistency-check logic: all 7 plugins report a single agreed version across every location
  • hygiene-hook-drift-check logic: no drift between canonical and sibling copies
  • Per-plugin npm run typecheck && npm run lint && npm test: all pass (971 tests total across 7 plugins)
  • markdownlint-cli2 on CHANGELOG.md: 0 errors

Version-bumped for catalog-lockstep consistency per this repo's
version-discipline convention (issue #49); every plugin picks up the four
fixes merged since v0.11.2 (#326, #325, #322, #323), propagated to
github-pull-requests/github-bug-capture's byte-identical copies where
applicable.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 performs a coordinated release bump to v0.11.3 across all 7 vendored plugins, updating every version-bearing artifact (manifests, MCP server packages, and built dist/) and recording the release notes in CHANGELOG.md.

Changes:

  • Bump plugin versions from 0.11.2 → 0.11.3 across each plugin’s .claude-plugin/plugin.json and MCP server (src/index.ts, package.json, package-lock.json, rebuilt dist/index.js).
  • Add 0.11.3 release notes to CHANGELOG.md.
  • Update .claude-plugin/marketplace.json plugin entry version fields (but not their ref/sha pins).

Reviewed changes

Copilot reviewed 23 out of 37 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
plugins/github-sdlc-planning/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-sdlc-planning/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-sdlc-planning/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-sdlc-planning/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-sdlc-planning/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-repo-config/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-repo-config/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-repo-config/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-repo-config/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-repo-config/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-pull-requests/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-pull-requests/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-pull-requests/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-pull-requests/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-pull-requests/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-packages/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-packages/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-packages/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-packages/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-packages/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-org-identity/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-org-identity/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-org-identity/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-org-identity/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-org-identity/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-insights/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-insights/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-insights/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-insights/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-insights/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
plugins/github-bug-capture/mcp-server/src/index.ts Bumps MCP server reported version to 0.11.3.
plugins/github-bug-capture/mcp-server/package.json Bumps package version to 0.11.3.
plugins/github-bug-capture/mcp-server/package-lock.json Updates lockfile package version fields to 0.11.3.
plugins/github-bug-capture/mcp-server/dist/index.js Rebuild output reflects version 0.11.3.
plugins/github-bug-capture/.claude-plugin/plugin.json Bumps plugin manifest version to 0.11.3.
CHANGELOG.md Adds the 0.11.3 release entry documenting included fixes.
.claude-plugin/marketplace.json Updates catalog plugin entry version fields to 0.11.3 (while pins remain at v0.11.2).
Files not reviewed (7)
  • plugins/github-bug-capture/mcp-server/package-lock.json: Generated file
  • plugins/github-insights/mcp-server/package-lock.json: Generated file
  • plugins/github-org-identity/mcp-server/package-lock.json: Generated file
  • plugins/github-packages/mcp-server/package-lock.json: Generated file
  • plugins/github-pull-requests/mcp-server/package-lock.json: Generated file
  • plugins/github-repo-config/mcp-server/package-lock.json: Generated file
  • plugins/github-sdlc-planning/mcp-server/package-lock.json: Generated file

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

Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
Comment thread .claude-plugin/marketplace.json
@zircote
zircote merged commit 2f0e1e3 into main Jul 19, 2026
36 checks passed
@zircote
zircote deleted the chore/release-0.11.3 branch July 19, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants