Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.7.0",
"packages/cli": "0.6.0"
".": "0.8.0",
"packages/cli": "0.7.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.7.0...root-v0.8.0) (2026-06-04)


### ⚠ BREAKING CHANGES

* **cli:** the 16 internal @opencodehub/* packages are no longer published to npm; consumers install @opencodehub/cli only.

### Features

* **cli:** collapse 17 published packages into a single bundled @opencodehub/cli ([#189](https://github.com/theagenticguy/opencodehub/issues/189)) ([dd1b9b6](https://github.com/theagenticguy/opencodehub/commit/dd1b9b69db79035a621e961c16df8d2c88aef811))

## [0.7.0](https://github.com/theagenticguy/opencodehub/compare/root-v0.6.7...root-v0.7.0) (2026-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencodehub-monorepo",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"description": "OpenCodeHub — Apache-2.0 code intelligence graph + MCP server for AI coding agents",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.6.0...cli-v0.7.0) (2026-06-04)


### ⚠ BREAKING CHANGES

* **cli:** the 16 internal @opencodehub/* packages are no longer published to npm; consumers install @opencodehub/cli only.

### Features

* **cli:** collapse 17 published packages into a single bundled @opencodehub/cli ([#189](https://github.com/theagenticguy/opencodehub/issues/189)) ([dd1b9b6](https://github.com/theagenticguy/opencodehub/commit/dd1b9b69db79035a621e961c16df8d2c88aef811))

## [0.6.0](https://github.com/theagenticguy/opencodehub/compare/cli-v0.5.6...cli-v0.6.0) (2026-06-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencodehub/cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "OpenCodeHub — codehub CLI (analyze, setup, mcp, list, status, clean, query, context, impact, sql)",
"license": "Apache-2.0",
"repository": {
Expand Down