From 2ce0907f51b731b3ca7b82a84885cc3de572fc91 Mon Sep 17 00:00:00 2001 From: Leto Date: Wed, 24 May 2023 13:56:56 +0800 Subject: [PATCH] chore: publish v9.4.0 --- api/package.json | 2 +- dashboard/package.json | 2 +- package.json | 2 +- settings-form/package.json | 2 +- website/package.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 2ce1a4b1c..7d483e6ac 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "9.3.0", + "version": "9.4.0", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 6e87c4936..aca76a5b3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "9.3.0", + "version": "9.4.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 2bfa15064..c5db46db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "9.3.0", + "version": "9.4.0", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index 61a670254..ad62ab45d 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "9.3.0", + "version": "9.4.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 8dbb1f5bb..eafe93c3f 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "9.3.0", + "version": "9.4.0", "scripts": { "dev": "vite", "build": "tsc && vite build", @@ -10,8 +10,8 @@ }, "dependencies": { "@ahooksjs/use-url-state": "^3.3.11", - "@devtable/dashboard": "9.3.0", - "@devtable/settings-form": "9.3.0", + "@devtable/dashboard": "9.4.0", + "@devtable/settings-form": "9.4.0", "@emotion/react": "11.10.6", "@faker-js/faker": "7.6.0", "@mantine/core": "5.9.5",