diff --git a/apps/remix/package.json b/apps/remix/package.json index 891fa69b4..f2b2b3989 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.0.14" + "version": "2.1.0" } diff --git a/package-lock.json b/package-lock.json index bfaaf7013..ebf7a3881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.0.14", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.0.14", + "version": "2.1.0", "workspaces": [ "apps/*", "packages/*" @@ -105,7 +105,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.0.14", + "version": "2.1.0", "dependencies": { "@cantoo/pdf-lib": "^2.5.3", "@documenso/api": "*", diff --git a/package.json b/package.json index 275a33347..6db510625 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "apps/*", "packages/*" ], - "version": "2.0.14", + "version": "2.1.0", "scripts": { "build": "turbo run build", "dev": "turbo run dev --filter=@documenso/remix",