Skip to content

Commit 945f9ae

Browse files
chore(release): version packages (upstash#2183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9aae852 commit 945f9ae

8 files changed

Lines changed: 17 additions & 23 deletions

File tree

.changeset/align-cli-mcp-labels.md

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

.changeset/bright-kings-fry.md

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

.changeset/disable-default-universal.md

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

.changeset/show-repo-in-search.md

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

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 31b4fb8: Align CLI library output format with MCP: use labeled fields (Title, Context7-compatible library ID, Description, Code Snippets, Source Reputation, Benchmark Score, Versions) and categorical reputation labels (High/Medium/Low/Unknown) instead of numeric trust scores
8+
- 9de3f06: Display warning when public library access filter is being used to filter libraries.
9+
- 05a4406: Remove default selection of Universal agent target during skills install prompt
10+
- 9aae852: Show source repository next to skill name in search and suggest results for easier disambiguation
11+
312
## 0.3.2
413

514
### 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": "ctx7",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Context7 CLI - Manage AI coding skills and documentation context",
55
"type": "module",
66
"bin": {

packages/mcp/CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 9de3f06: Display warning when public library access filter is being used to filter libraries.
8+
39
## 2.1.3
410

511
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-mcp",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"mcpName": "io.github.upstash/context7",
55
"description": "MCP server for Context7",
66
"scripts": {

0 commit comments

Comments
 (0)