From cfadbca25d387687ab92757f3556b263313adb1c Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 4 Nov 2020 07:40:10 -0300 Subject: [PATCH 1/3] fix: auth0 hotfix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 113c861e6d..3968f70759 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "supertest": "^3.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1.1.0", + "topcoder-react-lib": "1000.25.1", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From 688720b84955a156a8bd8992910d2a027699dc25 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 4 Nov 2020 07:41:20 -0300 Subject: [PATCH 2/3] ci: deploy auth0-hotfix-v3 to Dev env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3068361bc5..abe65e8480 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,8 +230,8 @@ workflows: filters: branches: only: - - develop-auth0-sync - develop + - auth0-hotfix-v3 # This is alternate dev env for parallel testing - "build-test": context : org-global From 8b9b836e76134e136e1e4c757474b1b0d9c0f6ed Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Wed, 4 Nov 2020 18:52:23 -0300 Subject: [PATCH 3/3] Smoke Testing - Auth0 hotfix Issue: #5159 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3968f70759..b86ddf8877 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "supertest": "^3.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1000.25.1", + "topcoder-react-lib": "1000.25.2", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",