From a05251d5eebab9be69eed93b7446f8bcaa1ab9d2 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Tue, 3 Mar 2026 16:19:38 +1100 Subject: [PATCH] v2.7.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 4246c008f..4130066fd 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -105,5 +105,5 @@ "vite-plugin-babel-macros": "^1.0.6", "vite-tsconfig-paths": "^5.1.4" }, - "version": "2.6.1" + "version": "2.7.0" } diff --git a/package-lock.json b/package-lock.json index e6d244ac6..903e1306c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.6.1", + "version": "2.7.0", "hasInstallScript": true, "workspaces": [ "apps/*", @@ -651,7 +651,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.6.1", + "version": "2.7.0", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index a730123d3..4d4956bad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.6.1", + "version": "2.7.0", "scripts": { "postinstall": "patch-package", "build": "turbo run build",