From 9104c2e13ca86fbf18044832a662e2861d7890bb Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 25 Jan 2021 22:04:36 -0300 Subject: [PATCH 1/3] fix: for issue #5314 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0e7836e7d..807b397eca 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,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.5", + "topcoder-react-lib": "1000.26.5", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From 7b8c22bd2713f2f0dff3874fd9c33ad608fcc9b6 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 25 Jan 2021 22:05:37 -0300 Subject: [PATCH 2/3] ci: deploy fix-challenges-listing to Dev env --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d723a4d47b..61e54815f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,6 +276,7 @@ workflows: branches: only: - develop + - fix-challenges-listing # This is alternate dev env for parallel testing - "build-test": context : org-global From eb248a59ba067ab43177bfdce5a820ad7f09a9bd Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Tue, 26 Jan 2021 08:55:40 -0300 Subject: [PATCH 3/3] fix: for issue #5314 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 807b397eca..bf2b79484c 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,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.26.5", + "topcoder-react-lib": "1000.26.6", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",