From ab7999a946b7d3e0a708b634c355fad58d067817 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:27:55 -0800 Subject: [PATCH] v0.25.3 --- apps/client/package.json | 2 +- apps/server/package.json | 2 +- ...s => 20260209T120000-add-contributor_ids-to-page-history.ts} | 0 package.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename apps/server/src/database/migrations/{20260209T120000-add-contributor-ids-to-page-history.ts => 20260209T120000-add-contributor_ids-to-page-history.ts} (100%) diff --git a/apps/client/package.json b/apps/client/package.json index 5f19300b..b79ee026 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,7 +1,7 @@ { "name": "client", "private": true, - "version": "0.25.2", + "version": "0.25.3", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/apps/server/package.json b/apps/server/package.json index 6a317964..4a85dc4d 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "0.25.2", + "version": "0.25.3", "description": "", "author": "", "private": true, diff --git a/apps/server/src/database/migrations/20260209T120000-add-contributor-ids-to-page-history.ts b/apps/server/src/database/migrations/20260209T120000-add-contributor_ids-to-page-history.ts similarity index 100% rename from apps/server/src/database/migrations/20260209T120000-add-contributor-ids-to-page-history.ts rename to apps/server/src/database/migrations/20260209T120000-add-contributor_ids-to-page-history.ts diff --git a/package.json b/package.json index 3ba5300b..f1c2ce6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docmost", "homepage": "https://docmost.com", - "version": "0.25.2", + "version": "0.25.3", "private": true, "scripts": { "build": "nx run-many -t build",