From b0482d438f3878ab3cd4a501bc13459eec1b6457 Mon Sep 17 00:00:00 2001 From: Nikolai Giman Date: Sun, 22 Feb 2026 21:18:20 +0100 Subject: [PATCH] chore: version --- api/package.json | 2 +- package.json | 2 +- web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package.json b/api/package.json index 0656009..bf77491 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-api-server", - "version": "1.20.3", + "version": "1.20.4", "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 85b7639..4cb2af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskview-ce-monorepo", - "version": "1.20.3", + "version": "1.20.4", "private": true, "description": "TaskView CE monorepo containing web, API, and packages", "workspaces": [ diff --git a/web/package.json b/web/package.json index 0965cb4..29a7cfe 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "web-nuxt-ui", "private": true, "type": "module", - "version": "1.20.3", + "version": "1.20.4", "scripts": { "dev": "vite", "build": "pnpm run typecheck && vite build",