From 241f415b0317dcb3b9a0c5e8268bb842d54e2d77 Mon Sep 17 00:00:00 2001 From: Leto Date: Tue, 8 Oct 2024 18:13:21 +0800 Subject: [PATCH] chore: publish v13.42.7 --- 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 a2edaa3c8..8d86c7d01 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "13.42.6", + "version": "13.42.7", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 59f500837..c3952290a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "13.42.6", + "version": "13.42.7", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index e663a0604..a7ff24cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "13.42.6", + "version": "13.42.7", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index df7e26734..73cc679c0 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "13.42.6", + "version": "13.42.7", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index b714269f1..1db88a603 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.6", + "version": "13.42.7", "scripts": { "dev": "vite", "preview": "vite preview"