diff --git a/api/package.json b/api/package.json index 89a826ecc..d5ac4192b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "10.18.1", + "version": "10.19.0", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index baa482ca5..26cbbd1aa 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "10.18.1", + "version": "10.19.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index eae883261..823ddfa45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "10.18.1", + "version": "10.19.0", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index d19a01ff7..17b4903ca 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "10.18.1", + "version": "10.19.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index a084585e4..8789135d4 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "10.18.1", + "version": "10.19.0", "scripts": { "dev": "vite", "preview": "vite preview"