diff --git a/api/package.json b/api/package.json index c49a3e237..0395fcf56 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "12.3.0", + "version": "12.3.1", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index b2d577c0c..bef05752b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "12.3.0", + "version": "12.3.1", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 102c42d1d..fe27d39da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "12.3.0", + "version": "12.3.1", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index c422fa114..7a543aa63 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "12.3.0", + "version": "12.3.1", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 094702040..a05e086a4 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "12.3.0", + "version": "12.3.1", "scripts": { "dev": "vite", "preview": "vite preview"