From f04dc9ffd43224f168b2d29e1daa47968d4a1612 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Mon, 1 Aug 2022 19:46:48 -0300 Subject: [PATCH 1/3] fix: for PROD-1959 https://topcoder.atlassian.net/browse/PROD-1959 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac73c3642a..6c709c14fb 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,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.2.7", + "topcoder-react-lib": "1000.29.5", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From 88b4bd68658c103803c32e2b9cb87fcd457906c3 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Mon, 1 Aug 2022 19:52:46 -0300 Subject: [PATCH 2/3] ci: deploy feat/fetch-active-review-types-only to Stag env --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82a9a2c2f3..466763703b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -378,6 +378,7 @@ workflows: branches: only: - develop + - feat/fetch-active-review-types-only # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration From e8c01c6d854a7249fc5279f68078079f4d873a7d Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Tue, 16 Aug 2022 04:49:45 -0300 Subject: [PATCH 3/3] fix: for PROD-1959 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c709c14fb..8a8d7a1dc4 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,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.29.5", + "topcoder-react-lib": "1000.29.8", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",