From e97812618d4f5e12fa9e8ce782ce18a4b7a70353 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:12:24 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 12 ++++++------ CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/cobol-proleap/CHANGELOG.md | 9 +++++++++ packages/cobol-proleap/package.json | 2 +- packages/ingestion/CHANGELOG.md | 7 +++++++ packages/ingestion/package.json | 2 +- packages/mcp/CHANGELOG.md | 9 +++++++++ packages/mcp/package.json | 2 +- packages/pack/CHANGELOG.md | 9 +++++++++ packages/pack/package.json | 2 +- 13 files changed, 64 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bff9ff5..4001f01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - ".": "0.6.2", + ".": "0.6.3", "packages/analysis": "0.3.1", - "packages/cli": "0.5.2", - "packages/cobol-proleap": "0.1.6", + "packages/cli": "0.5.3", + "packages/cobol-proleap": "0.1.7", "packages/core-types": "0.3.0", "packages/embedder": "0.1.2", "packages/frameworks": "0.1.1", - "packages/ingestion": "0.4.2", - "packages/mcp": "0.4.1", - "packages/pack": "0.2.1", + "packages/ingestion": "0.4.3", + "packages/mcp": "0.4.2", + "packages/pack": "0.2.2", "packages/policy": "0.1.1", "packages/sarif": "0.1.2", "packages/scanners": "0.2.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b37c53..c044bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.2...root-v0.6.3) (2026-05-28) + + +### Bug Fixes + +* **ingestion:** re-vendor web-tree-sitter 0.26.9 runtime wasm ([#147](https://github.com/theagenticguy/opencodehub/issues/147)) ([9a146a5](https://github.com/theagenticguy/opencodehub/commit/9a146a5948981559bbad7bf5490c86406640a010)) + ## [0.6.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.1...root-v0.6.2) (2026-05-28) diff --git a/package.json b/package.json index 4523a82..653a138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.6.2", + "version": "0.6.3", "private": true, "description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents", "license": "Apache-2.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b461ea8..b0c0f53 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.2...cli-v0.5.3) (2026-05-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.4.3 + * @opencodehub/mcp bumped to 0.4.2 + * @opencodehub/pack bumped to 0.2.2 + ## [0.5.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.1...cli-v0.5.2) (2026-05-28) diff --git a/packages/cli/package.json b/packages/cli/package.json index f371ce0..4c4fad0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.5.2", + "version": "0.5.3", "description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)", "license": "Apache-2.0", "repository": { diff --git a/packages/cobol-proleap/CHANGELOG.md b/packages/cobol-proleap/CHANGELOG.md index 0169c0a..bb50dbc 100644 --- a/packages/cobol-proleap/CHANGELOG.md +++ b/packages/cobol-proleap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.7](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.6...cobol-proleap-v0.1.7) (2026-05-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.4.3 + ## [0.1.6](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.5...cobol-proleap-v0.1.6) (2026-05-28) diff --git a/packages/cobol-proleap/package.json b/packages/cobol-proleap/package.json index f4d8ee4..8b0ff8f 100644 --- a/packages/cobol-proleap/package.json +++ b/packages/cobol-proleap/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cobol-proleap", - "version": "0.1.6", + "version": "0.1.7", "description": "OpenCodeHub — COBOL deep-parse bridge over the uwol/cobol-parser JVM library (v4.0.0); gated behind --allow-build-scripts=proleap", "license": "Apache-2.0", "repository": { diff --git a/packages/ingestion/CHANGELOG.md b/packages/ingestion/CHANGELOG.md index 24a848d..a399efc 100644 --- a/packages/ingestion/CHANGELOG.md +++ b/packages/ingestion/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.2...ingestion-v0.4.3) (2026-05-28) + + +### Bug Fixes + +* **ingestion:** re-vendor web-tree-sitter 0.26.9 runtime wasm ([#147](https://github.com/theagenticguy/opencodehub/issues/147)) ([9a146a5](https://github.com/theagenticguy/opencodehub/commit/9a146a5948981559bbad7bf5490c86406640a010)) + ## [0.4.2](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.4.1...ingestion-v0.4.2) (2026-05-28) diff --git a/packages/ingestion/package.json b/packages/ingestion/package.json index 7c760b4..51fed06 100644 --- a/packages/ingestion/package.json +++ b/packages/ingestion/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/ingestion", - "version": "0.4.2", + "version": "0.4.3", "description": "OpenCodeHub — indexing pipeline (12-phase DAG, tree-sitter, language providers)", "license": "Apache-2.0", "repository": { diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index d0633a2..827539b 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.2](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.1...mcp-v0.4.2) (2026-05-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/pack bumped to 0.2.2 + ## [0.4.1](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.4.0...mcp-v0.4.1) (2026-05-28) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index b2853c9..82b96e1 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/mcp", - "version": "0.4.1", + "version": "0.4.2", "description": "OpenCodeHub — stdio MCP server exposing code-graph + group tools", "license": "Apache-2.0", "repository": { diff --git a/packages/pack/CHANGELOG.md b/packages/pack/CHANGELOG.md index 0178ee3..08b4cb2 100644 --- a/packages/pack/CHANGELOG.md +++ b/packages/pack/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.1...pack-v0.2.2) (2026-05-28) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.4.3 + ## [0.2.1](https://github.com/theagenticguy/opencodehub/compare/pack-v0.2.0...pack-v0.2.1) (2026-05-28) diff --git a/packages/pack/package.json b/packages/pack/package.json index 50099b8..d1fc4c3 100644 --- a/packages/pack/package.json +++ b/packages/pack/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/pack", - "version": "0.2.1", + "version": "0.2.2", "description": "OpenCodeHub — deterministic M5 9-item code-pack BOM", "license": "Apache-2.0", "repository": {