From 46584e5e4d9beacbbf21bf9313cb6bd88092b526 Mon Sep 17 00:00:00 2001 From: Anthony Bushara Date: Thu, 29 Aug 2024 15:53:15 -0400 Subject: [PATCH 1/4] feat: colour is now a background colour --- app/backend/lib/reporting/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/lib/reporting/util.ts b/app/backend/lib/reporting/util.ts index 217da24bb..8bd6d1084 100644 --- a/app/backend/lib/reporting/util.ts +++ b/app/backend/lib/reporting/util.ts @@ -126,7 +126,7 @@ export const compareAndMarkArrays = (array1: any, array2: any) => { if (item?.value !== item2?.value) { return { ...item, - color: '#2FA7DD', + backgroundColor: '#2FA7DD', }; } From e041faa23b63b5d4999a23b4fc40a6b91b8e8780 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:51:57 +0000 Subject: [PATCH 2/4] chore: release v1.188.0 --- CHANGELOG.md | 6 ++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 803214f6a..4bae8a20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.188.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.187.0...v1.188.0) (2024-08-30) + +### Features + +- colour is now a background colour ([46584e5](https://github.com/bcgov/CONN-CCBC-portal/commit/46584e5e4d9beacbbf21bf9313cb6bd88092b526)) + # [1.187.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.186.4...v1.187.0) (2024-08-29) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 6ce6ba555..c667a8be5 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -654,3 +654,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S @1.186.3 2024-08-28T17:01:51Z CCBC Service Account # release v1.186.3 @1.186.4 2024-08-29T17:49:49Z CCBC Service Account # release v1.186.4 @1.187.0 2024-08-29T20:15:20Z CCBC Service Account # release v1.187.0 +@1.188.0 2024-08-30T17:51:56Z CCBC Service Account # release v1.188.0 diff --git a/package.json b/package.json index d092eee9d..fa4fef9b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.187.0", + "version": "1.188.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ", From cbb58714e29ab57a08ac4ceeac4d016a03155294 Mon Sep 17 00:00:00 2001 From: Anthony Bushara Date: Thu, 29 Aug 2024 16:20:47 -0400 Subject: [PATCH 3/4] feat: change to announced by bc/ised in gcpe report --- app/backend/lib/reporting/header.ts | 2 +- app/tests/backend/lib/reporting/testData.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/backend/lib/reporting/header.ts b/app/backend/lib/reporting/header.ts index 379a18633..3c1038b1e 100644 --- a/app/backend/lib/reporting/header.ts +++ b/app/backend/lib/reporting/header.ts @@ -10,7 +10,7 @@ const HEADER_ROW: Row = [ wrap: true, }, { - value: 'Announced by Province', + value: 'Announced by BC/ISED', fontWeight: 'bold', type: String, height: 95, diff --git a/app/tests/backend/lib/reporting/testData.ts b/app/tests/backend/lib/reporting/testData.ts index 19e462124..172f870a1 100644 --- a/app/tests/backend/lib/reporting/testData.ts +++ b/app/tests/backend/lib/reporting/testData.ts @@ -34,7 +34,7 @@ export const regenerateGcpeReportQueryResult = { }, { wrap: true, - value: 'Announced by Province', + value: 'Announced by BC/ISED', height: 95, fontWeight: 'bold', }, From 2de872abca4f718e2dbb3f9b152f61b59e06f436 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:07:27 +0000 Subject: [PATCH 4/4] chore: release v1.189.0 --- CHANGELOG.md | 6 ++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae8a20b..af2dfc878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.189.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.188.0...v1.189.0) (2024-08-30) + +### Features + +- change to announced by bc/ised in gcpe report ([cbb5871](https://github.com/bcgov/CONN-CCBC-portal/commit/cbb58714e29ab57a08ac4ceeac4d016a03155294)) + # [1.188.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.187.0...v1.188.0) (2024-08-30) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index c667a8be5..7762c071b 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -655,3 +655,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S @1.186.4 2024-08-29T17:49:49Z CCBC Service Account # release v1.186.4 @1.187.0 2024-08-29T20:15:20Z CCBC Service Account # release v1.187.0 @1.188.0 2024-08-30T17:51:56Z CCBC Service Account # release v1.188.0 +@1.189.0 2024-08-30T18:07:26Z CCBC Service Account # release v1.189.0 diff --git a/package.json b/package.json index fa4fef9b3..e37e6a440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.188.0", + "version": "1.189.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",