diff --git a/api/package.json b/api/package.json index 67108c7..a37493f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-api-server", - "version": "1.51.0", + "version": "1.52.0", "scripts": { "dev": "bun run --watch ./server.ts", "start": "NODE_ENV=production node ./dist/taskview-server.js", diff --git a/package.json b/package.json index 6e6b0e4..ca06928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-monorepo", - "version": "1.51.0", + "version": "1.52.0", "private": true, "description": "TaskView CE monorepo containing web, API, and packages", "workspaces": [ diff --git a/taskview-packages/taskview-mcp/package.json b/taskview-packages/taskview-mcp/package.json index ea0eb8a..4b63bf5 100644 --- a/taskview-packages/taskview-mcp/package.json +++ b/taskview-packages/taskview-mcp/package.json @@ -1,6 +1,6 @@ { "name": "taskview-mcp", - "version": "1.51.0", + "version": "1.52.0", "description": "MCP (Model Context Protocol) server for TaskView — lets AI assistants (Claude Code, Claude Desktop, etc.) manage projects and tasks via the TaskView API", "type": "module", "bin": { diff --git a/web/package.json b/web/package.json index 2755a2e..273df2e 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "web-nuxt-ui", "private": true, "type": "module", - "version": "1.51.0", + "version": "1.52.0", "scripts": { "dev": "vite", "build:packages": "pnpm --filter taskview-db-schemas build && pnpm --filter taskview-api build && pnpm --filter capacitor-widget-bridge build",