Skip to content

Commit 65fc539

Browse files
chore(release): version packages (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e92eaa commit 65fc539

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.changeset/fix-cli-version.md

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

.changeset/fix-inspector-version.md

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

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mcp-use/cli
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- 8e92eaa: Bump version to fix npm publish issue - version 2.1.3 was already published
8+
- Updated dependencies [8e92eaa]
9+
- @mcp-use/inspector@0.3.5
10+
311
## 2.1.4
412

513
### 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": "@mcp-use/cli",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Build tool for MCP UI widgets - bundles React components into standalone HTML pages for Model Context Protocol servers",
55
"author": "mcp-use, Inc.",
66
"license": "MIT",

packages/inspector/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- 8e92eaa: Bump version to fix npm publish issue - version 0.3.3 was already published
8+
39
## 0.3.4
410

511
### Patch Changes

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mcp-use/inspector",
33
"type": "module",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)