From 9cdc44d743adbe4085c24bad3cfcd572bf04cc0b Mon Sep 17 00:00:00 2001 From: Tian Pan Date: Tue, 22 Sep 2020 02:12:15 -0700 Subject: [PATCH] v2.4.7 --- lerna.json | 2 +- packages/common-components/package.json | 2 +- packages/onefx-auth-provider/package.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 67af07c0..377ff711 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "2.4.6" + "version": "2.4.7" } diff --git a/packages/common-components/package.json b/packages/common-components/package.json index 1361429f..d95a1285 100644 --- a/packages/common-components/package.json +++ b/packages/common-components/package.json @@ -1,7 +1,7 @@ { "name": "onefx-common-components", "license": "MIT", - "version": "2.4.6", + "version": "2.4.7", "description": "field_description", "files": [ "lib", diff --git a/packages/onefx-auth-provider/package.json b/packages/onefx-auth-provider/package.json index e7c081ee..bc1a9cfb 100644 --- a/packages/onefx-auth-provider/package.json +++ b/packages/onefx-auth-provider/package.json @@ -1,7 +1,7 @@ { "name": "onefx-auth-provider", "license": "MIT", - "version": "2.4.6", + "version": "2.4.7", "description": "field_description", "files": [ "lib", @@ -105,7 +105,7 @@ "nyc": "13.3.0", "onefx": "^2.4.3", "onefx-auth": "^2.4.3", - "onefx-common-components": "^2.4.6", + "onefx-common-components": "^2.4.7", "prettier": "1.19.1", "pretty-quick": "1.11.1", "react": "16.13.1", @@ -143,8 +143,8 @@ "onefx-common-components": "^2.4.3", "react": "^16.8.6", "react-redux": "^7.2.1", - "styletron-engine-atomic": "^1.1.0", - "safe-json-globals": "^2.1.0" + "safe-json-globals": "^2.1.0", + "styletron-engine-atomic": "^1.1.0" }, "dependencies": { "@types/validator": "^13.1.0",