Skip to content

Commit f48a8fd

Browse files
chore: Bump package versions to 0.2.8 across all packages
1 parent 9aaf706 commit f48a8fd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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/monorepo",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"type": "module",
66
"description": "Unified MCP Apps Builder SDK - Build MCP apps for Claude Desktop and ChatGPT from a single codebase",

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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
44
"description": "Client-side SDK for MCP applications (vanilla JavaScript)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)