Skip to content

Commit

Permalink
Merge pull request #3513 from bcgov/NDT-492-update-background-color-f…
Browse files Browse the repository at this point in the history
…or-gcpe

feat: colour is now a background colour in gcpe report compare
  • Loading branch information
AntBush authored Aug 30, 2024
2 parents 3d2e88b + e041faa commit 7d7d366
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/backend/lib/reporting/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const compareAndMarkArrays = (array1: any, array2: any) => {
if (item?.value !== item2?.value) {
return {
...item,
color: '#2FA7DD',
backgroundColor: '#2FA7DD',
};
}

Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> # release v1.186.3
@1.186.4 2024-08-29T17:49:49Z CCBC Service Account <[email protected]> # release v1.186.4
@1.187.0 2024-08-29T20:15:20Z CCBC Service Account <[email protected]> # release v1.187.0
@1.188.0 2024-08-30T17:51:56Z CCBC Service Account <[email protected]> # release v1.188.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 7d7d366

Please sign in to comment.