From b12a6156d77112ec915d9cf2873d83dfc4e200b3 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Tue, 26 Apr 2022 09:18:51 -0300 Subject: [PATCH 1/4] fix: for issue #6311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da9928d998..3b930ee4c2 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.5", + "topcoder-react-lib": "1000.29.0", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From 2be6649b949e1413e64df4c2b330d25e4417f51d Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Tue, 26 Apr 2022 09:20:46 -0300 Subject: [PATCH 2/4] ci: deploy pv-challenge-msg to Stag and Dev --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dea585d4eb..91c9668c6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -343,7 +343,7 @@ workflows: branches: only: - develop - - fix/infected-submission + - pv-challenge-msg # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -372,8 +372,7 @@ workflows: branches: only: - develop - - features/mm-dashboard - - fix/settings-save-fail + - pv-challenge-msg # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration From 91228ffd3510e0887f20a087dfb4b959fcb041fa Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Tue, 26 Apr 2022 09:34:30 -0300 Subject: [PATCH 3/4] ci: deploy pv-challenge-msg o Beta and QA --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91c9668c6f..5564d8ad9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -343,7 +343,6 @@ workflows: branches: only: - develop - - pv-challenge-msg # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -357,14 +356,14 @@ workflows: filters: branches: only: - - thrive-rss + - pv-challenge-msg # This is beta env for production soft releases - "build-prod-beta": context : org-global filters: branches: only: - - new-tc-logo + - pv-challenge-msg # This is stage env for production QA releases - "build-prod-staging": context : org-global @@ -372,7 +371,6 @@ workflows: branches: only: - develop - - pv-challenge-msg # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration From 1cfd18f727bf4eaf18f04ff0c012b324d6b5d40a Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Wed, 27 Apr 2022 06:11:54 -0300 Subject: [PATCH 4/4] fix: for issue #6311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b930ee4c2..04c52c6094 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.0", + "topcoder-react-lib": "1000.29.1", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",