From 29491f30271fa884a44cf48990d5dae4e6bfe2bd Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Fri, 19 Jul 2019 21:13:36 +0530 Subject: [PATCH 01/47] 2885 fix --- src/styles/_mixins/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index d1cb5b1..fd2daec 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -24,6 +24,7 @@ $tc-black: #151516; $tc-gray-90: #2a2a2b; $tc-gray-80: #404041; $tc-gray-70: #555; +$tc-gray-75: #757588; $tc-gray-60: #6b6b6b; $tc-gray-50: #808080; $tc-gray-40: #959596; From 20a307737fe7af9de257b831abb8be5897c1604a Mon Sep 17 00:00:00 2001 From: PrakashDurlabhji Date: Sun, 21 Jul 2019 20:22:09 +0530 Subject: [PATCH 02/47] Update variables.scss --- src/styles/_mixins/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index fd2daec..be8b806 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -24,7 +24,7 @@ $tc-black: #151516; $tc-gray-90: #2a2a2b; $tc-gray-80: #404041; $tc-gray-70: #555; -$tc-gray-75: #757588; +$tc-gray-75: #006dea; $tc-gray-60: #6b6b6b; $tc-gray-50: #808080; $tc-gray-40: #959596; From 4da738470d7a2323a2698ef7c37d71e4065d795c Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 23 Jul 2019 17:56:59 +0530 Subject: [PATCH 03/47] reset --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ae520f..9333c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6616,7 +6616,8 @@ "jsbn": { "version": "0.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "json-schema": { "version": "0.2.3", @@ -12010,7 +12011,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" } } From 43de437048fecd54259f92b48d80e6c4b697f44b Mon Sep 17 00:00:00 2001 From: PrakashDurlabhji Date: Tue, 23 Jul 2019 19:51:34 +0530 Subject: [PATCH 04/47] Update variables.scss --- src/styles/_mixins/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index d1cb5b1..880ef3f 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -37,6 +37,7 @@ $tc-white: #fff; /* Accents & Shades. */ $tc-dark-blue-110: #006dea; +$tc-dark-blue-105: #006feb; $tc-dark-blue-100: #0681ff; $tc-dark-blue-70: #55a5ff; $tc-dark-blue-30: #cee6ff; From bb1001276522ece3b3150f705a6f08bc4b12276e Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 23 Jul 2019 23:41:32 +0530 Subject: [PATCH 05/47] update color --- src/styles/_mixins/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index d1cb5b1..d9f9425 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -71,6 +71,7 @@ $tc-yellow-30: #fff8ca; $tc-yellow-10: #fffde5; /* Greens - development color code. */ +$tc-green-120: #328732; $tc-green-110: #55b000; $tc-green-100: #60c700; $tc-green-70: #96d957; From 075802ca206e998bad52585668d7b4c1b53b1798 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 24 Jul 2019 16:05:54 +0530 Subject: [PATCH 06/47] adding git dist tag --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index acee1e4..a4a0730 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - attach_workspace: at: . - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish + - run: npm publish --tag=qa-accessibility workflows: version: 2 diff --git a/package.json b/package.json index f01e7d4..0a3fe23 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "0.5.10", + "version": "1.0.0", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 07cac8225f8089a079afff139ba4a13c77d2a93b Mon Sep 17 00:00:00 2001 From: veshu Date: Wed, 24 Jul 2019 16:34:26 +0545 Subject: [PATCH 07/47] pr from https://github.com/topcoder-platform/topcoder-react-ui-kit/pull/11/ --- src/styles/_mixins/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index 4936adc..c19c6da 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -37,6 +37,7 @@ $tc-gray-neutral-light: #fafafb; $tc-white: #fff; /* Accents & Shades. */ +$tc-dark-blue-120: #006ad7; $tc-dark-blue-110: #006dea; $tc-dark-blue-105: #006feb; $tc-dark-blue-100: #0681ff; From 9cb85d52eb07d860156fa4c634cc97ef14829b97 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 20:40:54 +0530 Subject: [PATCH 08/47] npm version update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a3fe23..46baaaf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 587b17f3641162ace3af2affb930f4a02efb3eee Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 20:52:33 +0530 Subject: [PATCH 09/47] Updating npm package version to v1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46baaaf..85a7d37 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From e22283a2de608db3eea518f5b7a1bb346860c8f1 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:03:14 +0530 Subject: [PATCH 10/47] update colors --- src/styles/_mixins/variables.scss | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index 4936adc..7c85f09 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -37,7 +37,7 @@ $tc-gray-neutral-light: #fafafb; $tc-white: #fff; /* Accents & Shades. */ -$tc-dark-blue-110: #006dea; +$tc-dark-blue-110: #006ad7; $tc-dark-blue-105: #006feb; $tc-dark-blue-100: #0681ff; $tc-dark-blue-70: #55a5ff; @@ -45,24 +45,24 @@ $tc-dark-blue-30: #cee6ff; $tc-dark-blue-10: #f4f9ff; /* Light Blue - design color code. */ -$tc-light-blue-110: #169ed9; -$tc-light-blue-100: #26ade9; -$tc-light-blue-70: #67c5ef; -$tc-light-blue-30: #bde6f8; +$tc-light-blue-110: #009ddc; +$tc-light-blue-100: #15acec; +$tc-light-blue-70: #63c4f1; +$tc-light-blue-30: #bce6f9; $tc-light-blue-10: #e9f6fc; /* Warm Orange - data science color code. */ -$tc-orange-110: #f26500; -$tc-orange-100: #fb7d22; -$tc-orange-70: #fda464; -$tc-orange-30: #fee3d0; +$tc-orange-110: #ba4c00; +$tc-orange-100: #fd7d00; +$tc-orange-70: #ffa45d; +$tc-orange-30: #ffe3cf; $tc-orange-10: #fff0eb; /* Red - used for warnings/ */ $tc-red-110: #ea1900; -$tc-red-100: #f22f24; -$tc-red-70: #ff5b52; -$tc-red-30: #ffd4d1; +$tc-red-100: #f52c14; +$tc-red-70: #ff5a4c; +$tc-red-30: #ffd4d0; $tc-red-10: #fff4f4; /* Yellow. */ @@ -74,17 +74,17 @@ $tc-yellow-10: #fffde5; /* Greens - development color code. */ $tc-green-120: #328732; -$tc-green-110: #55b000; -$tc-green-100: #60c700; -$tc-green-70: #96d957; -$tc-green-30: #cfefb2; -$tc-green-10: #effae5; +$tc-green-110: #258025; +$tc-green-100: #5cc900; +$tc-green-70: #94db4e; +$tc-green-30: #cef0af; +$tc-green-10: #effae4; /* Purples. */ -$tc-purple-110: #9050a3; -$tc-purple-100: #9050a3; -$tc-purple-70: #b47dd6; -$tc-purple-30: #e2c7f2; +$tc-purple-110: #753488; +$tc-purple-100: #914da5; +$tc-purple-70: #b57ad8; +$tc-purple-30: #e2c6f3; $tc-purple-10: #f8f2fb; /* TC Metal colors - Badges. @@ -92,7 +92,7 @@ $tc-purple-10: #f8f2fb; * For metals the level 100 is the base metal color; 110 is for text inside * the metal-colored areas; and 130 is for small text inside metal-colored * areas, for better visibility. */ -$tc-gold-130: #865e07; +$tc-gold-130: #9a6d00; $tc-gold-110: #c99014; $tc-gold-100: #ffd84d; @@ -102,13 +102,13 @@ $tc-silver-100: #d1d0cf; $tc-bronze-130: #733d17; $tc-bronze-110: #854e29; -$tc-bronze-100: #d98d64; +$tc-bronze-100: #d98f64; /* Pastel colors, used for levels. */ -$tc-pastel-green: #25c089; -$tc-pastel-blue: #666eff; -$tc-pastel-yellow: #fcb816; -$tc-pastel-crimson: #e6175c; +$tc-pastel-green: #12c188; +$tc-pastel-blue: #5656f4; +$tc-pastel-yellow: #feb900; +$tc-pastel-crimson: #e90c5a; /* Color aliases. */ From fdfe7fd7cff05490dd87abe3f44542ec28fbbe0f Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:17:37 +0530 Subject: [PATCH 11/47] update colors --- src/styles/_mixins/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index 7c85f09..e8e6264 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -37,6 +37,7 @@ $tc-gray-neutral-light: #fafafb; $tc-white: #fff; /* Accents & Shades. */ +$tc-dark-blue-120: #006ad7; $tc-dark-blue-110: #006ad7; $tc-dark-blue-105: #006feb; $tc-dark-blue-100: #0681ff; From bcf361f0291de85286dd24921e71dfaf048bd376 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:20:54 +0530 Subject: [PATCH 12/47] update colors --- src/shared/components/buttons/themes/danger.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/buttons/themes/danger.scss b/src/shared/components/buttons/themes/danger.scss index 5913fba..e1b368c 100644 --- a/src/shared/components/buttons/themes/danger.scss +++ b/src/shared/components/buttons/themes/danger.scss @@ -5,7 +5,7 @@ @import "https://github.com/default"; @mixin button { - background: $tc-red-70; + background: $tc-red-110; border-color: transparent; color: $tc-white; } @@ -38,7 +38,7 @@ } &:active { - background-color: $tc-red; + background-color: $tc-red-110; background-image: none; box-shadow: inset 0 1px 3px 0 rgba(71, 71, 79, 0.38); border-color: transparent; From 25b6443ab42e8f6b610b6a5f9dc3f11508b4708f Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 25 Jul 2019 22:23:58 +0530 Subject: [PATCH 13/47] update colors --- src/shared/components/buttons/themes/primary.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/buttons/themes/primary.scss b/src/shared/components/buttons/themes/primary.scss index 09ef08d..7c4dba9 100644 --- a/src/shared/components/buttons/themes/primary.scss +++ b/src/shared/components/buttons/themes/primary.scss @@ -5,7 +5,7 @@ @import "https://github.com/default"; @mixin button { - background: $tc-dark-blue; + background: $tc-dark-blue-110; border-color: transparent; color: $tc-white; } From 8df7ee5b46b5c127a15c3977a6396812d7ef00ef Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 25 Jul 2019 23:59:05 +0530 Subject: [PATCH 14/47] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a7d37..d393405 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.2", + "version": "1.0.3", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From a472d23e186899c17e4763f46fd5c727e296c7d6 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 29 Jul 2019 20:39:17 +0530 Subject: [PATCH 15/47] Upgrading npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d393405..9c11aa8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.3", + "version": "1.0.4", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 92c2e46c348d430d17fd2d794cf0ccca82ef666c Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Tue, 30 Jul 2019 02:42:18 +0530 Subject: [PATCH 16/47] issue 2871 fix --- src/shared/components/tags/primary/data-science.scss | 2 +- src/shared/components/tags/primary/design.scss | 2 +- src/shared/components/tags/primary/development.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 9cefbf0..1960f6d 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-orange; + background-color: $tc-orange-110; } &:visited { diff --git a/src/shared/components/tags/primary/design.scss b/src/shared/components/tags/primary/design.scss index 633192c..df96c37 100644 --- a/src/shared/components/tags/primary/design.scss +++ b/src/shared/components/tags/primary/design.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-light-blue; + background-color: $tc-light-blue-110; } &:visited { diff --git a/src/shared/components/tags/primary/development.scss b/src/shared/components/tags/primary/development.scss index eb020f7..60e57c5 100644 --- a/src/shared/components/tags/primary/development.scss +++ b/src/shared/components/tags/primary/development.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-green; + background-color: $tc-green-110; } &:visited { From 21dc1c8d9065452ace6fb5c279a2c015e257bdf3 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Tue, 30 Jul 2019 22:24:32 +0530 Subject: [PATCH 17/47] update colors --- src/styles/_mixins/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index e8e6264..325fca7 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -46,7 +46,7 @@ $tc-dark-blue-30: #cee6ff; $tc-dark-blue-10: #f4f9ff; /* Light Blue - design color code. */ -$tc-light-blue-110: #009ddc; +$tc-light-blue-110: #0076a5; $tc-light-blue-100: #15acec; $tc-light-blue-70: #63c4f1; $tc-light-blue-30: #bce6f9; @@ -75,7 +75,7 @@ $tc-yellow-10: #fffde5; /* Greens - development color code. */ $tc-green-120: #328732; -$tc-green-110: #258025; +$tc-green-110: #258205; $tc-green-100: #5cc900; $tc-green-70: #94db4e; $tc-green-30: #cef0af; From 6d0ec227a6d55a4ea68136544cb6a10ac8cbb7aa Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 31 Jul 2019 10:15:26 +0530 Subject: [PATCH 18/47] update npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c11aa8..fee1a60 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.4", + "version": "1.0.6", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 05e77e6d0a5d68fb2f73393b0b7eef7a4633b614 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 31 Jul 2019 12:41:13 +0530 Subject: [PATCH 19/47] Update npm version to 1.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fee1a60..20761fe 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.6", + "version": "1.0.7", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 35f7f896da860388f322a9b244f048456bab00ca Mon Sep 17 00:00:00 2001 From: rashmi73 Date: Fri, 2 Aug 2019 00:45:42 +0530 Subject: [PATCH 20/47] issue 3184 fix --- src/shared/components/tags/primary/data-science.scss | 4 ++-- src/shared/components/tags/primary/design.scss | 4 ++-- src/shared/components/tags/primary/development.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 1960f6d..69a9887 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -5,14 +5,14 @@ @import "https://github.com/default"; .button { - background-color: $tc-orange; + background-color: $tc-orange-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-orange-110; + background-color: $tc-orange ; } &:visited { diff --git a/src/shared/components/tags/primary/design.scss b/src/shared/components/tags/primary/design.scss index df96c37..6251789 100644 --- a/src/shared/components/tags/primary/design.scss +++ b/src/shared/components/tags/primary/design.scss @@ -5,14 +5,14 @@ @import "https://github.com/default"; .button { - background-color: $tc-light-blue; + background-color: $tc-light-blue-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-light-blue-110; + background-color: $tc-light-blue; } &:visited { diff --git a/src/shared/components/tags/primary/development.scss b/src/shared/components/tags/primary/development.scss index 60e57c5..0f98252 100644 --- a/src/shared/components/tags/primary/development.scss +++ b/src/shared/components/tags/primary/development.scss @@ -5,14 +5,14 @@ @import "https://github.com/default"; .button { - background-color: $tc-green; + background-color: $tc-green-110; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-green-110; + background-color: $tc-green; } &:visited { From 6ca6b2c6a8acc05a5149e2d55e409910dcad7b99 Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Fri, 2 Aug 2019 17:49:09 +0530 Subject: [PATCH 21/47] issue 2871 fix --- src/shared/components/tags/event/data-science.scss | 2 +- src/shared/components/tags/event/design.scss | 2 +- src/shared/components/tags/event/development.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/tags/event/data-science.scss b/src/shared/components/tags/event/data-science.scss index aca8625..1df1a04 100644 --- a/src/shared/components/tags/event/data-science.scss +++ b/src/shared/components/tags/event/data-science.scss @@ -11,7 +11,7 @@ &:active, &:focus, &:hover { - color: $tc-orange; + color: $tc-orange-110; background-color: $tc-orange-10; } diff --git a/src/shared/components/tags/event/design.scss b/src/shared/components/tags/event/design.scss index 64e113d..6e70d3f 100644 --- a/src/shared/components/tags/event/design.scss +++ b/src/shared/components/tags/event/design.scss @@ -11,7 +11,7 @@ &:active, &:focus, &:hover { - color: $tc-light-blue; + color: $tc-light-blue-110; background-color: $tc-light-blue-10; } diff --git a/src/shared/components/tags/event/development.scss b/src/shared/components/tags/event/development.scss index e2a7c7e..1a4ddb1 100644 --- a/src/shared/components/tags/event/development.scss +++ b/src/shared/components/tags/event/development.scss @@ -11,7 +11,7 @@ &:active, &:focus, &:hover { - color: $tc-green; + color: $tc-green-110; background-color: $tc-green-10; } From f6a81c18f49fda3d65b0fddcfeae2459f695e1f1 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 5 Aug 2019 13:08:17 +0530 Subject: [PATCH 22/47] fixing lint --- package-lock.json | 2 +- src/shared/components/tags/primary/data-science.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9333c41..b151255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "topcoder-react-ui-kit", - "version": "0.5.10", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 69a9887..fc3b064 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-orange ; + background-color: $tc-orange; } &:visited { From 82b52804fad64fc447a65d6c423ef7c0cdd57d3a Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 5 Aug 2019 13:16:34 +0530 Subject: [PATCH 23/47] npm ver bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20761fe..4642437 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.7", + "version": "1.0.9", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 03a8b662426fc2803ac58e415b0194476652ce74 Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Tue, 6 Aug 2019 04:48:53 +0530 Subject: [PATCH 24/47] 2871 fix --- src/shared/components/tags/event/data-science.scss | 4 ++-- src/shared/components/tags/event/design.scss | 4 ++-- src/shared/components/tags/event/development.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/shared/components/tags/event/data-science.scss b/src/shared/components/tags/event/data-science.scss index 1df1a04..9b836d9 100644 --- a/src/shared/components/tags/event/data-science.scss +++ b/src/shared/components/tags/event/data-science.scss @@ -5,13 +5,13 @@ @import "https://github.com/default"; .button { - color: $tc-orange; + color: $tc-orange-110; background-color: $tc-orange-10; &:active, &:focus, &:hover { - color: $tc-orange-110; + color: $tc-orange; background-color: $tc-orange-10; } diff --git a/src/shared/components/tags/event/design.scss b/src/shared/components/tags/event/design.scss index 6e70d3f..728e349 100644 --- a/src/shared/components/tags/event/design.scss +++ b/src/shared/components/tags/event/design.scss @@ -5,13 +5,13 @@ @import "https://github.com/default"; .button { - color: $tc-light-blue; + color: $tc-dark-blue-110; background-color: $tc-light-blue-10; &:active, &:focus, &:hover { - color: $tc-light-blue-110; + color: $tc-light-blue; background-color: $tc-light-blue-10; } diff --git a/src/shared/components/tags/event/development.scss b/src/shared/components/tags/event/development.scss index 1a4ddb1..61cec9a 100644 --- a/src/shared/components/tags/event/development.scss +++ b/src/shared/components/tags/event/development.scss @@ -5,13 +5,13 @@ @import "https://github.com/default"; .button { - color: $tc-green; + color: $tc-green-110; background-color: $tc-green-10; &:active, &:focus, &:hover { - color: $tc-green-110; + color: $tc-green; background-color: $tc-green-10; } From 92af643efd2b4431c4ebf08b1c16b5be2f960256 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 6 Aug 2019 12:57:07 +0530 Subject: [PATCH 25/47] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4642437..04864c4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.9", + "version": "1.0.10", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 777e23c064301957947235749cad7a7174b0eb59 Mon Sep 17 00:00:00 2001 From: prakashdurlabhji Date: Sun, 11 Aug 2019 15:41:27 +0530 Subject: [PATCH 26/47] 2871 fix --- src/shared/components/tags/event/data-science.scss | 2 +- src/shared/components/tags/event/design.scss | 2 +- src/shared/components/tags/event/development.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/tags/event/data-science.scss b/src/shared/components/tags/event/data-science.scss index 9b836d9..3a7d7b6 100644 --- a/src/shared/components/tags/event/data-science.scss +++ b/src/shared/components/tags/event/data-science.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-orange; - background-color: $tc-orange-10; + background-color: $tc-orange-30; } &:visited { diff --git a/src/shared/components/tags/event/design.scss b/src/shared/components/tags/event/design.scss index 728e349..747e0d9 100644 --- a/src/shared/components/tags/event/design.scss +++ b/src/shared/components/tags/event/design.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-light-blue; - background-color: $tc-light-blue-10; + background-color: $tc-light-blue-30; } &:visited { diff --git a/src/shared/components/tags/event/development.scss b/src/shared/components/tags/event/development.scss index 61cec9a..e277356 100644 --- a/src/shared/components/tags/event/development.scss +++ b/src/shared/components/tags/event/development.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-green; - background-color: $tc-green-10; + background-color: $tc-green-30; } &:visited { From 490353739ecf479906ff68ee061ac4c863d9d2de Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Wed, 14 Aug 2019 17:31:49 +0530 Subject: [PATCH 27/47] bump up to v1.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04864c4..9abc1c8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.10", + "version": "1.0.11", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 0ec1844da3daac261b0cea9fe642d4be8ca0e59e Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Thu, 29 Aug 2019 12:28:42 +0530 Subject: [PATCH 28/47] update variables based on handoff --- src/styles/_mixins/variables.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index 325fca7..8ae43bf 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -37,7 +37,6 @@ $tc-gray-neutral-light: #fafafb; $tc-white: #fff; /* Accents & Shades. */ -$tc-dark-blue-120: #006ad7; $tc-dark-blue-110: #006ad7; $tc-dark-blue-105: #006feb; $tc-dark-blue-100: #0681ff; @@ -74,8 +73,8 @@ $tc-yellow-30: #fff8ca; $tc-yellow-10: #fffde5; /* Greens - development color code. */ -$tc-green-120: #328732; -$tc-green-110: #258205; +$tc-green-120: #258205; +$tc-green-110: #328732; $tc-green-100: #5cc900; $tc-green-70: #94db4e; $tc-green-30: #cef0af; From 1e8b42b494855c80707c4f26490ea3349c5ca4c8 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 3 Sep 2019 15:18:34 +0530 Subject: [PATCH 29/47] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9abc1c8..f681e1a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.11", + "version": "1.0.12", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 9bcc882bf4c06adfef0b06e124638d68ea9ee372 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 5 Aug 2020 20:34:11 -0300 Subject: [PATCH 30/47] Added QA to track filter --- __tests__/__snapshots__/index.js.snap | 2 ++ src/shared/components/tags/event/qa.scss | 21 +++++++++++++++++++++ src/shared/components/tags/index.jsx | 5 +++++ src/shared/components/tags/primary/qa.scss | 21 +++++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 src/shared/components/tags/event/qa.scss create mode 100644 src/shared/components/tags/primary/qa.scss diff --git a/__tests__/__snapshots__/index.js.snap b/__tests__/__snapshots__/index.js.snap index f57ecae..9c0926f 100644 --- a/__tests__/__snapshots__/index.js.snap +++ b/__tests__/__snapshots__/index.js.snap @@ -15,6 +15,8 @@ Object { "GhostButton": [Function], "Modal": [Function], "PrimaryButton": [Function], + "QATrackEventTag": [Function], + "QATrackTag": [Function], "SecondaryButton": [Function], "Tag": [Function], } diff --git a/src/shared/components/tags/event/qa.scss b/src/shared/components/tags/event/qa.scss new file mode 100644 index 0000000..08abf13 --- /dev/null +++ b/src/shared/components/tags/event/qa.scss @@ -0,0 +1,21 @@ +/** + * Event tag, colored with colors of qa track (purple). + */ + +@import "https://github.com/default"; + +.button { + color: $tc-purple; + background-color: $tc-purple-10; + + &:active, + &:focus, + &:hover { + color: $tc-purple; + background-color: $tc-purple-10; + } + + &:visited { + color: $tc-purple; + } +} diff --git a/src/shared/components/tags/index.jsx b/src/shared/components/tags/index.jsx index 27be7df..4c5ac01 100644 --- a/src/shared/components/tags/index.jsx +++ b/src/shared/components/tags/index.jsx @@ -6,10 +6,12 @@ import defaultTag from './default.scss'; import dataScienceTrackTag from './primary/data-science.scss'; import designTrackTag from './primary/design.scss'; import developmentTrackTag from './primary/development.scss'; +import qaTrackTag from './primary/qa.scss'; import dataScienceTrackEventTag from './event/data-science.scss'; import designTrackEventTag from './event/design.scss'; import developmentTrackEventTag from './event/development.scss'; +import qaTrackEventTag from './event/qa.scss'; export const Tag = themr('Tag', defaultTag)(GenericButton); @@ -21,3 +23,6 @@ export const DesignTrackEventTag = themr('DesignTrackEventTag', designTrackEvent export const DevelopmentTrackTag = themr('DevelopmentTrackTag', developmentTrackTag)(GenericButton); export const DevelopmentTrackEventTag = themr('DevelopmentTrackEventTag', developmentTrackEventTag)(GenericButton); + +export const QATrackTag = themr('QATrackTag', qaTrackTag)(GenericButton); +export const QATrackEventTag = themr('QATrackEventTag', qaTrackEventTag)(GenericButton); diff --git a/src/shared/components/tags/primary/qa.scss b/src/shared/components/tags/primary/qa.scss new file mode 100644 index 0000000..f1aa871 --- /dev/null +++ b/src/shared/components/tags/primary/qa.scss @@ -0,0 +1,21 @@ +/** + * Primary tag, colored with colors of qa track (purple). + */ + +@import "https://github.com/default"; + +.button { + background-color: $tc-purple; + color: $tc-white; + + &:active, + &:focus, + &:hover { + color: $tc-white; + background-color: $tc-purple; + } + + &:visited { + color: $tc-white; + } +} From 67a03104f8603886417d20c36e2f46522fbab91f Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 6 Aug 2020 12:29:15 +0530 Subject: [PATCH 31/47] fix: for #4706 https://github.com/topcoder-platform/community-app/issues/4706 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f681e1a..79413fa 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1.0.12", + "version": "1000.0.1", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From eb13bd48eb9e9f1dfb960712496b8bfd6f290d99 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 6 Aug 2020 12:34:35 +0530 Subject: [PATCH 32/47] change dist tag --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4a0730..18bf313 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - attach_workspace: at: . - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish --tag=qa-accessibility + - run: npm publish --tag=test-release workflows: version: 2 @@ -48,4 +48,4 @@ workflows: tags: only: /v[0-9]+(\.[0-9]+)*/ requires: - - test \ No newline at end of file + - test From c728e1df15a5449c2c86f501b9dd3bd27a470b8e Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 6 Aug 2020 12:46:47 +0530 Subject: [PATCH 33/47] fix: for #4706 https://github.com/topcoder-platform/community-app/issues/4706 luiz https://github.com/topcoder-platform/community-app/pull/4711 https://github.com/topcoder-platform/topcoder-react-lib/pull/216 1000.19.41 https://github.com/topcoder-platform/topcoder-react-ui-kit/pull/27 1000.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79413fa..ca05820 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.0.1", + "version": "1000.0.2", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From e53b134606e83bf0c268d78a9da5564737448df4 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 10 Aug 2020 03:27:06 -0300 Subject: [PATCH 34/47] Change QA track color --- src/shared/components/tags/primary/qa.scss | 4 ++-- src/styles/_mixins/variables.scss | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/shared/components/tags/primary/qa.scss b/src/shared/components/tags/primary/qa.scss index f1aa871..beb80c9 100644 --- a/src/shared/components/tags/primary/qa.scss +++ b/src/shared/components/tags/primary/qa.scss @@ -5,14 +5,14 @@ @import "https://github.com/default"; .button { - background-color: $tc-purple; + background-color: $tc-purple-120; color: $tc-white; &:active, &:focus, &:hover { color: $tc-white; - background-color: $tc-purple; + background-color: $tc-purple-120; } &:visited { diff --git a/src/styles/_mixins/variables.scss b/src/styles/_mixins/variables.scss index 8ae43bf..e5a0686 100644 --- a/src/styles/_mixins/variables.scss +++ b/src/styles/_mixins/variables.scss @@ -81,10 +81,12 @@ $tc-green-30: #cef0af; $tc-green-10: #effae4; /* Purples. */ +$tc-purple-120: #8231a9; $tc-purple-110: #753488; $tc-purple-100: #914da5; $tc-purple-70: #b57ad8; $tc-purple-30: #e2c6f3; +$tc-purple-20: #e6cff1; $tc-purple-10: #f8f2fb; /* TC Metal colors - Badges. From c10ed90b23b9dbdaa3d868d0ec205c9d65c02538 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 10 Aug 2020 12:40:34 +0530 Subject: [PATCH 35/47] fix: for #4709 https://github.com/topcoder-platform/community-app/issues/4709 luiz https://github.com/topcoder-platform/community-app/pull/4728 https://github.com/topcoder-platform/topcoder-react-lib/pull/217 1000.19.43 https://github.com/topcoder-platform/topcoder-react-ui-kit/pull/29 1000.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca05820..4eb3a55 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.0.2", + "version": "1000.0.3", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 5362a20f8008460b4a48d30ae18187e2a8451249 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 10 Aug 2020 11:32:21 -0300 Subject: [PATCH 36/47] QA track colors udpated --- src/shared/components/tags/event/qa.scss | 6 +++--- src/shared/components/tags/primary/qa.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shared/components/tags/event/qa.scss b/src/shared/components/tags/event/qa.scss index 08abf13..6f3b978 100644 --- a/src/shared/components/tags/event/qa.scss +++ b/src/shared/components/tags/event/qa.scss @@ -5,14 +5,14 @@ @import "https://github.com/default"; .button { - color: $tc-purple; - background-color: $tc-purple-10; + color: $tc-purple-120; + background-color: $tc-purple-20; &:active, &:focus, &:hover { color: $tc-purple; - background-color: $tc-purple-10; + background-color: $tc-purple-30; } &:visited { diff --git a/src/shared/components/tags/primary/qa.scss b/src/shared/components/tags/primary/qa.scss index beb80c9..3deea37 100644 --- a/src/shared/components/tags/primary/qa.scss +++ b/src/shared/components/tags/primary/qa.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-purple-120; + background-color: $tc-purple; } &:visited { From 38c5c2dad516590923703a3ed799cb21b834b3e9 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 10 Aug 2020 20:12:28 +0530 Subject: [PATCH 37/47] fix: for #4709 https://github.com/topcoder-platform/community-app/issues/4709 luiz https://github.com/topcoder-platform/community-app/pull/4728 https://github.com/topcoder-platform/topcoder-react-lib/pull/217 1000.19.43 https://github.com/topcoder-platform/topcoder-react-ui-kit/pull/29 1000.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eb3a55..e2bd66d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.0.3", + "version": "1000.0.4", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From a0ff4110265c1e108b9445ea67b1c2e677f4d45f Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 18 Aug 2020 18:13:18 +0530 Subject: [PATCH 38/47] feat: V5 challenge API, resource API integration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18bf313..12c0931 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - attach_workspace: at: . - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish --tag=test-release + - run: npm publish workflows: version: 2 From 9451a43279c06d6b3eba67a68ee6a086c0ceaaa5 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 18 Aug 2020 18:17:28 +0530 Subject: [PATCH 39/47] feat: V5 Challenge API, resource API integration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2bd66d..7722f59 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.0.4", + "version": "2.0.0", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 884bebeeb813631fa7bccae67d7bda400889fe0a Mon Sep 17 00:00:00 2001 From: gets0ul Date: Sun, 13 Sep 2020 16:33:37 +0700 Subject: [PATCH 40/47] Update the SVG of default user avatar so it does not use ids and masks to avoid the issue of the default avatar being not displayed because it shares the same id with other svg. --- .../components/__snapshots__/Avatar.jsx.snap | 42 ++++--------------- src/assets/images/default-user-avatar.svg | 11 +---- 2 files changed, 9 insertions(+), 44 deletions(-) diff --git a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap index 0e9da75..45d3236 100644 --- a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap +++ b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap @@ -7,45 +7,17 @@ exports[`Snapshots 1`] = ` viewBox="0 0 141 141" width="141" xmlns="http://www.w3.org/2000/svg" - xmlnsXlink="http://www.w3.org/1999/xlink" > ico-user-default - - - - - - - - - - + opacity=".2" + stroke="#A3A3AE" + strokeWidth="3" + /> `; diff --git a/src/assets/images/default-user-avatar.svg b/src/assets/images/default-user-avatar.svg index ed6ce1a..eee2a66 100644 --- a/src/assets/images/default-user-avatar.svg +++ b/src/assets/images/default-user-avatar.svg @@ -3,17 +3,10 @@ ico-user-default Created with Sketch. - - - - + - - - - - + From b3eee20245e14e8a070835509fdeaf91f67b865c Mon Sep 17 00:00:00 2001 From: gets0ul Date: Sun, 13 Sep 2020 19:59:03 +0700 Subject: [PATCH 41/47] fix test snapshot --- __tests__/shared/components/__snapshots__/Avatar.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap index 45d3236..2e81968 100644 --- a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap +++ b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap @@ -2,7 +2,7 @@ exports[`Snapshots 1`] = ` Date: Sun, 13 Sep 2020 23:24:38 -0300 Subject: [PATCH 42/47] fix: for #4745 Issue: https://github.com/topcoder-platform/community-app/issues/4745 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7722f59..983a03c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "2.0.0", + "version": "1000.1.0", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From f93dfba77c42ffc676e488183f5635e7933a12e3 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Sun, 13 Sep 2020 23:41:05 -0300 Subject: [PATCH 43/47] ci: added dist tag Issue: https://github.com/topcoder-platform/community-app/issues/4745 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12c0931..4184c8e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - attach_workspace: at: . - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish + - run: npm publish --tag test-release workflows: version: 2 From 65525cbe4819bd8cce872e9939cad330202a07b2 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Mon, 14 Sep 2020 00:27:59 -0300 Subject: [PATCH 44/47] Fix snapshot --- __tests__/shared/components/__snapshots__/Avatar.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap index 2e81968..45d3236 100644 --- a/__tests__/shared/components/__snapshots__/Avatar.jsx.snap +++ b/__tests__/shared/components/__snapshots__/Avatar.jsx.snap @@ -2,7 +2,7 @@ exports[`Snapshots 1`] = ` Date: Tue, 15 Sep 2020 01:25:15 -0300 Subject: [PATCH 45/47] fix: smoke test release Issue: https://github.com/topcoder-platform/community-app/issues/4745 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 983a03c..2f2e83d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.1.0", + "version": "1000.1.1", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From 519298e49861936916ac633df527cb00442060df Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 15 Sep 2020 13:06:05 +0530 Subject: [PATCH 46/47] fix: for #4745 - Issue: #4745 - PR: https://github.com/topcoder-platform/topcoder-react-ui-kit/pull/35 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f2e83d..d0f3bee 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss", "test": "npm run lint && npm run jest" }, - "version": "1000.1.1", + "version": "2.0.1", "dependencies": { "prop-types": "^15.6.2", "react": "^16.4.1", From cd04bd62fef35f591f94a8934b5ff6bedecebe9a Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Tue, 15 Sep 2020 13:06:52 +0530 Subject: [PATCH 47/47] fix: removed dist tag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4184c8e..12c0931 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - attach_workspace: at: . - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm publish --tag test-release + - run: npm publish workflows: version: 2