From c861275f5efa0c305b355d303db2da256d12ce13 Mon Sep 17 00:00:00 2001 From: Leto Date: Thu, 18 May 2023 15:52:46 +0800 Subject: [PATCH] chore: publish v9.0.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 b63a19811..9afec95c2 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "8.65.0", + "version": "9.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 66be023de..01cf5803a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "8.65.0", + "version": "9.0.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 7f99b46c5..4a57d366d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "8.65.0", + "version": "9.0.0", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index da9073934..1815c93e4 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "8.65.0", + "version": "9.0.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 650f4b058..c696f4353 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "8.65.0", + "version": "9.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", @@ -10,8 +10,8 @@ }, "dependencies": { "@ahooksjs/use-url-state": "^3.3.11", - "@devtable/dashboard": "8.65.0", - "@devtable/settings-form": "8.65.0", + "@devtable/dashboard": "9.0.0", + "@devtable/settings-form": "9.0.0", "@emotion/react": "11.10.6", "@faker-js/faker": "7.6.0", "@mantine/core": "5.9.5",