Skip to content

Commit 0ac6476

Browse files
committed
chore: Bump package versions to 0.2.5 for core, create-app, ui-react, and ui packages
1 parent 2b5d156 commit 0ac6476

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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": "@mcp-apps-kit/core",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Server-side framework for building MCP applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-apps-kit/create-app",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "CLI tool for scaffolding MCP applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-apps-kit/ui-react",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "React bindings for MCP applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-apps-kit/ui",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Client-side SDK for MCP applications (vanilla JavaScript)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)