Skip to content

Commit

Permalink
Merge pull request #3468 from bcgov/NDT-482-Update-GCPE-font-colour
Browse files Browse the repository at this point in the history
chore: update gcpe font colour
  • Loading branch information
rafasdc committed Aug 22, 2024
2 parents 8b8ce91 + 551606a commit f53fadc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.181.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.181.1...v1.181.2) (2024-08-22)

## [1.181.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.181.0...v1.181.1) (2024-08-22)

### Bug Fixes
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 @@ -117,7 +117,7 @@ export const compareAndMarkArrays = (array1: any, array2: any) => {
if (item?.value !== item2?.value) {
return {
...item,
color: '#3F5986',
color: '#2FA7DD',
};
}

Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -637,3 +637,4 @@ computed_columns/application_project_name [computed_columns/application_project_
tables/cbc_add_fk_update_constraint 2024-07-11T20:32:11Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # add a foreign key update cascade constraint
@1.181.0 2024-08-20T20:20:29Z CCBC Service Account <ccbc@button.is> # release v1.181.0
@1.181.1 2024-08-22T14:38:05Z CCBC Service Account <ccbc@button.is> # release v1.181.1
@1.181.2 2024-08-22T16:09:35Z CCBC Service Account <ccbc@button.is> # release v1.181.2
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.181.1",
"version": "1.181.2",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <Meherzad.Romer@gov.bc.ca>",
Expand Down

0 comments on commit f53fadc

Please sign in to comment.