Skip to content

Commit d0c866c

Browse files
authored
Merge pull request #4786 from topcoder-platform/i-v5-develop-20Aug
I v5 develop 20 aug
2 parents dd90b49 + 6a042f5 commit d0c866c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ workflows:
232232
only:
233233
- hot-fix
234234
- integration-v5-develop
235+
- develop
235236
# This is alternate dev env for parallel testing
236237
- "build-test":
237238
context : org-global
@@ -254,13 +255,15 @@ workflows:
254255
only:
255256
- hot-fix
256257
- integration-v5-develop
258+
- develop
257259
# This is stage env for production QA releases
258260
- "build-prod-staging":
259261
context : org-global
260262
filters:
261263
branches:
262264
only:
263265
- integration-v5-challenge-api
266+
- hot-fix
264267
# Production builds are exectuted
265268
# when PR is merged to the master
266269
# Don't change anything in this configuration

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev",
137137
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3",
138138
"tc-ui": "^1.0.12",
139-
"topcoder-react-lib": "1000.19.51",
140-
"topcoder-react-ui-kit": "1000.0.4",
139+
"topcoder-react-lib": "1.0.0",
140+
"topcoder-react-ui-kit": "2.0.0",
141141
"topcoder-react-utils": "0.7.8",
142142
"turndown": "^4.0.2",
143143
"url-parse": "^1.4.1",

0 commit comments

Comments
 (0)