diff --git a/api/package.json b/api/package.json index 5f06a3ab2..d33877a8d 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "13.42.13", + "version": "13.43.0", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index c718b4d75..ecda64371 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "13.42.13", + "version": "13.43.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index a446b50e9..e62db88fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "13.42.13", + "version": "13.43.0", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index cf9b61e77..297efbfb3 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "13.42.13", + "version": "13.43.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 51b2928ba..153d3c7d4 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "13.42.13", + "version": "13.43.0", "scripts": { "dev": "vite", "preview": "vite preview"