Skip to content

Commit 7194da6

Browse files
committed
chore: Bump package versions to 0.2.6 for core, create-app, ui-react, ui-react-builder, and ui packages
1 parent 95e0b71 commit 7194da6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.5",
3+
"version": "0.2.6",
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.5",
3+
"version": "0.2.6",
44
"description": "CLI tool for scaffolding MCP applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui-react-builder/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-builder",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Build tool for React-based MCP application UIs",
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.5",
3+
"version": "0.2.6",
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.5",
3+
"version": "0.2.6",
44
"description": "Client-side SDK for MCP applications (vanilla JavaScript)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)