From c9f3c7e1ade0f05655e1976efbaefcd61b839a6f Mon Sep 17 00:00:00 2001 From: Leto Date: Fri, 20 Dec 2024 21:15:33 +0800 Subject: [PATCH] chore: publish v14.3.5 --- api/package.json | 2 +- dashboard/package.json | 2 +- package.json | 2 +- settings-form/package.json | 2 +- website/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package.json b/api/package.json index 52ce2e96a..731d70c62 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "14.3.4", + "version": "14.3.5", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index e24102a07..291de219b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "14.3.4", + "version": "14.3.5", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 77377dac2..d9d553e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "14.3.4", + "version": "14.3.5", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index 756196e4c..a48bcf33a 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "14.3.4", + "version": "14.3.5", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 78678944d..d5103ffc0 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "14.3.4", + "version": "14.3.5", "scripts": { "dev": "vite", "preview": "vite preview"