From 191170923a459afa003c846bd8501190a14f52d5 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Wed, 13 May 2026 22:21:57 +1000 Subject: [PATCH] v2.11.0 --- 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 50dde81f1..342634eb3 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -106,5 +106,5 @@ "vite-plugin-babel-macros": "^1.0.6", "vite-tsconfig-paths": "^5.1.4" }, - "version": "2.10.1" + "version": "2.11.0" } diff --git a/package-lock.json b/package-lock.json index 319562864..ef34c8b53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.10.1", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.10.1", + "version": "2.11.0", "hasInstallScript": true, "workspaces": [ "apps/*", @@ -406,7 +406,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.10.1", + "version": "2.11.0", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index d8a89c0aa..c7218a667 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.10.1", + "version": "2.11.0", "scripts": { "postinstall": "patch-package", "build": "turbo run build",