diff --git a/api/package.json b/api/package.json index a37493f..07e4ca3 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-api-server", - "version": "1.52.0", + "version": "1.53.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 ca06928..7a317a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-monorepo", - "version": "1.52.0", + "version": "1.53.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 4b63bf5..072f526 100644 --- a/taskview-packages/taskview-mcp/package.json +++ b/taskview-packages/taskview-mcp/package.json @@ -1,6 +1,6 @@ { "name": "taskview-mcp", - "version": "1.52.0", + "version": "1.53.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 f5e008a..d6958f5 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "web-nuxt-ui", "private": true, "type": "module", - "version": "1.52.7", + "version": "1.53.0", "scripts": { "dev": "vite", "build:packages": "pnpm --filter taskview-db-schemas build && pnpm --filter taskview-api build && pnpm --filter capacitor-widget-bridge build", @@ -92,4 +92,4 @@ "vue-tsc": "^3.2.2" }, "packageManager": "pnpm@10.28.1" -} \ No newline at end of file +}