From b0248c20ebffc3a920dc6a54736a0ad46c26dc6e Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Tue, 16 Dec 2025 16:04:07 +1100 Subject: [PATCH] v2.2.8 --- apps/remix/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/remix/package.json b/apps/remix/package.json index 69c9c8fcb..ff038a836 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -107,5 +107,5 @@ "vite-plugin-babel-macros": "^1.0.6", "vite-tsconfig-paths": "^5.1.4" }, - "version": "2.2.7" + "version": "2.2.8" } diff --git a/package-lock.json b/package-lock.json index c93b1514b..355d56b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.2.7", + "version": "2.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.2.7", + "version": "2.2.8", "hasInstallScript": true, "workspaces": [ "apps/*", @@ -109,7 +109,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.2.7", + "version": "2.2.8", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index faaa27e17..37fb47022 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.2.7", + "version": "2.2.8", "scripts": { "postinstall": "patch-package", "build": "turbo run build",