diff --git a/apps/remix/package.json b/apps/remix/package.json index 3fffe56b8..86d9c8f3d 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.8.1" + "version": "2.9.0" } diff --git a/package-lock.json b/package-lock.json index a6bcff8d0..dea286e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.8.1", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.8.1", + "version": "2.9.0", "hasInstallScript": true, "workspaces": [ "apps/*", @@ -653,7 +653,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.8.1", + "version": "2.9.0", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index 60c9f7886..9f3b12ea1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.8.1", + "version": "2.9.0", "scripts": { "postinstall": "patch-package", "build": "turbo run build",