From 08a9ab3aaf01627bed6bab9a32fa26a619dff0b2 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Thu, 4 Dec 2025 14:50:09 +1100 Subject: [PATCH] v2.2.2 --- apps/remix/package.json | 2 +- package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/remix/package.json b/apps/remix/package.json index 18c1d9106..5641926a2 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -108,5 +108,5 @@ "vite-plugin-babel-macros": "^1.0.6", "vite-tsconfig-paths": "^5.1.4" }, - "version": "2.2.1" + "version": "2.2.2" } diff --git a/package-lock.json b/package-lock.json index 117c04073..a289359f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.2.1", + "version": "2.2.2", "hasInstallScript": true, "workspaces": [ "apps/*", @@ -109,7 +109,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.2.1", + "version": "2.2.2", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index 5a78dca71..094f0134b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.2.1", + "version": "2.2.2", "scripts": { "postinstall": "patch-package", "build": "turbo run build", @@ -103,4 +103,4 @@ "typescript": "5.6.2", "zod": "^3.25.76" } -} \ No newline at end of file +}