Skip to content

Commit a6d4169

Browse files
chore: version packages (beta) (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f877fc commit a6d4169

File tree

11 files changed

+250
-306
lines changed

11 files changed

+250
-306
lines changed

.changeset/EXAMPLE_WORKFLOW.md

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

.changeset/migrate-to-tsup.md

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

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @mcp-use/cli
2+
3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.
8+
- Updated dependencies [db54528]
9+
- Updated dependencies [db54528]
10+
11+
- @mcp-use/inspector@0.2.1

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.0.1",
3+
"version": "2.0.2",
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",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# create-mcp-use-app
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.

packages/create-mcp-use-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mcp-use-app",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "Create MCP-Use apps with one command",
66
"author": "mcp-use, Inc.",

packages/inspector/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @mcp-use/inspector
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.
8+
- Updated dependencies [db54528]
9+
- Updated dependencies [db54528]
10+

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.2.0",
4+
"version": "0.2.1",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)