diff --git a/apps/remix/package.json b/apps/remix/package.json index ec50af8a6..ca93753f4 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.0.0" + "version": "2.0.1" } diff --git a/package-lock.json b/package-lock.json index fb420dffe..d1ad48f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@documenso/root", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@documenso/root", - "version": "2.0.0", + "version": "2.0.1", "workspaces": [ "apps/*", "packages/*" @@ -100,7 +100,7 @@ }, "apps/remix": { "name": "@documenso/remix", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "@cantoo/pdf-lib": "^2.5.2", "@documenso/api": "*", diff --git a/package.json b/package.json index 68f8c52ad..c695a95b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.0.0", + "version": "2.0.1", "scripts": { "build": "turbo run build", "dev": "turbo run dev --filter=@documenso/remix",