diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea16e4e..fcdc432 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - ".": "0.3.1", + ".": "0.3.2", "packages/analysis": "0.1.2", - "packages/cli": "0.2.2", - "packages/cobol-proleap": "0.1.2", + "packages/cli": "0.2.3", + "packages/cobol-proleap": "0.1.3", "packages/core-types": "0.3.0", "packages/embedder": "0.1.2", "packages/frameworks": "0.1.1", - "packages/ingestion": "0.3.1", - "packages/mcp": "0.3.0", - "packages/pack": "0.1.2", + "packages/ingestion": "0.3.2", + "packages/mcp": "0.3.1", + "packages/pack": "0.1.3", "packages/policy": "0.1.1", "packages/sarif": "0.1.2", "packages/scanners": "0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca8a97..49bfaaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.2](https://github.com/theagenticguy/opencodehub/compare/root-v0.3.1...root-v0.3.2) (2026-05-12) + + +### Bug Fixes + +* **cli:** codehub --version reads the real version from package.json ([bac9b61](https://github.com/theagenticguy/opencodehub/commit/bac9b61d6df0a228e3f15b9d95581c79178de339)) +* **cli:** ship dist/plugin-assets and dist/commands/ci-templates in npm tarball ([e6df976](https://github.com/theagenticguy/opencodehub/commit/e6df9760d5df3f246bfa047f8d2bb11f08c37050)) +* **ingestion:** ship vendor/wasms in npm tarball ([6e3bf24](https://github.com/theagenticguy/opencodehub/commit/6e3bf24507bff60edcfe07532a65d6b3a0ece8f7)) + ## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/root-v0.3.0...root-v0.3.1) (2026-05-12) diff --git a/package.json b/package.json index 681a131..245cb70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencodehub-monorepo", - "version": "0.3.1", + "version": "0.3.2", "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 66a4036..0893a48 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.3](https://github.com/theagenticguy/opencodehub/compare/cli-v0.2.2...cli-v0.2.3) (2026-05-12) + + +### Bug Fixes + +* **cli:** codehub --version reads the real version from package.json ([bac9b61](https://github.com/theagenticguy/opencodehub/commit/bac9b61d6df0a228e3f15b9d95581c79178de339)) +* **cli:** ship dist/plugin-assets and dist/commands/ci-templates in npm tarball ([e6df976](https://github.com/theagenticguy/opencodehub/commit/e6df9760d5df3f246bfa047f8d2bb11f08c37050)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.3.2 + * @opencodehub/mcp bumped to 0.3.1 + * @opencodehub/pack bumped to 0.1.3 + ## [0.2.2](https://github.com/theagenticguy/opencodehub/compare/cli-v0.2.1...cli-v0.2.2) (2026-05-12) diff --git a/packages/cli/package.json b/packages/cli/package.json index c66cc09..e641731 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cli", - "version": "0.2.2", + "version": "0.2.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 cc9a1e6..608cffd 100644 --- a/packages/cobol-proleap/CHANGELOG.md +++ b/packages/cobol-proleap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.3](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.2...cobol-proleap-v0.1.3) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.3.2 + ## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/cobol-proleap-v0.1.1...cobol-proleap-v0.1.2) (2026-05-12) diff --git a/packages/cobol-proleap/package.json b/packages/cobol-proleap/package.json index 0dd6cb2..b5d2485 100644 --- a/packages/cobol-proleap/package.json +++ b/packages/cobol-proleap/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/cobol-proleap", - "version": "0.1.2", + "version": "0.1.3", "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 681bdb6..c4232ec 100644 --- a/packages/ingestion/CHANGELOG.md +++ b/packages/ingestion/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.3.1...ingestion-v0.3.2) (2026-05-12) + + +### Bug Fixes + +* **ingestion:** ship vendor/wasms in npm tarball ([6e3bf24](https://github.com/theagenticguy/opencodehub/commit/6e3bf24507bff60edcfe07532a65d6b3a0ece8f7)) + ## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/ingestion-v0.3.0...ingestion-v0.3.1) (2026-05-12) diff --git a/packages/ingestion/package.json b/packages/ingestion/package.json index 06bb92a..fb50740 100644 --- a/packages/ingestion/package.json +++ b/packages/ingestion/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/ingestion", - "version": "0.3.1", + "version": "0.3.2", "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 0ef301c..106a35f 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.1](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.3.0...mcp-v0.3.1) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/pack bumped to 0.1.3 + ## [0.3.0](https://github.com/theagenticguy/opencodehub/compare/mcp-v0.2.0...mcp-v0.3.0) (2026-05-12) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index e377f8d..d8aa353 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/mcp", - "version": "0.3.0", + "version": "0.3.1", "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 7463e78..9cdfd80 100644 --- a/packages/pack/CHANGELOG.md +++ b/packages/pack/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.3](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.2...pack-v0.1.3) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @opencodehub/ingestion bumped to 0.3.2 + ## [0.1.2](https://github.com/theagenticguy/opencodehub/compare/pack-v0.1.1...pack-v0.1.2) (2026-05-12) diff --git a/packages/pack/package.json b/packages/pack/package.json index 9aaf8e1..e9267ec 100644 --- a/packages/pack/package.json +++ b/packages/pack/package.json @@ -1,6 +1,6 @@ { "name": "@opencodehub/pack", - "version": "0.1.2", + "version": "0.1.3", "description": "OpenCodeHub — deterministic M5 9-item code-pack BOM", "license": "Apache-2.0", "repository": {