diff --git a/api/package.json b/api/package.json index 6ec91b947..d47be1f88 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "14.19.1", + "version": "14.19.2", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 1996ff5f9..04066c653 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "14.19.1", + "version": "14.19.2", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 7f393b583..36075b1d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "14.19.1", + "version": "14.19.2", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index a5afb4375..052a51454 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "14.19.1", + "version": "14.19.2", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 25a46fe61..162a18fbb 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "14.19.1", + "version": "14.19.2", "scripts": { "dev": "vite", "preview": "vite preview"