Skip to content

Commit 5c19a83

Browse files
chore: version packages (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56b7f86 commit 5c19a83

File tree

11 files changed

+31
-10
lines changed

11 files changed

+31
-10
lines changed

.changeset/yaml-scenarios-provider-rename.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @speakeasy-api/docs-mcp-cli
22

3+
## 0.9.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.9.0
8+
39
## 0.8.0
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "CLI toolchain for validating, indexing, and bootstrapping docs-mcp documentation corpora",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @speakeasy-api/docs-mcp-core
22

3+
## 0.9.0
4+
35
## 0.8.0
46

57
## 0.7.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-core",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Core retrieval and indexing primitives for docs-mcp: markdown chunking, hybrid search, and LanceDB integration",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/eval/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @speakeasy-api/docs-mcp-eval
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- ab58343: Add YAML scenario support, rename provider "claude" to "anthropic", and replace per-scenario `model` with provider-keyed `models`
8+
9+
### Patch Changes
10+
11+
- @speakeasy-api/docs-mcp-core@0.9.0
12+
313
## 0.8.0
414

515
### Patch Changes

packages/eval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-eval",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Evaluation and benchmarking harness for docs-mcp search quality metrics",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/playground/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @speakeasy-api/docs-mcp-playground
22

3+
## 0.9.0
4+
35
## 0.8.0
46

57
## 0.7.0

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-playground",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Interactive web playground for demonstrating and exploring a docs-mcp server",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @speakeasy-api/docs-mcp-server
22

3+
## 0.9.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.9.0
8+
39
## 0.8.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)