From c1d792a24868d51d4c91faaa9e0ab1f19fe6583a Mon Sep 17 00:00:00 2001 From: maslow Date: Tue, 1 Feb 2022 01:53:12 +0800 Subject: [PATCH] v0.7.5 --- lerna.json | 2 +- packages/gateway/package-lock.json | 2 +- packages/gateway/package.json | 2 +- packages/system-client/package-lock.json | 2 +- packages/system-client/package.json | 2 +- packages/system-server/package-lock.json | 2 +- packages/system-server/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index b906658aae..1ddf02d406 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.7.4", + "version": "0.7.5", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/gateway/package-lock.json b/packages/gateway/package-lock.json index ae8d4e5261..574dcd0642 100644 --- a/packages/gateway/package-lock.json +++ b/packages/gateway/package-lock.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/gateway/package.json b/packages/gateway/package.json index bcc84d614c..dcbb21f65c 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "0.7.4", + "version": "0.7.5", "description": "gateway service for laf.js", "main": "index.js", "private": true, diff --git a/packages/system-client/package-lock.json b/packages/system-client/package-lock.json index 0e9d4ed8dd..4128cc8d39 100644 --- a/packages/system-client/package-lock.json +++ b/packages/system-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "system-client", - "version": "0.7.2", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/system-client/package.json b/packages/system-client/package.json index 38a75af43f..a1e0cfb3f6 100644 --- a/packages/system-client/package.json +++ b/packages/system-client/package.json @@ -1,6 +1,6 @@ { "name": "system-client", - "version": "0.7.2", + "version": "0.7.5", "description": "system-client of laf", "author": "Maslow ", "private": true, diff --git a/packages/system-server/package-lock.json b/packages/system-server/package-lock.json index 35514f4eb2..58a500c1fa 100644 --- a/packages/system-server/package-lock.json +++ b/packages/system-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "system-server", - "version": "0.7.2", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/system-server/package.json b/packages/system-server/package.json index f8fd96e1fe..ed9e1019e1 100644 --- a/packages/system-server/package.json +++ b/packages/system-server/package.json @@ -1,6 +1,6 @@ { "name": "system-server", - "version": "0.7.2", + "version": "0.7.5", "description": "laf - system server", "main": "./dist/index.js", "typings": "./dist/index.d.ts",